mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
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:
parent
41aaeb715a
commit
7bdb79bd54
@ -26,7 +26,7 @@ from homeassistant.const import (CONF_FILENAME, CONF_HOST, DEVICE_DEFAULT_NAME)
|
|||||||
from homeassistant.loader import get_component
|
from homeassistant.loader import get_component
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['phue==0.8']
|
REQUIREMENTS = ['phue==0.9']
|
||||||
|
|
||||||
# Track previously setup bridges
|
# Track previously setup bridges
|
||||||
_CONFIGURED_BRIDGES = {}
|
_CONFIGURED_BRIDGES = {}
|
||||||
|
@ -299,7 +299,7 @@ panasonic_viera==0.2
|
|||||||
pexpect==4.0.1
|
pexpect==4.0.1
|
||||||
|
|
||||||
# homeassistant.components.light.hue
|
# homeassistant.components.light.hue
|
||||||
phue==0.8
|
phue==0.9
|
||||||
|
|
||||||
# homeassistant.components.pilight
|
# homeassistant.components.pilight
|
||||||
pilight==0.1.1
|
pilight==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user