diff --git a/homeassistant/components/hive.py b/homeassistant/components/hive.py index 666854bdd8e..abe52ebe98a 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.10'] +REQUIREMENTS = ['pyhiveapi==0.2.11'] _LOGGER = logging.getLogger(__name__) DOMAIN = 'hive' diff --git a/requirements_all.txt b/requirements_all.txt index 6b9bef556e1..5fed4f46ad5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -729,7 +729,7 @@ pyharmony==1.0.18 pyhik==0.1.4 # homeassistant.components.hive -pyhiveapi==0.2.10 +pyhiveapi==0.2.11 # homeassistant.components.homematic pyhomematic==0.1.37