mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add task id attribute to fireservicerota sensor (#81323)
This commit is contained in:
parent
2b935564c2
commit
3afef1f8fe
@ -79,6 +79,7 @@ class IncidentsSensor(RestoreEntity, SensorEntity):
|
|||||||
"type",
|
"type",
|
||||||
"responder_mode",
|
"responder_mode",
|
||||||
"can_respond_until",
|
"can_respond_until",
|
||||||
|
"task_ids",
|
||||||
):
|
):
|
||||||
if data.get(value):
|
if data.get(value):
|
||||||
attr[value] = data[value]
|
attr[value] = data[value]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user