Update flux library version (#17677)
This commit is contained in:
parent
355005114b
commit
0524c51c1a
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.components.light import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
import homeassistant.util.color as color_util
|
||||
|
||||
REQUIREMENTS = ['flux_led==0.21']
|
||||
REQUIREMENTS = ['flux_led==0.22']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -376,7 +376,7 @@ fitbit==0.3.0
|
|||
fixerio==1.0.0a0
|
||||
|
||||
# homeassistant.components.light.flux_led
|
||||
flux_led==0.21
|
||||
flux_led==0.22
|
||||
|
||||
# homeassistant.components.sensor.foobot
|
||||
foobot_async==0.3.1
|
||||
|
|
Loading…
Add table
Reference in a new issue