Hello,
I am trying to make a pretty basic automation that turns on a bedroom light when my phone’s alarm goes off.
I have the home assistant app so this alarm information is automatically given to home assistant via the sensor.jonathan_next_alarm sensor
I then have an automation that refers to this.
In my automation, I have this as my trigger:
- alias: Jonathan Nightstand Alarm Light
initial_state: 'on'
trigger:
- platform: time
at: sensor.jonathan_next_alarm
However, the automation is never triggered. There are no automation errors, but it never triggers the automation and in the logbook it also shows nothing.
I saw some posts that suggested your timestamp must have the time zone, which mine does.
Any idea why this doesn’t work?