mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Update tplink quality_scale.yaml (#135209)
This commit is contained in:
parent
c66176cfa5
commit
d970b728ce
@ -361,6 +361,8 @@ class TPLinkLightEntity(CoordinatedTPLinkEntity, LightEntity):
|
|||||||
class TPLinkLightEffectEntity(TPLinkLightEntity):
|
class TPLinkLightEffectEntity(TPLinkLightEntity):
|
||||||
"""Representation of a TPLink Smart Light Strip."""
|
"""Representation of a TPLink Smart Light Strip."""
|
||||||
|
|
||||||
|
_attr_supported_features = LightEntityFeature.TRANSITION | LightEntityFeature.EFFECT
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
device: Device,
|
device: Device,
|
||||||
@ -373,8 +375,6 @@ class TPLinkLightEffectEntity(TPLinkLightEntity):
|
|||||||
self._effect_module = effect_module
|
self._effect_module = effect_module
|
||||||
super().__init__(device, coordinator, light_module=light_module)
|
super().__init__(device, coordinator, light_module=light_module)
|
||||||
|
|
||||||
_attr_supported_features = LightEntityFeature.TRANSITION | LightEntityFeature.EFFECT
|
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def _async_update_attrs(self) -> bool:
|
def _async_update_attrs(self) -> bool:
|
||||||
"""Update the entity's attributes."""
|
"""Update the entity's attributes."""
|
||||||
|
@ -3,12 +3,8 @@ rules:
|
|||||||
config-flow: done
|
config-flow: done
|
||||||
test-before-configure: done
|
test-before-configure: done
|
||||||
unique-config-entry: done
|
unique-config-entry: done
|
||||||
config-flow-test-coverage:
|
config-flow-test-coverage: done
|
||||||
status: todo
|
runtime-data: done
|
||||||
comment: Clean up stale docstrings
|
|
||||||
runtime-data:
|
|
||||||
status: todo
|
|
||||||
comment: Use typed config entry in coordinator
|
|
||||||
test-before-setup: done
|
test-before-setup: done
|
||||||
appropriate-polling: done
|
appropriate-polling: done
|
||||||
entity-unique-id: done
|
entity-unique-id: done
|
||||||
@ -16,7 +12,7 @@ rules:
|
|||||||
entity-event-setup:
|
entity-event-setup:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: The integration does not use events.
|
comment: The integration does not use events.
|
||||||
dependency-transparency: todo
|
dependency-transparency: done
|
||||||
action-setup:
|
action-setup:
|
||||||
status: exempt
|
status: exempt
|
||||||
comment: The integration only uses platform services.
|
comment: The integration only uses platform services.
|
||||||
@ -34,12 +30,7 @@ rules:
|
|||||||
action-exceptions: done
|
action-exceptions: done
|
||||||
reauthentication-flow: done
|
reauthentication-flow: done
|
||||||
parallel-updates: done
|
parallel-updates: done
|
||||||
test-coverage:
|
test-coverage: done
|
||||||
status: todo
|
|
||||||
comment: Move test constants to const.py, mock_init \
|
|
||||||
docstrings, entity_registry fixture, unused freezers \
|
|
||||||
match exceptions, use freezer in test_fan, use async_setup \
|
|
||||||
remove if statements from light tests, use constants in service calls
|
|
||||||
integration-owner: done
|
integration-owner: done
|
||||||
docs-installation-parameters: todo
|
docs-installation-parameters: todo
|
||||||
docs-configuration-parameters:
|
docs-configuration-parameters:
|
||||||
@ -47,10 +38,7 @@ rules:
|
|||||||
comment: The integration does not have any options configuration parameters.
|
comment: The integration does not have any options configuration parameters.
|
||||||
|
|
||||||
# Gold
|
# Gold
|
||||||
entity-translations:
|
entity-translations: done
|
||||||
status: todo
|
|
||||||
comment: Use device class translations, remove unused translations \
|
|
||||||
translate Unnamed, setup exceptions, mac mismatch, async_set_hvac_mode
|
|
||||||
entity-device-class: done
|
entity-device-class: done
|
||||||
devices: done
|
devices: done
|
||||||
entity-category: done
|
entity-category: done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user