diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index fd194ac90b9..b2ebbbb3a3a 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -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*", diff --git a/requirements_all.txt b/requirements_all.txt index 2b868e0cc34..bb9d8de572f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 88738728123..8636bf47889 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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