Bump flux_led to 1.0.0 (#96879)
This commit is contained in:
parent
9b839041fa
commit
b45369bb35
4 changed files with 10 additions and 3 deletions
|
@ -42,6 +42,9 @@
|
|||
{
|
||||
"hostname": "zengge_[0-9a-f][0-9a-f]_*"
|
||||
},
|
||||
{
|
||||
"hostname": "zengge"
|
||||
},
|
||||
{
|
||||
"macaddress": "C82E47*",
|
||||
"hostname": "sta*"
|
||||
|
@ -51,5 +54,5 @@
|
|||
"iot_class": "local_push",
|
||||
"loggers": ["flux_led"],
|
||||
"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",
|
||||
"hostname": "zengge_[0-9a-f][0-9a-f]_*",
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"hostname": "zengge",
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"hostname": "sta*",
|
||||
|
|
|
@ -791,7 +791,7 @@ fjaraskupan==2.2.0
|
|||
flipr-api==1.5.0
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux-led==0.28.37
|
||||
flux-led==1.0.0
|
||||
|
||||
# homeassistant.components.homekit
|
||||
# homeassistant.components.recorder
|
||||
|
|
|
@ -619,7 +619,7 @@ fjaraskupan==2.2.0
|
|||
flipr-api==1.5.0
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux-led==0.28.37
|
||||
flux-led==1.0.0
|
||||
|
||||
# homeassistant.components.homekit
|
||||
# homeassistant.components.recorder
|
||||
|
|
Loading…
Add table
Reference in a new issue