forked from home-assistant/core
Add support for push updates to flux_led (#57890)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user