Created
August 18, 2020 20:15
-
-
Save peyanski/6e8dd7dd4642b44206bbcba16d375b0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example configuration.yaml entry | |
sensor: | |
- platform: history_stats | |
name: "Vacation Kitchen" | |
entity_id: light.kitchen_lights | |
state: "on" | |
type: count | |
start: > | |
{{ as_timestamp(now()) - 86400 }} | |
duration: 00:00:10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment