Volvo on call updates (#38142)
* Add "doors_tailgate_open" and "average_speed" to resource list * Bump volvooncall from 0.8.7 to 0.8.12 * Bump volvooncall in requirements_all.txt
This commit is contained in:
parent
da380d89c2
commit
85c856cfa3
3 changed files with 4 additions and 2 deletions
|
@ -54,6 +54,7 @@ RESOURCES = [
|
|||
"odometer",
|
||||
"trip_meter1",
|
||||
"trip_meter2",
|
||||
"average_speed",
|
||||
"fuel_amount",
|
||||
"fuel_amount_level",
|
||||
"average_fuel_consumption",
|
||||
|
@ -70,6 +71,7 @@ RESOURCES = [
|
|||
"last_trip",
|
||||
"is_engine_running",
|
||||
"doors_hood_open",
|
||||
"doors_tailgate_open",
|
||||
"doors_front_left_door_open",
|
||||
"doors_front_right_door_open",
|
||||
"doors_rear_left_door_open",
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "volvooncall",
|
||||
"name": "Volvo On Call",
|
||||
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
|
||||
"requirements": ["volvooncall==0.8.7"],
|
||||
"requirements": ["volvooncall==0.8.12"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -2174,7 +2174,7 @@ vilfo-api-client==0.3.2
|
|||
volkszaehler==0.1.2
|
||||
|
||||
# homeassistant.components.volvooncall
|
||||
volvooncall==0.8.7
|
||||
volvooncall==0.8.12
|
||||
|
||||
# homeassistant.components.verisure
|
||||
vsure==1.5.4
|
||||
|
|
Loading…
Add table
Reference in a new issue