mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update Yeelight Sunflower light platform to 0.0.6 (#6208)
Add an optional extended description…
This commit is contained in:
parent
c4f4a9a158
commit
9f04b55572
@ -17,7 +17,7 @@ from homeassistant.components.light import (Light,
|
|||||||
from homeassistant.const import CONF_HOST
|
from homeassistant.const import CONF_HOST
|
||||||
import homeassistant.helpers.config_validation as cv
|
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)
|
SUPPORT_YEELIGHT_SUNFLOWER = (SUPPORT_BRIGHTNESS | SUPPORT_RGB_COLOR)
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -760,7 +760,7 @@ yahooweather==0.8
|
|||||||
yeelight==0.2.2
|
yeelight==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.light.yeelightsunflower
|
# homeassistant.components.light.yeelightsunflower
|
||||||
yeelightsunflower==0.0.5
|
yeelightsunflower==0.0.6
|
||||||
|
|
||||||
# homeassistant.components.light.zengge
|
# homeassistant.components.light.zengge
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user