Hi,
unfortunately I am not able to do this automation which I thought would be simple and therefore I would like to ask for your help.
I use this sensor Water Leak Sensor - Aqara to measure the temperature and I would like to receive a notification on my mobile when the temperature is higher than 14 degrees.
Unfortunately, the notification does not come. When I start the automation manually, the notification comes. So the problem is probably with loading information about the temperature.
alias: TEST
description: ""
triggers:
- type: temperature
device_id: f3543bbcf7988006fa5a5f26d67b46b8
entity_id: d077446297f67b2713f72950a46a9b6f
domain: sensor
trigger: device
above: 14
conditions: []
actions:
- device_id: 15838345838355d77b2f36411f1b1e89
domain: mobile_app
type: notify
message: Vysoká teplota v lednici!
title: Teplota v lednici
data:
ttl: 0
priority: high
- device_id: b217d35d300b78be20b279023bb2367c
domain: mobile_app
type: notify
message: Vysoká teplota v lednici!
title: Teplota v lednici
data:
ttl: 0
priority: high
mode: single