Simple light wake-up alarm with parabolic sunrise effect

Not sure about Apple, but at least on Android there is a Next Alarm that you can enable on the mobile app integration. You can probably create an input_datetime sensor from this using templates and use that as the trigger in the blueprint.

As for the switch, you can use the field for Workday Sensor. This was intended to be used with the Workday integration but it is really just a binary sensor. You could create your own binary_sensor template that is linked to an input_boolean you can manage yourself.

Thanks. Second option is what I ended up doing. Creating a switch helper and making a binary sensor template for it. The script and automation work great!

This should help you: https://www.reddit.com/r/homeassistant/comments/17fmyt8/comment/k6bdkgt/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

I’ve modified it so that it runs only when I’m connected to my local wifi.
And I copied it with a second trigger that it also sends the last known wakeup time to HA when I plug the charger in my phone.

1 Like

Revamped original post to simplify the instructions and remove confusing/unrequired information.

Tried this out the other day, with my ikea rgbw bulbs this only uses the white leds which have too bright of a baseline, has anyone made a transition that incorporates the rgb leds to provide a more gradual transition?

I actually just integrated RGB into my adapted version for the same reason.