Add task id attribute to fireservicerota sensor (#81323)

This commit is contained in:
Ron Klinkien 2022-11-01 10:10:30 +01:00 committed by Paulus Schoutsen
parent c2c57712d2
commit 1cc85f77e3

View File

@ -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]