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.
This commit is contained in:
Sean Dague 2016-11-16 00:14:54 -05:00 committed by Paulus Schoutsen
parent 41aaeb715a
commit 7bdb79bd54
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {}

View File

@ -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