-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Add quality scale file to Ness Alarm #163425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f5e972a
3ba9c39
5b4affb
cd94007
574027c
743d84c
976d535
1ff218c
e6d5bef
9d02939
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,80 @@ | ||||||
| rules: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we actually iterate twice over all the subentries in binary sensor setup?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Currently the binary sensor is always initalized with False, should that be |
||||||
| # Bronze | ||||||
| action-setup: done | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sidenote, I am wondering what the best way is to make these services nice, as they currently pick the first entry. Would it make sense to either
(not a blocker for this, but I think just picking the first one is bad) |
||||||
| appropriate-polling: done | ||||||
| brands: done | ||||||
| common-modules: done | ||||||
| config-flow: done | ||||||
| config-flow-test-coverage: done | ||||||
| dependency-transparency: done | ||||||
| docs-actions: done | ||||||
| docs-high-level-description: done | ||||||
| docs-installation-instructions: done | ||||||
| docs-removal-instructions: done | ||||||
| entity-event-setup: done | ||||||
| entity-unique-id: done | ||||||
| has-entity-name: done | ||||||
|
Poshy163 marked this conversation as resolved.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| runtime-data: done | ||||||
| test-before-configure: done | ||||||
| test-before-setup: done | ||||||
| unique-config-entry: done | ||||||
|
|
||||||
| # Silver | ||||||
| action-exceptions: | ||||||
| status: todo | ||||||
| comment: | | ||||||
| Alarm actions (arm/disarm/trigger) currently call client methods directly | ||||||
| without integration-level exception handling. | ||||||
| config-entry-unloading: done | ||||||
| docs-configuration-parameters: todo | ||||||
| docs-installation-parameters: todo | ||||||
| entity-unavailable: | ||||||
| status: todo | ||||||
| comment: Binary sensor initial state should be None (unknown) instead of False. | ||||||
| integration-owner: done | ||||||
| log-when-unavailable: todo | ||||||
| parallel-updates: todo | ||||||
| reauthentication-flow: todo | ||||||
| test-coverage: | ||||||
| status: todo | ||||||
| comment: | | ||||||
| Switch from MockClient to proper AsyncMock. | ||||||
| More tests in test_init.py should use mock_config_entry fixture. | ||||||
|
|
||||||
| # Gold | ||||||
| devices: | ||||||
| status: done | ||||||
| comment: | | ||||||
| Binary sensors linked to main device via via_device. | ||||||
| Consider improving services to not just pick the first config entry. | ||||||
| diagnostics: todo | ||||||
| discovery-update-info: todo | ||||||
| discovery: todo | ||||||
| docs-data-update: todo | ||||||
| docs-examples: todo | ||||||
| docs-known-limitations: todo | ||||||
| docs-supported-devices: todo | ||||||
| docs-supported-functions: todo | ||||||
| docs-troubleshooting: todo | ||||||
| docs-use-cases: todo | ||||||
| dynamic-devices: todo | ||||||
| entity-category: | ||||||
| status: exempt | ||||||
| comment: No entities need a non-default category. | ||||||
| entity-device-class: done | ||||||
| entity-disabled-by-default: todo | ||||||
| entity-translations: | ||||||
| status: exempt | ||||||
| comment: Entities use device name as entity name. | ||||||
| exception-translations: done | ||||||
| icon-translations: | ||||||
| status: exempt | ||||||
| comment: No entity icons are used. | ||||||
| reconfiguration-flow: todo | ||||||
| repair-issues: done | ||||||
| stale-devices: todo | ||||||
|
|
||||||
| # Platinum | ||||||
| async-dependency: todo | ||||||
| inject-websession: todo | ||||||
| strict-typing: todo | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
async_at_startedshould be wrapped inentry.async_on_unload