mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Bump flux_led to 1.0.0 (#96879)
This commit is contained in:
parent
9b839041fa
commit
b45369bb35
@ -42,6 +42,9 @@
|
|||||||
{
|
{
|
||||||
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
|
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"hostname": "zengge"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "C82E47*",
|
"macaddress": "C82E47*",
|
||||||
"hostname": "sta*"
|
"hostname": "sta*"
|
||||||
@ -51,5 +54,5 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["flux_led"],
|
"loggers": ["flux_led"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["flux-led==0.28.37"]
|
"requirements": ["flux-led==1.0.0"]
|
||||||
}
|
}
|
||||||
|
@ -185,6 +185,10 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"hostname": "zengge_[0-9a-f][0-9a-f]_*",
|
"hostname": "zengge_[0-9a-f][0-9a-f]_*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "flux_led",
|
||||||
|
"hostname": "zengge",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"hostname": "sta*",
|
"hostname": "sta*",
|
||||||
|
@ -791,7 +791,7 @@ fjaraskupan==2.2.0
|
|||||||
flipr-api==1.5.0
|
flipr-api==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.flux_led
|
# homeassistant.components.flux_led
|
||||||
flux-led==0.28.37
|
flux-led==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
|
@ -619,7 +619,7 @@ fjaraskupan==2.2.0
|
|||||||
flipr-api==1.5.0
|
flipr-api==1.5.0
|
||||||
|
|
||||||
# homeassistant.components.flux_led
|
# homeassistant.components.flux_led
|
||||||
flux-led==0.28.37
|
flux-led==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user