Upgrade aiolifx_effects to 0.2.1 (#17188)
parent
3338ebd4c1
commit
b872cb95c7
|
@ -30,7 +30,7 @@ import homeassistant.util.color as color_util
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['aiolifx==0.6.3', 'aiolifx_effects==0.2.0']
|
||||
REQUIREMENTS = ['aiolifx==0.6.3', 'aiolifx_effects==0.2.1']
|
||||
|
||||
UDP_BROADCAST_PORT = 56700
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ aioimaplib==0.7.13
|
|||
aiolifx==0.6.3
|
||||
|
||||
# homeassistant.components.light.lifx
|
||||
aiolifx_effects==0.2.0
|
||||
aiolifx_effects==0.2.1
|
||||
|
||||
# homeassistant.components.scene.hunterdouglas_powerview
|
||||
aiopvapi==1.5.4
|
||||
|
|
Loading…
Reference in New Issue