Update Yeelight Sunflower light platform to 0.0.6 (#6208)

Add an optional extended description…
pull/5946/merge
Lindsay Ward 2017-02-24 23:13:55 +10:00 committed by Pascal Vizeli
parent c4f4a9a158
commit 9f04b55572
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.components.light import (Light,
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__)

View File

@ -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