Still pretty new but Imma keep trying at it. So I found the perfect alarm panel for my light fade in. Lorentz’ excellent work here Phillips Hue Wakeup Light with fade-in .
Now I migrated all the code to the appropriate pages and it’s all passing config and now I feel like an idiot for even asking cause I feel like it’s so simple.
How do I make the entity card? Is it a custom card should I be following these instructions?
So to reiterate I’m still very new to home Assistant so I crib the code from Lorentz’ post and did my best to fit it into my own set up. I made sure everything passes check config but I’m still not super certain how to get the card up and running on Lovelace
The automations and script that you share is the back end were all of the logic is done. There are 2 ways to build the UI the yaml files and from the UI. The UI is, if you are new, the default (configured from the “website” that is your home assistant interface).
(Before lovelace groups were important for the UI I think your group do not serve any purpose any longer.)
To modify it from yaml files your config must include:
it pops up on the HA Android App (though I have yet to see if it actually triggers the automation) but the card isn’t showing up on my overview or even on another phone connected to HA via the Android App.
That looks like the old UI. It gets auto generated based on groups, entitites and the customization file. How does your UI-lovelace.yaml file look like?
How does you overview look like? Can you printscreen the entire view from a browser.
Well in that case it’s not working. I’m not working off a ui-lovelace.yaml file right now (was getting a blank overview frequently). If working from the UI how would I build the Wake Up Alarm Panel?
Yes, the lovelace card / frontend is just a visual representation of entities. There is no logic in the card itself. In ny original post I used a group to display the input parameters, but now we can use the lovelace card.