Bump flux_led to 0.24.8 (#57934)
parent
4f25b2ca08
commit
698f3ca96c
|
@ -3,7 +3,8 @@
|
||||||
"name": "Flux LED/MagicHome",
|
"name": "Flux LED/MagicHome",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
||||||
"requirements": ["flux_led==0.24.6"],
|
"requirements": ["flux_led==0.24.8"],
|
||||||
|
"quality_scale": "platinum",
|
||||||
"codeowners": ["@icemanch"],
|
"codeowners": ["@icemanch"],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
@ -33,6 +34,9 @@
|
||||||
{
|
{
|
||||||
"hostname": "zengge_07_*"
|
"hostname": "zengge_07_*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"hostname": "zengge_21_*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "zengge_33_*"
|
"hostname": "zengge_33_*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -104,6 +104,10 @@ DHCP = [
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"hostname": "zengge_07_*"
|
"hostname": "zengge_07_*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "flux_led",
|
||||||
|
"hostname": "zengge_21_*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"hostname": "zengge_33_*"
|
"hostname": "zengge_33_*"
|
||||||
|
|
|
@ -652,7 +652,7 @@ fjaraskupan==1.0.1
|
||||||
flipr-api==1.4.1
|
flipr-api==1.4.1
|
||||||
|
|
||||||
# homeassistant.components.flux_led
|
# homeassistant.components.flux_led
|
||||||
flux_led==0.24.6
|
flux_led==0.24.8
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
|
|
|
@ -384,7 +384,7 @@ fjaraskupan==1.0.1
|
||||||
flipr-api==1.4.1
|
flipr-api==1.4.1
|
||||||
|
|
||||||
# homeassistant.components.flux_led
|
# homeassistant.components.flux_led
|
||||||
flux_led==0.24.6
|
flux_led==0.24.8
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
fnvhash==0.1.0
|
fnvhash==0.1.0
|
||||||
|
|
Loading…
Reference in New Issue