mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Enable RUF023 (#135830)
This commit is contained in:
committed by
GitHub
parent
23e04ced9c
commit
ef8b8fbbaa
@@ -225,7 +225,7 @@ class ServiceParams(TypedDict):
|
||||
class ServiceTargetSelector:
|
||||
"""Class to hold a target selector for a service."""
|
||||
|
||||
__slots__ = ("entity_ids", "device_ids", "area_ids", "floor_ids", "label_ids")
|
||||
__slots__ = ("area_ids", "device_ids", "entity_ids", "floor_ids", "label_ids")
|
||||
|
||||
def __init__(self, service_call: ServiceCall) -> None:
|
||||
"""Extract ids from service call data."""
|
||||
|
||||
Reference in New Issue
Block a user