-
-
Notifications
You must be signed in to change notification settings - Fork 37.8k
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 3 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,66 @@ | ||||||
| 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.
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: 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. arming or disarming the alarm is also considered an action
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. We don't really do error handling for those, so is this true? |
||||||
| config-entry-unloading: done | ||||||
| docs-configuration-parameters: todo | ||||||
| docs-installation-parameters: todo | ||||||
| entity-unavailable: todo | ||||||
| integration-owner: done | ||||||
| log-when-unavailable: todo | ||||||
| parallel-updates: todo | ||||||
| reauthentication-flow: todo | ||||||
| test-coverage: todo | ||||||
|
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. I think I would recommend to switch from that MockClient to a proper mock where we just use AsyncMocks
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. More tests in the test_init.py can use |
||||||
|
|
||||||
| # Gold | ||||||
| devices: 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. You can link the binary sensor to the main device via |
||||||
| 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 | ||||||
Uh oh!
There was an error while loading. Please reload this page.