Add task id attribute to fireservicerota sensor (#81323)
This commit is contained in:
parent
2b935564c2
commit
3afef1f8fe
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class IncidentsSensor(RestoreEntity, SensorEntity):
|
|||
"type",
|
||||
"responder_mode",
|
||||
"can_respond_until",
|
||||
"task_ids",
|
||||
):
|
||||
if data.get(value):
|
||||
attr[value] = data[value]
|
||||
|
|
Loading…
Add table
Reference in a new issue