mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Use pipeline ID in event (#92100)
* Use pipeline ID in event * Fix tests
This commit is contained in:
@@ -370,7 +370,7 @@ class PipelineRun:
|
||||
def start(self) -> None:
|
||||
"""Emit run start event."""
|
||||
data = {
|
||||
"pipeline": self.pipeline.name,
|
||||
"pipeline": self.pipeline.id,
|
||||
"language": self.language,
|
||||
}
|
||||
if self.runner_data is not None:
|
||||
|
||||
Reference in New Issue
Block a user