mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix for hive aux_heat target temperature display (#11884)
This commit is contained in:
parent
9a3895c79e
commit
8f083e17f8
@ -12,7 +12,7 @@ from homeassistant.const import (CONF_PASSWORD, CONF_SCAN_INTERVAL,
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.discovery import load_platform
|
from homeassistant.helpers.discovery import load_platform
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhiveapi==0.2.10']
|
REQUIREMENTS = ['pyhiveapi==0.2.11']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
DOMAIN = 'hive'
|
DOMAIN = 'hive'
|
||||||
|
@ -729,7 +729,7 @@ pyharmony==1.0.18
|
|||||||
pyhik==0.1.4
|
pyhik==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.hive
|
# homeassistant.components.hive
|
||||||
pyhiveapi==0.2.10
|
pyhiveapi==0.2.11
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.37
|
pyhomematic==0.1.37
|
||||||
|
Loading…
x
Reference in New Issue
Block a user