We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a68066 commit 8bb0b07Copy full SHA for 8bb0b07
homeassistant/components/ista_ecotrend/manifest.json
@@ -7,6 +7,6 @@
7
"documentation": "https://www.home-assistant.io/integrations/ista_ecotrend",
8
"iot_class": "cloud_polling",
9
"loggers": ["pyecotrend_ista"],
10
- "quality_scale": "silver",
+ "quality_scale": "gold",
11
"requirements": ["pyecotrend-ista==3.3.1"]
12
}
homeassistant/components/ista_ecotrend/quality_scale.yaml
@@ -70,7 +70,9 @@ rules:
70
entity-translations: done
71
exception-translations: done
72
icon-translations: done
73
- reconfiguration-flow: todo
+ reconfiguration-flow:
74
+ status: exempt
75
+ comment: implemented with a function alias to the reauth flow
76
repair-issues:
77
status: exempt
78
comment: integration has no repairs
0 commit comments