Sorry, Maybe the definition of working is not clear in my situation. The problem was that the card was blank after the update, so no floorplan etc.
At this moment the floorplan is back and things are working as before. So now i do have all the time to dive in to my code en read the documentation as toldâŚ
So im definitly gonna do some thing with your advice
using below templated âDarkâ for Maps when certain themes are active has worked nicely, up to recently. I only noticed yesterday, so am not sure when this would have started tbh.
currently, when this map is displayed, it briefly shows the dark background, but then immediately switches to the regular (light) map, though it keeps the dark interface items
what could have changed lately? It probably is a frontend thing,. but posting here since it is in fact the ome case I use these custom:config-template-card configs.
hmm, I just tested it with a hard coded dark_mode: true and that behaves the same. Erratic. So, a frontend issue. Iâll writeup an issue
New to HA and Iâm trying to get ONLY the icon to change based on the state of the light, in this example. Instead, the icon doesnât show up unless I delete the items under ârowâ Is that something that is possible with this?
In that example, again if Iâm reading it correctly, would display icon âmdi:homeâ if the state (from the variable) was âonâ or âmdi:circleâ if the state was off.
So if I have read this instruction wrong, perhaps you could share what you would suggest?
Well, as I said I am new to HA. If you donât know the answer, or more likely are unwilling to help guide me toward a solution, then why did you take the time to reply? There might be someone else here that is willing to offer counsel.
You have yet to have offered a solution, which is where I assume you are perhaps unwilling to help? Iâd love, of course, to be proven wrong.
Ok, just show a card which you want to change.
Your first example was an Entities card with a section and a switch.
What do you want?
Changing a sectionâs label - DONE, you did it!
What else?
You wanted to change an icon - but the card has only one icon for the switch.
I thought I displayed the full card of what I wanted to change, and in my opening post I stated that I wasnât interested in changing anything but the icon based on the entity state. When it is turned on, I want one icon mdi:light-switch and when it is turned off I want mdi:light-switch-off
Are these not two icons? ââmdi:light-switchââ when it is turned on (variable) and ââmdi:light-switch-offââ when it is turned off?
Again, apologizes as it seems that youâre getting riled up by lack of familiarity with YAML. I worked off the closest example that was present on the authorâs github page. Perhaps you could reference a good source for me to review so that I donât continue to upset you (not everyone starts off YAML as the expert that you may have been).
Hello,
I want to set the max. value of a bar card from an input_number entity and tried to use config-template-card. But it throws an error: âNo card type defindedâ.
My code is: