diff --git a/homeassistant/components/light/hue.py b/homeassistant/components/light/hue.py index 249cc30498f..51ff77f2e2d 100644 --- a/homeassistant/components/light/hue.py +++ b/homeassistant/components/light/hue.py @@ -26,7 +26,7 @@ from homeassistant.const import (CONF_FILENAME, CONF_HOST, DEVICE_DEFAULT_NAME) from homeassistant.loader import get_component import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['phue==0.8'] +REQUIREMENTS = ['phue==0.9'] # Track previously setup bridges _CONFIGURED_BRIDGES = {} diff --git a/requirements_all.txt b/requirements_all.txt index 243656f06d5..bf8f5a24c4b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -299,7 +299,7 @@ panasonic_viera==0.2 pexpect==4.0.1 # homeassistant.components.light.hue -phue==0.8 +phue==0.9 # homeassistant.components.pilight pilight==0.1.1