Update wled to 0.14.1 (#75174)

This commit is contained in:
Franck Nijhof 2022-07-14 22:04:46 +02:00 committed by GitHub
parent d004adf833
commit fef1b842ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "WLED", "name": "WLED",
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wled", "documentation": "https://www.home-assistant.io/integrations/wled",
"requirements": ["wled==0.13.2"], "requirements": ["wled==0.14.1"],
"zeroconf": ["_wled._tcp.local."], "zeroconf": ["_wled._tcp.local."],
"codeowners": ["@frenck"], "codeowners": ["@frenck"],
"quality_scale": "platinum", "quality_scale": "platinum",

View File

@ -2448,7 +2448,7 @@ wirelesstagpy==0.8.1
withings-api==2.4.0 withings-api==2.4.0
# homeassistant.components.wled # homeassistant.components.wled
wled==0.13.2 wled==0.14.1
# homeassistant.components.wolflink # homeassistant.components.wolflink
wolf_smartset==0.1.11 wolf_smartset==0.1.11

View File

@ -1633,7 +1633,7 @@ wiffi==1.1.0
withings-api==2.4.0 withings-api==2.4.0
# homeassistant.components.wled # homeassistant.components.wled
wled==0.13.2 wled==0.14.1
# homeassistant.components.wolflink # homeassistant.components.wolflink
wolf_smartset==0.1.11 wolf_smartset==0.1.11

View File

@ -26,7 +26,9 @@ async def test_diagnostics(
"free_heap": 14600, "free_heap": 14600,
"leds": { "leds": {
"__type": "<class 'wled.models.Leds'>", "__type": "<class 'wled.models.Leds'>",
"repr": "Leds(cct=False, count=30, fps=None, max_power=850, max_segments=10, power=470, rgbw=False, wv=True)", "repr": "Leds(cct=False, count=30, fps=None, light_capabilities=None, "
"max_power=850, max_segments=10, power=470, rgbw=False, wv=True, "
"segment_light_capabilities=None)",
}, },
"live_ip": "Unknown", "live_ip": "Unknown",
"live_mode": "Unknown", "live_mode": "Unknown",