mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Keep track what devices support Assist features (#93990)
This commit is contained in:
@@ -949,6 +949,7 @@ class PipelineData:
|
||||
|
||||
pipeline_runs: dict[str, LimitedSizeDict[str, PipelineRunDebug]]
|
||||
pipeline_store: PipelineStorageCollection
|
||||
pipeline_devices: set[str] = field(default_factory=set, init=False)
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user