mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
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:
parent
64b4c8f43a
commit
4394e37df9
@ -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.14']
|
||||
REQUIREMENTS = ['pyhiveapi==0.2.17']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
DOMAIN = 'hive'
|
||||
|
@ -1019,7 +1019,7 @@ pyhaversion==2.0.3
|
||||
pyhik==0.1.9
|
||||
|
||||
# homeassistant.components.hive
|
||||
pyhiveapi==0.2.14
|
||||
pyhiveapi==0.2.17
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.54
|
||||
|
Loading…
x
Reference in New Issue
Block a user