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

View file

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

View file

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