From 72a96249b1654ea212e3bffc66fc7eb12d8b8c61 Mon Sep 17 00:00:00 2001 From: jb101010-2 <168106462+jb101010-2@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:59:11 +0100 Subject: [PATCH] Suez_water: clear quality scale (#134027) * Suez_water: clear quality scale Revert invalid done rules and mark inapplicable ones as exempted. * Mark entity disabled as todo * Mark devices as todo * missing push * Update homeassistant/components/suez_water/quality_scale.yaml Co-authored-by: Josef Zweck * Update quality_scale.yaml * Update quality_scale.yaml again --------- Co-authored-by: Josef Zweck --- .../components/suez_water/quality_scale.yaml | 36 ++++++++++++------- 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/homeassistant/components/suez_water/quality_scale.yaml b/homeassistant/components/suez_water/quality_scale.yaml index 9d40eb11368830..dae9002b7dd27e 100644 --- a/homeassistant/components/suez_water/quality_scale.yaml +++ b/homeassistant/components/suez_water/quality_scale.yaml @@ -26,7 +26,9 @@ rules: brands: done # Silver - config-entry-unloading: done + config-entry-unloading: + status: todo + comment: cleanly close session log-when-unavailable: done entity-unavailable: done action-exceptions: @@ -48,25 +50,35 @@ rules: # Gold entity-translations: done entity-device-class: done - devices: done - entity-category: todo - entity-disabled-by-default: todo + devices: + status: todo + comment: see https://github.com/home-assistant/core/pull/134027#discussion_r1898732463 + entity-category: + status: done + comment: default class is fine + entity-disabled-by-default: + status: todo + comment: price can always be disabled and yesterday usage after https://github.com/home-assistant/core/pull/131166 discovery: status: exempt comment: api only, nothing on local network to discover services stale-devices: - status: exempt - comment: one device only + status: todo + comment: see devices diagnostics: todo exception-translations: todo - icon-translations: todo - reconfiguration-flow: todo - dynamic-devices: + icon-translations: status: exempt - comment: one device only + comment: no custom icons + reconfiguration-flow: + status: todo + comment: reconfigure every configurations input + dynamic-devices: + status: todo + comment: see devices discovery-update-info: status: exempt - comment: fixed api + comment: devices are not network dependent and will not be updated during their lives repair-issues: status: exempt comment: No repair issues to be raised @@ -78,7 +90,7 @@ rules: comment: make it clearer docs-known-limitations: todo docs-troubleshooting: todo - docs-examples: done + docs-examples: todo # Platinum async-dependency: done