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:
Emil Stjerneman 2020-07-25 21:48:19 +02:00 committed by GitHub
parent da380d89c2
commit 85c856cfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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": []
} }

View File

@ -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