-
-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Tilt Pi integration #139726
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
Tilt Pi integration #139726
Changes from 1 commit
c4d2c1f
f1b7d61
f2bc36f
f13ecb3
679bd80
a9f80bf
e5c775a
b6ad9c1
844a1d4
84ed1b8
58b8c38
78cde3d
f2c70f5
44c3c2c
1eb10e4
dff4984
9503c5e
beb38e3
bed25e0
cd0a178
d558469
a86ea49
9a39f48
1965042
5c7b37d
3e91a19
c197354
e91eb08
a2b49f6
65d572b
9f1a0c4
02a57ca
7e9499e
806774b
6589045
a3a6054
d78b02d
5c47da2
d8eeae9
1c1d93f
05700b9
735d7f9
252626d
2a487ce
9b738c0
a725e78
834dcfd
3b92fa8
5a3e545
22bdffa
158056c
a0e0d25
0cebd49
8aec831
28da7aa
ad2c399
b7033d5
cb84f15
c181f1c
33c8855
6322d16
30882d2
ddcf2af
de5a6df
2e82b58
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,73 @@ | ||
rules: | ||
# Bronze | ||
action-setup: todo | ||
appropriate-polling: todo | ||
brands: todo | ||
common-modules: todo | ||
config-flow-test-coverage: todo | ||
config-flow: todo | ||
dependency-transparency: todo | ||
docs-actions: todo | ||
docs-high-level-description: todo | ||
docs-installation-instructions: todo | ||
docs-removal-instructions: todo | ||
entity-event-setup: todo | ||
entity-unique-id: todo | ||
has-entity-name: todo | ||
runtime-data: todo | ||
test-before-configure: todo | ||
test-before-setup: todo | ||
unique-config-entry: todo | ||
action-setup: done | ||
appropriate-polling: done | ||
brands: done | ||
common-modules: done | ||
config-flow-test-coverage: done | ||
co 10000 nfig-flow: done | ||
dependency-transparency: | ||
status: exempt | ||
comment: No new dependencies. | ||
docs-actions: | ||
status: exempt | ||
comment: | | ||
This integration does not provide additional actions. | ||
docs-high-level-description: done | ||
docs-installation-instructions: done | ||
docs-removal-instructions: done | ||
entity-event-setup: | ||
status: exempt | ||
comment: | | ||
Entities of this integration does not explicitly subscribe to events. | ||
entity-unique-id: done | ||
has-entity-name: done | ||
runtime-data: done | ||
test-before-configure: done | ||
test-before-setup: done | ||
unique-config-entry: done | ||
|
||
# Silver | ||
action-exceptions: todo | ||
config-entry-unloading: todo | ||
docs-configuration-parameters: todo | ||
docs-installation-parameters: todo | ||
entity-unavailable: todo | ||
integration-owner: todo | ||
log-when-unavailable: todo | ||
parallel-updates: todo | ||
reauthentication-flow: todo | ||
test-coverage: todo | ||
|
||
action-exceptions: | ||
status: exempt | ||
comment: | | ||
No custom actions are defined. | ||
Comment on lines
+29
to
+32
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. nothing to do here atm, but keep in mind that'll also apply to any actions that are part of HA (like switching a switch) so you'll need to revisit that in case you add other platforms |
||
config-entry-unloading: done | ||
docs-configuration-parameters: done | ||
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. exempt, no options flow |
||
docs-installation-parameters: done | ||
entity-unavailable: done | ||
integration-owner: done | ||
log-when-unavailable: done | ||
parallel-updates: done | ||
reauthentication-flow: | ||
status: exempt | ||
comment: | | ||
ECB5 | This integration does not require authentication. | |
test-coverage: done | ||
# Gold | ||
devices: todo | ||
diagnostics: todo | ||
devices: done | ||
diagnostics: done | ||
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-known-limitations: done | ||
docs-supported-devices: done | ||
docs-supported-functions: done | ||
docs-troubleshooting: todo | ||
docs-use-cases: todo | ||
dynamic-devices: todo | ||
entity-category: todo | ||
entity-device-class: todo | ||
entity-disabled-by-default: todo | ||
entity-category: | ||
status: done | ||
comment: | | ||
The entities are categorized well by using default category. | ||
entity-device-class: | ||
status: exempt | ||
comment: | | ||
There is no appropriate sensor device class for standard gravity readings. | ||
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. There is one for temperature, so i think you did this well |
||
entity-disabled-by-default: | ||
status: exempt | ||
comment: No disabled entities implemented | ||
entity-translations: todo | ||
michaelheyman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
exception-translations: todo | ||
icon-translations: todo | ||
michaelheyman marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
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.
There is, you're adding one