mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
bump python-yeelight version (#5850)
Add an optional extended description…
This commit is contained in:
parent
cee389f621
commit
0f6aed16a2
@ -22,7 +22,7 @@ from homeassistant.components.light import (
|
|||||||
Light, PLATFORM_SCHEMA)
|
Light, PLATFORM_SCHEMA)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['yeelight==0.2.1']
|
REQUIREMENTS = ['yeelight==0.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -711,7 +711,7 @@ yahoo-finance==1.4.0
|
|||||||
yahooweather==0.8
|
yahooweather==0.8
|
||||||
|
|
||||||
# homeassistant.components.light.yeelight
|
# homeassistant.components.light.yeelight
|
||||||
yeelight==0.2.1
|
yeelight==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.light.zengge
|
# homeassistant.components.light.zengge
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user