diff --git a/homeassistant/components/volvooncall/__init__.py b/homeassistant/components/volvooncall/__init__.py index 232ecf477f7..7b7dffbef18 100644 --- a/homeassistant/components/volvooncall/__init__.py +++ b/homeassistant/components/volvooncall/__init__.py @@ -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", diff --git a/homeassistant/components/volvooncall/manifest.json b/homeassistant/components/volvooncall/manifest.json index c16ad0e4858..822e7eef5a8 100644 --- a/homeassistant/components/volvooncall/manifest.json +++ b/homeassistant/components/volvooncall/manifest.json @@ -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": [] } diff --git a/requirements_all.txt b/requirements_all.txt index e49abe8b6f0..8f9d85e1524 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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