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