mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Update library version for Yeelight Sunflower lights platform (fix for packaging problem with 0.0.7) (#6233)
This commit is contained in:
parent
fbea5b4cac
commit
7f99e99dad
@ -15,7 +15,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.6']
|
REQUIREMENTS = ['yeelightsunflower==0.0.8']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -772,7 +772,7 @@ yahooweather==0.8
|
|||||||
yeelight==0.2.2
|
yeelight==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.light.yeelightsunflower
|
# homeassistant.components.light.yeelightsunflower
|
||||||
yeelightsunflower==0.0.6
|
yeelightsunflower==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.light.zengge
|
# homeassistant.components.light.zengge
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user