Fix for hive aux_heat target temperature display (#11884)

This commit is contained in:
Rendili 2018-01-24 00:16:38 +00:00 committed by Martin Hjelmare
parent 9a3895c79e
commit 8f083e17f8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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