04-18-2025, 12:57 PM
yes
like that
if:
- condition: state
entity_id: sensor.temperature
state: "27"
for:
hours: 0
minutes: 1
seconds: 0
then:
- action: notify.send_message
metadata: {}
data: {}
target:
entity_id: my_phone
like that
if:
- condition: state
entity_id: sensor.temperature
state: "27"
for:
hours: 0
minutes: 1
seconds: 0
then:
- action: notify.send_message
metadata: {}
data: {}
target:
entity_id: my_phone

