Need help with Automation notification

will this remove any automations i have that are working?

no, it just reloads it to the server. Any saved automations wont be affected. Its similar to restarting server but just doing that part with automations.

Sounds good thank you for all of your help, I’ll report back.

It should work but if it doesn’t work just go back to numeric state with above 72 and below 74 as values.

I was about to say that

Hello Sheminsalm,

this worked after I removed the reinstall the ecobee integration, thank you so much for all of your help.

trigger:

  • platform: template
    value_template: “{{states(‘sensor.living_room_temp_sensor_temperature_2’) | float == 73 }}”
2 Likes

do you want it to trigger at specifically 73 degrees or 73 and higher? if the later, replace == for >=

that works thank you.