I’m trying to create an automation for kitchen freezer.
There is a temperature sensor in it and I would like to get an notification in my iPhone when the temperature goes above -18 degrees.
Below is the code I created and it is not working. The sensor works, but no notification is sent.
Hope somebody can help, because I’m sure many must have this kind of automation.
alias: pakastimen lämpiäminen
description: Hälyttää jos pakastimen lämpötila nousee yli -18 asteen.
triggers:
- trigger: numeric_state
entity_id:
- sensor.pakastimen_lampotilasensori_temperature
above: -18
value_template: " "
conditions: []
actions:
- action: notify.mobile_app_iphone_marko
data:
message: The freezer is getting warmer. Do something, man!
title: The freezer alert
mode: single