diff --git a/homeassistant/components/volvooncall.py b/homeassistant/components/volvooncall.py index 05627e8fb53..04420bec567 100644 --- a/homeassistant/components/volvooncall.py +++ b/homeassistant/components/volvooncall.py @@ -19,7 +19,7 @@ import voluptuous as vol DOMAIN = 'volvooncall' -REQUIREMENTS = ['volvooncall==0.3.2'] +REQUIREMENTS = ['volvooncall==0.3.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 4cb5081c7b4..02ef5e3ec11 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -736,7 +736,7 @@ upsmychoice==1.0.1 uvcclient==0.10.0 # homeassistant.components.volvooncall -volvooncall==0.3.2 +volvooncall==0.3.3 # homeassistant.components.verisure vsure==0.11.1