mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
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
@ -54,6 +54,7 @@ RESOURCES = [
|
|||||||
"odometer",
|
"odometer",
|
||||||
"trip_meter1",
|
"trip_meter1",
|
||||||
"trip_meter2",
|
"trip_meter2",
|
||||||
|
"average_speed",
|
||||||
"fuel_amount",
|
"fuel_amount",
|
||||||
"fuel_amount_level",
|
"fuel_amount_level",
|
||||||
"average_fuel_consumption",
|
"average_fuel_consumption",
|
||||||
@ -70,6 +71,7 @@ RESOURCES = [
|
|||||||
"last_trip",
|
"last_trip",
|
||||||
"is_engine_running",
|
"is_engine_running",
|
||||||
"doors_hood_open",
|
"doors_hood_open",
|
||||||
|
"doors_tailgate_open",
|
||||||
"doors_front_left_door_open",
|
"doors_front_left_door_open",
|
||||||
"doors_front_right_door_open",
|
"doors_front_right_door_open",
|
||||||
"doors_rear_left_door_open",
|
"doors_rear_left_door_open",
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"domain": "volvooncall",
|
"domain": "volvooncall",
|
||||||
"name": "Volvo On Call",
|
"name": "Volvo On Call",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
|
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
|
||||||
"requirements": ["volvooncall==0.8.7"],
|
"requirements": ["volvooncall==0.8.12"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -2174,7 +2174,7 @@ vilfo-api-client==0.3.2
|
|||||||
volkszaehler==0.1.2
|
volkszaehler==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.volvooncall
|
# homeassistant.components.volvooncall
|
||||||
volvooncall==0.8.7
|
volvooncall==0.8.12
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
vsure==1.5.4
|
vsure==1.5.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user