Skip to content

Instantly share code, notes, and snippets.

@bartclone
Last active November 28, 2021 12:03
Show Gist options
  • Save bartclone/e77d6f07df7493715132b52e77652ba6 to your computer and use it in GitHub Desktop.
Save bartclone/e77d6f07df7493715132b52e77652ba6 to your computer and use it in GitHub Desktop.
Automation als min temperatuur wordt bereikt (OpenWeather)
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