Skip to content

Commit

Permalink
Suez_water: clear quality scale (#134027)
Browse files Browse the repository at this point in the history
* 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 <josef@zweck.dev>

* Update quality_scale.yaml

* Update quality_scale.yaml again

---------

Co-authored-by: Josef Zweck <josef@zweck.dev>
  • Loading branch information
jb101010-2 and zweckj authored Dec 28, 2024
1 parent 80dbce1 commit 72a9624
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions homeassistant/components/suez_water/quality_scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 72a9624

Please sign in to comment.