Sensors for how much time the windows and doors are open
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user