Skip to content

Commit

Permalink
Update Yeelight Sunflower light platform to 0.0.6 (home-assistant#6208)
Browse files Browse the repository at this point in the history
Add an optional extended description…
  • Loading branch information
lindsaymarkward authored and balloob committed Feb 25, 2017
1 parent 505725f commit 4ba9020
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/yeelightsunflower.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from homeassistant.const import CONF_HOST
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['yeelightsunflower==0.0.5']
REQUIREMENTS = ['yeelightsunflower==0.0.6']
SUPPORT_YEELIGHT_SUNFLOWER = (SUPPORT_BRIGHTNESS | SUPPORT_RGB_COLOR)

_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ yahooweather==0.8
yeelight==0.2.2

# homeassistant.components.light.yeelightsunflower
yeelightsunflower==0.0.5
yeelightsunflower==0.0.6

# homeassistant.components.light.zengge
zengge==0.2
Expand Down

0 comments on commit 4ba9020

Please sign in to comment.