-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blink lights: return lights to initial state when blink finished? #12
Comments
with The help of chatGPT and your code / blueprint I was able to get what I want working (but as predicted it's sloppy and not portable). I was trying to use chatGPT to help me create a new blueprint just like yours, but that also integrated this option (return brightness to initial level) , but it wasn't happening. so if others are interested here is the automation im using (I first created the automation using Edwards blueprint, and then "took ownership" of the automation in HA so that I could then directly edit the .yaml of the automation. (This "taking ownership" of an automation generated by a blueprint seems to be a new feature of the July 2024 HA update )
|
first of all- Thank you very much for making this public, and taking the time to create it. It's very nice of you to do this, and has helped me learn quite a bit (more) about HA.
It would be great (and useful for many i think), if your Blink Lights automation could return the lights to their initial state. (for example if a light is ON and brightness = 50%, when the blink is completed, the light is still on but at 100% brightness).
I'm going to figure out how to accomplish this myself and will update this (here) with my solution, although it may not be pretty.
thanks
The text was updated successfully, but these errors were encountered: