mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add task id attribute to fireservicerota sensor (#81323)
This commit is contained in:
@@ -79,6 +79,7 @@ class IncidentsSensor(RestoreEntity, SensorEntity):
|
||||
"type",
|
||||
"responder_mode",
|
||||
"can_respond_until",
|
||||
"task_ids",
|
||||
):
|
||||
if data.get(value):
|
||||
attr[value] = data[value]
|
||||
|
Reference in New Issue
Block a user