From 4394e37df9d0e9ac5be47e768f78371c93e03079 Mon Sep 17 00:00:00 2001 From: Rendili <30532082+Rendili@users.noreply.github.com> Date: Wed, 9 Jan 2019 10:21:03 +0000 Subject: [PATCH] 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 --- homeassistant/components/hive.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/hive.py b/homeassistant/components/hive.py index aa662fc2fb6..09319849933 100644 --- a/homeassistant/components/hive.py +++ b/homeassistant/components/hive.py @@ -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' diff --git a/requirements_all.txt b/requirements_all.txt index 6e3b5c9780a..9fd6822f1dc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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