Having an issue setting my color on the welcome_scene card. I am trying to template it. Any suggestions? The template works great in the template dev tool. However, no color is being set at all in the UI.
playing currently around with this and im hooked. A things:
I want to use the welcome card but the integrated āweather chipā is driving me crazy. As IĀ“m german i would like to have the german format of the date. Means ādd.ā āmonthā (30. MƤrz) currently it looks like this
As you can see i already changed the āmonths nameā but i have still the english format.
Can I change this? If yes, where and how?
Is it possible to switch the current names with the full months names?
If 1. is not possible can i make the ātemperature_chipā clickable so that my weather entity information is showing up?
How can I add āpagesā? Basically when i implement a ālivingroomā button how do I get to a whole new page?
Hi, I am trying to understand the welcome scenes card but canāt wrap my head around it, are there any better examples I can review? Ideally I want to use this to navigate to other views or to activate scenes.
Also the collapse feature I donāt understand the " Enables the collapse function.
requires an input_boolean to track the state", tracking the state of if it is open or closed? Again if someone would be kind enough to show a working example that would be fantastic.
Iām a bit late to the party but I can not get multiple view to work. Is there someone who can help me?
I have a folder called āui_lovelace_minimalistā in my /config/ folder, but also in the custom_components folder. In what folder do I actually have to make changes?
In the āui_lovelace_minimalistā in my /config/ folder Iāve made a change to my ui-lovelace.yaml file to include the views, this is in the file:
I currently building the Card myself and have several questions too
But I can assist you with the collapse feature. What I did here was simply build an āautomation helperā. Just name it the way you want and insert the name in the yaml code
1.Due to the fact that most common languages use very different date formatting it is pretty difficult to build an one fits all solution. Thatās why it only supports the English formatting for now.
To fit your needs itās probably best to copy the template and make a custom_card where you change it to the formatting of your language. Note: this can be somewhat advanced and requires a bit of knowledge of the custom:button-card and JavaScript templating.
The date chip is already clickable, to add this to the weather one simply add:
tap_action:
action: "more-info"
to your card config where you also have specified your entity and variables.
Documentation on new views can be found here Views - Home Assistant and does work as list items.
Perhaps Iāve misunderstood how this is supposed to work.
I also was curious to know if there was a way to change the light icons to be the colour of the light itself. I need to try this out myself, but I know that button-card has a color: auto option so I was curious to know if anyone has gotten this to work. I also need to figure out how to set up a template for that (and the media players and timers with states other than āonā or āoffā).
First thingās first, however, I need to figure out how to trigger a simple change based on state
Edit: Iāve managed to get the card face to change colour, but having no luck with the mini icons.
Thanks a lot. Understand the issue of several formats. IĀ“ll check it out by myself. When I havce time
When it comes to the ātemperature_chipā: It worked in the morning withou adding the two lines you mentioned. It stopped working for a reason. I added then those two additional lines but still no success.
This is what it looks like:
Another thing: We have the power_consumption chip. I try to get this working I thought about it would be great to have the same for Gas. I thought of simply copying the Power template but I werent succesful. Can you or someone else assist here too?
I see.
Check this link Welcome Scenes Card (docs).
I wonder if you should fill the ui card with the other variable āulm_card_welcome_scenes_collapse:ā and with the related input_boolean that is used to manage the collapse function.
Mine is workingā¦
i managed now to get my views visible. Issue is that if I use a navigate chip i get always back to my ādefault-live-dashboard-home-viewā instead for designated one.
This is how my folder looks like: