mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
parent
6e77877743
commit
609c25691a
@ -27,7 +27,7 @@ from homeassistant.loader import get_component
|
||||
from homeassistant.components.emulated_hue import ATTR_EMULATED_HUE
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['phue==0.9']
|
||||
REQUIREMENTS = ['phue==1.0']
|
||||
|
||||
# Track previously setup bridges
|
||||
_CONFIGURED_BRIDGES = {}
|
||||
|
@ -447,7 +447,7 @@ pdunehd==1.3
|
||||
pexpect==4.0.1
|
||||
|
||||
# homeassistant.components.light.hue
|
||||
phue==0.9
|
||||
phue==1.0
|
||||
|
||||
# homeassistant.components.rpi_pfio
|
||||
pifacecommon==4.1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user