Hello
When importing the blueprint i get the following error:
Invalid blueprint: extra keys not allowed @ data['blueprint']['author']. Got 'op00'
Hello
When importing the blueprint i get the following error:
Invalid blueprint: extra keys not allowed @ data['blueprint']['author']. Got 'op00'
Are you on the latest Home Assistant version?
Thanks for the automation, it works, but I am not seeing the option to ârun it only during night time?â
Thank you so much for this, tried to create something similar myself but couldnât get it to work. Only question I have is, can I set it to only trigger on the first alarm for the day? I usually have a few alarms in the morning for various things but donât want the actions from this to trigger every time a new alarm goes off.
Wouldnât know an easy way to implement this. The companion app sensor next alarm only has the date time value. I wish there was alarm name sent with it to. You could open a feature request, if they could implement an additional attribute such as alarm name. With that this blueprint could only trigger for a specific alarm.
Maybe you can make you own automation to enable and disable this automation for time range youâd like.
Thank you for this automation, it is almost exactly what I am looking for. My use case is I would like to open my curtains 10-15 minutes before my alarm goes off to wake us up gently. This means I would like it to only trigger if itâs light enough outside to wake me up and not too much later.
The one change I would like to request is rather than just a boolean for the active range, I would love to be able to specify sunrise to noon or sunrise to sunrise + offset.
you can add to the action an if (sun) condition, should give you all that.
I missed that conditions are available under actions. Thank you!
@dmulligan @Sh500 @Sarnog and everone : check out my new blueprint. You may be happier with this one: Adjustable Wake-up to Android alarm - Blueprints Exchange - Home Assistant Community (home-assistant.io)
thank you so much for that, I am quite new to HASS and this was exactly what I am looking for!
Now my electric floor heating in bathroom switches on automatically 30 minutes before my alarm rings :)!
Hello!
I have just found this thread, and I was testing this out, and my lights did turn on when I set it in HA to do so before my sleep as android alarm. I did have it set to turn on the lights at 30% brightness, just to test it out.
But I do want to know if it is possible to get the lights to first turn them on, at 10% brightness, and then after 2 minutes, they increase by 10% every 2 minutes.
And how would I do that in HA?
And please keep it simple, I am noob to this stuff.
Thanks.
Hi @kiptanoi ,
FYI: I have deprecated this blueprint in favor of this one: Adjustable Wake-up to Android alarm
I do have a script blueprint to increase or decrease the brightness of a light that doesnât support transitions: Increase or decrease light brightness over time - Blueprints Exchange - Home Assistant Community (home-assistant.io)
Maybe you give the ânewâ wake-up blueprint in combination with the increase or decrease script blueprint a try. Thatâs what I have been using for years now.
Hello,
first thank you for blueprint is great, i have problem the blueprint stop working after i update my HA to leatest version and the blueprint to lastest verion but everthing look good is there somthing change ?
Thank you