Skip to content

Commit

Permalink
Update library version for Yeelight Sunflower lights platform (fix fo…
Browse files Browse the repository at this point in the history
…r packaging problem with 0.0.7) (home-assistant#6233)
  • Loading branch information
lindsaymarkward authored and emlove committed Feb 27, 2017
1 parent fbea5b4 commit 7f99e99
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 @@ -15,7 +15,7 @@
from homeassistant.const import CONF_HOST
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['yeelightsunflower==0.0.6']
REQUIREMENTS = ['yeelightsunflower==0.0.8']

_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 @@ -772,7 +772,7 @@ yahooweather==0.8
yeelight==0.2.2

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

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

0 comments on commit 7f99e99

Please sign in to comment.