From 353f5d6b49e341658c24815f3f6b01774978d529 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 13 Mar 2017 17:28:27 +0100 Subject: [PATCH] bump voc version (fixes heater bug) --- homeassistant/components/volvooncall.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 6bb3c5d3f30..08d2ca96e69 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