Hi all,
I’m just installed and setup the Hive integration and I’m playing with automations to, eventually, boost the heating when the temperature drops below X.
For now, while I’m testing, I’m having it notify my phone, but that doesn’t seem to be working.
I set a value of 17.8, because it was 17.9 and I was expecting once it dropped below 17.8 that I would get a notification, but I didn’t.
If I run it manually it triggers as I would expect.
Anybody have any pointers of what I’ve missed?
alias: Boost Heating When Cold
description: ""
trigger:
- platform: device
device_id: 97524c84f3d600ee1b485ca2a58aa58f
domain: climate
entity_id: climate.thermostat_2
type: current_temperature_changed
below: 17.8
condition:
- condition: time
before: "06:00:00"
after: "20:00:00"
weekday:
- sun
- mon
- tue
- wed
- thu
- fri
- sat
action:
- service: notify.all_phones
data:
message: Heating has dropped below 20C, consider boosting it!
title: It's too cold!!
mode: single