Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sandbox:
- sensor:
- - platform: history_stats
- name: Lamp ON today
- entity_id: light.julelys
- state: "on"
- type: count
- start: "{{ now().replace(hour=0, minute=0, second=0) }}"
- end: "{{ now() }}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement