mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 04:37:52 +00:00
Update quality scale for litterrobot (#136764)
This commit is contained in:
parent
b594c29171
commit
ddb71a85b3
@ -12,5 +12,6 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pylitterbot"],
|
"loggers": ["pylitterbot"],
|
||||||
|
"quality_scale": "bronze",
|
||||||
"requirements": ["pylitterbot==2024.0.0"]
|
"requirements": ["pylitterbot==2024.0.0"]
|
||||||
}
|
}
|
||||||
|
@ -1,40 +1,20 @@
|
|||||||
rules:
|
rules:
|
||||||
# Adjust platform files for consistent flow:
|
|
||||||
# [entity description classes]
|
|
||||||
# [entity descriptions]
|
|
||||||
# [async_setup_entry]
|
|
||||||
# [entity classes])
|
|
||||||
# Remove RequiredKeyMixins and add kw_only to classes
|
|
||||||
# Wrap multiline lambdas in parenthesis
|
|
||||||
# Extend entity description in switch.py to use value_fn instead of getattr
|
|
||||||
# Deprecate extra state attributes in vacuum.py
|
|
||||||
# Bronze
|
# Bronze
|
||||||
action-setup:
|
action-setup: done
|
||||||
status: todo
|
|
||||||
comment: |
|
|
||||||
Action async_set_sleep_mode is currently setup in the vacuum platform
|
|
||||||
appropriate-polling:
|
appropriate-polling:
|
||||||
status: done
|
status: done
|
||||||
comment: |
|
comment: |
|
||||||
Primarily relies on push data, but polls every 5 minutes for missed updates
|
Primarily relies on push data, but polls every 5 minutes for missed updates
|
||||||
brands: done
|
brands: done
|
||||||
common-modules:
|
common-modules: done
|
||||||
status: todo
|
|
||||||
comment: |
|
|
||||||
hub.py should be renamed to coordinator.py and updated accordingly
|
|
||||||
Also should not need to return bool (never used)
|
|
||||||
config-flow-test-coverage: done
|
config-flow-test-coverage: done
|
||||||
config-flow: done
|
config-flow: done
|
||||||
dependency-transparency: done
|
dependency-transparency: done
|
||||||
docs-actions:
|
docs-actions: done
|
||||||
status: todo
|
|
||||||
comment: Can be finished after async_set_sleep_mode is moved to async_setup
|
|
||||||
docs-high-level-description: done
|
docs-high-level-description: done
|
||||||
docs-installation-instructions: todo
|
docs-installation-instructions: done
|
||||||
docs-removal-instructions: todo
|
docs-removal-instructions: done
|
||||||
entity-event-setup:
|
entity-event-setup: done
|
||||||
status: todo
|
|
||||||
comment: Do we need to subscribe to both the coordinator and robot itself?
|
|
||||||
entity-unique-id: done
|
entity-unique-id: done
|
||||||
has-entity-name: done
|
has-entity-name: done
|
||||||
runtime-data: done
|
runtime-data: done
|
||||||
@ -61,9 +41,7 @@ rules:
|
|||||||
Other fields can be moved to const.py. Consider snapshots and testing data updates
|
Other fields can be moved to const.py. Consider snapshots and testing data updates
|
||||||
|
|
||||||
# Gold
|
# Gold
|
||||||
devices:
|
devices: done
|
||||||
status: done
|
|
||||||
comment: Currently uses the device_info property, could be moved to _attr_device_info
|
|
||||||
diagnostics: todo
|
diagnostics: todo
|
||||||
discovery-update-info:
|
discovery-update-info:
|
||||||
status: done
|
status: done
|
||||||
@ -81,16 +59,12 @@ rules:
|
|||||||
dynamic-devices: todo
|
dynamic-devices: todo
|
||||||
entity-category: done
|
entity-category: done
|
||||||
entity-device-class: done
|
entity-device-class: done
|
||||||
entity-disabled-by-default:
|
entity-disabled-by-default: done
|
||||||
status: todo
|
|
||||||
comment: Check if we should disable any entities by default
|
|
||||||
entity-translations:
|
entity-translations:
|
||||||
status: todo
|
status: todo
|
||||||
comment: Make sure all translated states are in sentence case
|
comment: Make sure all translated states are in sentence case
|
||||||
exception-translations: todo
|
exception-translations: todo
|
||||||
icon-translations:
|
icon-translations: done
|
||||||
status: todo
|
|
||||||
comment: BRIGHTNESS_LEVEL_ICON_MAP should be migrated to icons.json
|
|
||||||
reconfiguration-flow: todo
|
reconfiguration-flow: todo
|
||||||
repair-issues:
|
repair-issues:
|
||||||
status: done
|
status: done
|
||||||
|
@ -1671,7 +1671,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
|||||||
"linux_battery",
|
"linux_battery",
|
||||||
"lirc",
|
"lirc",
|
||||||
"litejet",
|
"litejet",
|
||||||
"litterrobot",
|
|
||||||
"livisi",
|
"livisi",
|
||||||
"llamalab_automate",
|
"llamalab_automate",
|
||||||
"local_calendar",
|
"local_calendar",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user