mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add support for push updates to flux_led (#57890)
This commit is contained in:
parent
4f8148f9ea
commit
284861c8bb
@ -3,9 +3,9 @@
|
||||
"name": "Flux LED/MagicHome",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
||||
"requirements": ["flux_led==0.24.5"],
|
||||
"requirements": ["flux_led==0.24.6"],
|
||||
"codeowners": ["@icemanch"],
|
||||
"iot_class": "local_polling",
|
||||
"iot_class": "local_push",
|
||||
"dhcp": [
|
||||
{
|
||||
"macaddress": "18B905*",
|
||||
|
@ -652,7 +652,7 @@ fjaraskupan==1.0.1
|
||||
flipr-api==1.4.1
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux_led==0.24.5
|
||||
flux_led==0.24.6
|
||||
|
||||
# homeassistant.components.homekit
|
||||
fnvhash==0.1.0
|
||||
|
@ -384,7 +384,7 @@ fjaraskupan==1.0.1
|
||||
flipr-api==1.4.1
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux_led==0.24.5
|
||||
flux_led==0.24.6
|
||||
|
||||
# homeassistant.components.homekit
|
||||
fnvhash==0.1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user