Add quality scale file to ESPHome

This commit is contained in:
J. Nick Koston 2025-04-15 09:55:01 -10:00
parent 235e960f51
commit 984e387f89
No known key found for this signature in database

View File

@ -22,12 +22,12 @@ rules:
test-before-configure: done test-before-configure: done
test-before-setup: test-before-setup:
status: exempt status: exempt
comment: ESPHome uses sleepy devices and fast reconnect logic comment: |
ESPHome uses sleepy devices and fast reconnect logic
so we cannot raise ConfigEntryNotReady as we need to use so we cannot raise ConfigEntryNotReady as we need to use
the reconnect logic in aioesphomeapi to know when to trigger the reconnect logic in aioesphomeapi to know when to trigger
connections. connections.
unique-config-entry: done unique-config-entry: done
# Silver # Silver
action-exceptions: todo action-exceptions: todo
config-entry-unloading: done config-entry-unloading: done