Fix for hive aux_heat target temperature display (#11884)
parent
9a3895c79e
commit
8f083e17f8
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue