Advertisement
JLindvig

History

Mar 7th, 2022
1,694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.23 KB | None | 0 0
  1. sandbox:
  2.   sensor:
  3.     - platform: history_stats
  4.       name: Lamp ON today
  5.       entity_id: light.julelys
  6.       state: "on"
  7.       type: count
  8.       start: "{{ now().replace(hour=0, minute=0, second=0) }}"
  9.       end: "{{ now() }}"
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement