Update Yeelight Sunflower light platform to 0.0.6 (#6208)
Add an optional extended description…pull/5946/merge
parent
c4f4a9a158
commit
9f04b55572
|
@ -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__)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue