Upgrade phue to 1.0 (fixes #7749) (#8444)

This commit is contained in:
Fabian Affolter 2017-07-11 21:21:17 +02:00 committed by Pascal Vizeli
parent 6e77877743
commit 609c25691a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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