Last active
November 28, 2021 12:03
-
-
Save bartclone/e77d6f07df7493715132b52e77652ba6 to your computer and use it in GitHub Desktop.
Automation als min temperatuur wordt bereikt (OpenWeather)
This file contains 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
alias: Notify op koudste moment van dag | |
description: Melding sturen op koudste moment van de dag | |
trigger: | |
- platform: state | |
id: max-temp-of-the-day-reached | |
to: 'on' | |
entity_id: binary_sensor.time_min_temperature_reached | |
action: | |
- service: notify.notify | |
data: | |
message: Dit is het koudste moment van de dag | |
title: Koud he! | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment