Update quality scale for litterrobot (#136764)

This commit is contained in:
Nathan Spencer 2025-01-29 03:58:14 -07:00 committed by GitHub
parent b594c29171
commit ddb71a85b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 36 deletions

View File

@ -12,5 +12,6 @@
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["pylitterbot"],
"quality_scale": "bronze",
"requirements": ["pylitterbot==2024.0.0"]
}

View File

@ -1,40 +1,20 @@
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
action-setup:
status: todo
comment: |
Action async_set_sleep_mode is currently setup in the vacuum platform
action-setup: done
appropriate-polling:
status: done
comment: |
Primarily relies on push data, but polls every 5 minutes for missed updates
brands: done
common-modules:
status: todo
comment: |
hub.py should be renamed to coordinator.py and updated accordingly
Also should not need to return bool (never used)
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions:
status: todo
comment: Can be finished after async_set_sleep_mode is moved to async_setup
docs-actions: done
docs-high-level-description: done
docs-installation-instructions: todo
docs-removal-instructions: todo
entity-event-setup:
status: todo
comment: Do we need to subscribe to both the coordinator and robot itself?
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup: done
entity-unique-id: done
has-entity-name: done
runtime-data: done
@ -61,9 +41,7 @@ rules:
Other fields can be moved to const.py. Consider snapshots and testing data updates
# Gold
devices:
status: done
comment: Currently uses the device_info property, could be moved to _attr_device_info
devices: done
diagnostics: todo
discovery-update-info:
status: done
@ -81,16 +59,12 @@ rules:
dynamic-devices: todo
entity-category: done
entity-device-class: done
entity-disabled-by-default:
status: todo
comment: Check if we should disable any entities by default
entity-disabled-by-default: done
entity-translations:
status: todo
comment: Make sure all translated states are in sentence case
exception-translations: todo
icon-translations:
status: todo
comment: BRIGHTNESS_LEVEL_ICON_MAP should be migrated to icons.json
icon-translations: done
reconfiguration-flow: todo
repair-issues:
status: done

View File

@ -1671,7 +1671,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"linux_battery",
"lirc",
"litejet",
"litterrobot",
"livisi",
"llamalab_automate",
"local_calendar",