From 30bc3fc4129f9fefcb9ef6a403df3d1aeb1cee2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Bregu=C5=82a?= Date: Wed, 20 May 2026 22:16:43 +0200 Subject: [PATCH] Bump wled to 0.23.0 and remove backoff exception (#171622) --- homeassistant/components/wled/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/hassfest/requirements.py | 1 - .../wled/snapshots/test_diagnostics.ambr | 9 +- .../components/wled/snapshots/test_light.ambr | 94 ------------------- 6 files changed, 4 insertions(+), 106 deletions(-) diff --git a/homeassistant/components/wled/manifest.json b/homeassistant/components/wled/manifest.json index 37352376050d..fe7d16d968fb 100644 --- a/homeassistant/components/wled/manifest.json +++ b/homeassistant/components/wled/manifest.json @@ -7,6 +7,6 @@ "integration_type": "device", "iot_class": "local_push", "quality_scale": "platinum", - "requirements": ["wled==0.22.0"], + "requirements": ["wled==0.23.0"], "zeroconf": ["_wled._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index fe3a55750335..947fc4aa2cf6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3356,7 +3356,7 @@ wiim==0.1.2 wirelesstagpy==0.8.1 # homeassistant.components.wled -wled==0.22.0 +wled==0.23.0 # homeassistant.components.wolflink wolf-comm==0.0.48 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1cfe6cf76617..8d9522379223 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2859,7 +2859,7 @@ wiffi==1.1.2 wiim==0.1.2 # homeassistant.components.wled -wled==0.22.0 +wled==0.23.0 # homeassistant.components.wolflink wolf-comm==0.0.48 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index bf9538a1fcb9..f7fc9dc61cfb 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -233,7 +233,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { }, "velbus": {"velbus-aio": {"backoff"}}, "volkszaehler": {"volkszaehler": {"async-timeout"}}, - "wled": {"wled": {"backoff"}}, "whirlpool": {"whirlpool-sixth-sense": {"async-timeout"}}, "zamg": {"zamg": {"async-timeout"}}, "zha": { diff --git a/tests/components/wled/snapshots/test_diagnostics.ambr b/tests/components/wled/snapshots/test_diagnostics.ambr index 853e10c8f56b..cbcea893ee7e 100644 --- a/tests/components/wled/snapshots/test_diagnostics.ambr +++ b/tests/components/wled/snapshots/test_diagnostics.ambr @@ -20,7 +20,6 @@ '111': 'Chunchun', '112': 'Dancing Shadows', '113': 'Washing Machine', - '114': 'RSVD', '115': 'Blends', '116': 'TV Simulator', '117': 'Dynamic Smooth', @@ -51,7 +50,6 @@ '14': 'Theater Rainbow', '140': 'Waterfall', '141': 'Freqpixels', - '142': 'RSVD', '143': 'Noisefire', '144': 'Puddlepeak', '145': 'Noisemove', @@ -61,7 +59,6 @@ '149': 'Firenoise', '15': 'Running', '150': 'Squared Swirl', - '151': 'RSVD', '152': 'DNA', '153': 'Matrix', '154': 'Metaballs', @@ -72,7 +69,6 @@ '159': 'DJ Light', '16': 'Saw', '160': 'Funky Plank', - '161': 'RSVD', '162': 'Pulser', '163': 'Blurz', '164': 'Drift', @@ -80,10 +76,7 @@ '166': 'Sun Radiation', '167': 'Colored Bursts', '168': 'Julia', - '169': 'RSVD', '17': 'Twinkle', - '170': 'RSVD', - '171': 'RSVD', '172': 'Game Of Life', '173': 'Tartan', '174': 'Polar Lights', @@ -138,7 +131,6 @@ '50': 'Two Dots', '51': 'Fairytwinkle', '52': 'Running Dual', - '53': 'RSVD', '54': 'Chase 3', '55': 'Tri Wipe', '56': 'Tri Fade', @@ -227,6 +219,7 @@ 'product': 'FOSS', 'str': False, 'udpport': 21324, + 'umpalcount': 0, 'uptime': 966, 'ver': '0.14.4', 'vid': '2405180', diff --git a/tests/components/wled/snapshots/test_light.ambr b/tests/components/wled/snapshots/test_light.ambr index 33f13c706977..6170d8e8d44e 100644 --- a/tests/components/wled/snapshots/test_light.ambr +++ b/tests/components/wled/snapshots/test_light.ambr @@ -60,7 +60,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -149,7 +148,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -158,7 +156,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -168,7 +165,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -176,9 +172,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -293,7 +286,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -382,7 +374,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -391,7 +382,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -401,7 +391,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -409,9 +398,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -520,7 +506,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -581,7 +566,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -609,7 +593,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -618,7 +601,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -628,7 +610,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -636,9 +617,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -749,7 +727,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -810,7 +787,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -838,7 +814,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -847,7 +822,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -857,7 +831,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -865,9 +838,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -1040,7 +1010,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -1101,7 +1070,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -1129,7 +1097,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -1138,7 +1105,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -1148,7 +1114,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -1156,9 +1121,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -1269,7 +1231,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -1330,7 +1291,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -1358,7 +1318,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -1367,7 +1326,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -1377,7 +1335,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -1385,9 +1342,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -1492,7 +1446,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -1553,7 +1506,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -1581,7 +1533,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -1590,7 +1541,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -1600,7 +1550,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -1608,9 +1557,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -1721,7 +1667,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -1782,7 +1727,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -1810,7 +1754,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -1819,7 +1762,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -1829,7 +1771,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -1837,9 +1778,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -1944,7 +1882,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -2005,7 +1942,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -2033,7 +1969,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -2042,7 +1977,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -2052,7 +1986,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -2060,9 +1993,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -2173,7 +2103,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -2234,7 +2163,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -2262,7 +2190,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -2271,7 +2198,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -2281,7 +2207,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -2289,9 +2214,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -2396,7 +2318,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -2457,7 +2378,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -2485,7 +2405,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -2494,7 +2413,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -2504,7 +2422,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -2512,9 +2429,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights', @@ -2625,7 +2539,6 @@ 'Two Dots', 'Fairytwinkle', 'Running Dual', - 'RSVD', 'Chase 3', 'Tri Wipe', 'Tri Fade', @@ -2686,7 +2599,6 @@ 'Chunchun', 'Dancing Shadows', 'Washing Machine', - 'RSVD', 'Blends', 'TV Simulator', 'Dynamic Smooth', @@ -2714,7 +2626,6 @@ 'GEQ', 'Waterfall', 'Freqpixels', - 'RSVD', 'Noisefire', 'Puddlepeak', 'Noisemove', @@ -2723,7 +2634,6 @@ 'Ripple Peak', 'Firenoise', 'Squared Swirl', - 'RSVD', 'DNA', 'Matrix', 'Metaballs', @@ -2733,7 +2643,6 @@ 'Gravfreq', 'DJ Light', 'Funky Plank', - 'RSVD', 'Pulser', 'Blurz', 'Drift', @@ -2741,9 +2650,6 @@ 'Sun Radiation', 'Colored Bursts', 'Julia', - 'RSVD', - 'RSVD', - 'RSVD', 'Game Of Life', 'Tartan', 'Polar Lights',