Update yeelight to 0.3.3. (#9561)

Fixes basic light control in case complex transition effects were defined
on a light (possibly, externally to Home Assistant):
https://gitlab.com/stavros/python-yeelight/issues/17
This commit is contained in:
Paul Sokolovsky 2017-09-24 23:19:05 +03:00 committed by Paulus Schoutsen
parent 350b8e09e6
commit ff7db218b1
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ from homeassistant.components.light import (
Light, PLATFORM_SCHEMA)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['yeelight==0.3.2']
REQUIREMENTS = ['yeelight==0.3.3']
_LOGGER = logging.getLogger(__name__)

View File

@ -1048,7 +1048,7 @@ yahoo-finance==1.4.0
yahooweather==0.8
# homeassistant.components.light.yeelight
yeelight==0.3.2
yeelight==0.3.3
# homeassistant.components.light.yeelightsunflower
yeelightsunflower==0.0.8