mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
flux led lib 0.20 (#9533)
This commit is contained in:
parent
fee922c4be
commit
e980ced0b7
@ -17,7 +17,7 @@ from homeassistant.components.light import (
|
|||||||
SUPPORT_RGB_COLOR, Light, PLATFORM_SCHEMA)
|
SUPPORT_RGB_COLOR, Light, PLATFORM_SCHEMA)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['flux_led==0.19']
|
REQUIREMENTS = ['flux_led==0.20']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -237,7 +237,7 @@ fitbit==0.3.0
|
|||||||
fixerio==0.1.1
|
fixerio==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.light.flux_led
|
# homeassistant.components.light.flux_led
|
||||||
flux_led==0.19
|
flux_led==0.20
|
||||||
|
|
||||||
# homeassistant.components.notify.free_mobile
|
# homeassistant.components.notify.free_mobile
|
||||||
freesms==0.1.1
|
freesms==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user