From 8f083e17f89750d8593ae261b6016112b353dfff Mon Sep 17 00:00:00 2001 From: Rendili <30532082+Rendili@users.noreply.github.com> Date: Wed, 24 Jan 2018 00:16:38 +0000 Subject: [PATCH] Fix for hive aux_heat target temperature display (#11884) --- homeassistant/components/hive.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hive.py b/homeassistant/components/hive.py index 666854bdd8e..abe52ebe98a 100644 --- a/homeassistant/components/hive.py +++ b/homeassistant/components/hive.py @@ -12,7 +12,7 @@ from homeassistant.const import (CONF_PASSWORD, CONF_SCAN_INTERVAL, import homeassistant.helpers.config_validation as cv from homeassistant.helpers.discovery import load_platform -REQUIREMENTS = ['pyhiveapi==0.2.10'] +REQUIREMENTS = ['pyhiveapi==0.2.11'] _LOGGER = logging.getLogger(__name__) DOMAIN = 'hive' diff --git a/requirements_all.txt b/requirements_all.txt index 6b9bef556e1..5fed4f46ad5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -729,7 +729,7 @@ pyharmony==1.0.18 pyhik==0.1.4 # homeassistant.components.hive -pyhiveapi==0.2.10 +pyhiveapi==0.2.11 # homeassistant.components.homematic pyhomematic==0.1.37