mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Update wled to 0.20.0 (#122441)
This commit is contained in:
parent
108dc3795e
commit
d3d91a83e5
@ -7,6 +7,6 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["wled==0.19.2"],
|
||||
"requirements": ["wled==0.20.0"],
|
||||
"zeroconf": ["_wled._tcp.local."]
|
||||
}
|
||||
|
@ -2903,7 +2903,7 @@ wiffi==1.1.2
|
||||
wirelesstagpy==0.8.1
|
||||
|
||||
# homeassistant.components.wled
|
||||
wled==0.19.2
|
||||
wled==0.20.0
|
||||
|
||||
# homeassistant.components.wolflink
|
||||
wolf-comm==0.0.9
|
||||
|
@ -2277,7 +2277,7 @@ whois==0.9.27
|
||||
wiffi==1.1.2
|
||||
|
||||
# homeassistant.components.wled
|
||||
wled==0.19.2
|
||||
wled==0.20.0
|
||||
|
||||
# homeassistant.components.wolflink
|
||||
wolf-comm==0.0.9
|
||||
|
@ -317,6 +317,7 @@
|
||||
'seg': dict({
|
||||
'0': dict({
|
||||
'bri': 255,
|
||||
'cct': 127,
|
||||
'cln': -1,
|
||||
'col': list([
|
||||
list([
|
||||
@ -349,6 +350,7 @@
|
||||
}),
|
||||
'1': dict({
|
||||
'bri': 255,
|
||||
'cct': 127,
|
||||
'cln': -1,
|
||||
'col': list([
|
||||
list([
|
||||
|
Loading…
x
Reference in New Issue
Block a user