Skip to content

Commit

Permalink
Upgrade phue to 1.0 (fixes home-assistant#7749) (home-assistant#8444)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and dethpickle committed Aug 18, 2017
1 parent 19759ff commit 045f290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/light/hue.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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 = {}
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 045f290

Please sign in to comment.