mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Upgrade aiolifx_effects to 0.2.0 (#16900)
This commit is contained in:
parent
96e5acda1a
commit
81d4338b93
@ -30,7 +30,7 @@ import homeassistant.util.color as color_util
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIREMENTS = ['aiolifx==0.6.3', 'aiolifx_effects==0.1.2']
|
REQUIREMENTS = ['aiolifx==0.6.3', 'aiolifx_effects==0.2.0']
|
||||||
|
|
||||||
UDP_BROADCAST_PORT = 56700
|
UDP_BROADCAST_PORT = 56700
|
||||||
|
|
||||||
|
@ -110,7 +110,7 @@ aioimaplib==0.7.13
|
|||||||
aiolifx==0.6.3
|
aiolifx==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.light.lifx
|
# homeassistant.components.light.lifx
|
||||||
aiolifx_effects==0.1.2
|
aiolifx_effects==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.scene.hunterdouglas_powerview
|
# homeassistant.components.scene.hunterdouglas_powerview
|
||||||
aiopvapi==1.5.4
|
aiopvapi==1.5.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user