Sensors for how much time the windows and doors are open

This commit is contained in:
2022-06-17 03:23:15 -04:00
parent 54de8e48d3
commit d4e84911c3

View File

@ -198,5 +198,21 @@
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Windows Open Time
entity_id: sensor.windows_open
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Doors Open Time
entity_id: sensor.doors_open
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24