Skip to content

Commit

Permalink
Upgrade phue to 1.0 (fixes #7749)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jul 11, 2017
1 parent 6e77877 commit 97747b9
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

1 comment on commit 97747b9

@costastf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.