From 7bdb79bd5492ebd46c1a3f681645946e351b4d10 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 16 Nov 2016 00:14:54 -0500 Subject: [PATCH] bump phue to 0.9 (#4404) This increases the phue library to 0.9, which includes some basic Scene support that could be consumed from home assistant. --- homeassistant/components/light/hue.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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