Skip to content

Commit

Permalink
Merge pull request #190 from robinostlund/development
Browse files Browse the repository at this point in the history
adding support trunk closed
  • Loading branch information
robinostlund authored Aug 14, 2020
2 parents 6884607 + 3c50399 commit ac4670b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Available resources:
'door_closed_left_back',
'door_closed_right_back',
'trunk_locked',
'trunk_closed',
'request_in_progress',
'sunroof_closed',
'windows_closed',
Expand Down Expand Up @@ -137,6 +138,7 @@ This plugin creates entities in the format `DOMAIN.NAME_ENTITY`. Not all entitie
* **binary_sensor.NAME_parking_light:** whether the parking lights are on.
* **binary_sensor.NAME_climatisation_without_external_power:** whether the car would pre-heat or cool when not plugged in.
* **binary_sensor.NAME_doors_locked:** whether the car's doors are locked.
* **binary_sensor.NAME_trunk_closed:** whether the car's trunk are closed.
* **lock.NAME_door_locked:** indicates and controls the car's door lock. Requires S-PIN to control.
* **lock.NAME_trunk_locked:** indicates and controls the car's trunk lock. Requires S-PIN to control.
* **switch.NAME_request_in_progress:** indicates whether the plugin is currently updating its data from We Connect. Can be turned on to force an update.
Expand Down
1 change: 1 addition & 0 deletions custom_components/volkswagencarnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
'door_closed_left_back',
'door_closed_right_back',
'trunk_locked',
'trunk_closed',
'request_in_progress',
'windows_closed',
'window_closed_left_front',
Expand Down
2 changes: 1 addition & 1 deletion custom_components/volkswagencarnet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"issue_tracker": "https://github.com/robinostlund/homeassistant-volkswagencarnet/issues",
"dependencies": [],
"codeowners": ["@robinostlund"],
"requirements": ["volkswagencarnet==4.4.19"]
"requirements": ["volkswagencarnet==4.4.20"]
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
volkswagencarnet==4.4.19
volkswagencarnet==4.4.20

0 comments on commit ac4670b

Please sign in to comment.