Bug fix with getting a device battery level when API unavailable for Hive (#19841)

* hive updates - bug fix and add entity registration

* remove hive entity registration code
This commit is contained in:
Rendili 2019-01-09 10:21:03 +00:00 committed by Martin Hjelmare
parent 64b4c8f43a
commit 4394e37df9
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 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.14'] REQUIREMENTS = ['pyhiveapi==0.2.17']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
DOMAIN = 'hive' DOMAIN = 'hive'

View File

@ -1019,7 +1019,7 @@ pyhaversion==2.0.3
pyhik==0.1.9 pyhik==0.1.9
# homeassistant.components.hive # homeassistant.components.hive
pyhiveapi==0.2.14 pyhiveapi==0.2.17
# homeassistant.components.homematic # homeassistant.components.homematic
pyhomematic==0.1.54 pyhomematic==0.1.54