Hi mates,
Been a huge fan of the ui-minimalist ‘theme’ and have done many (and similar) installations for friends and family.
This week however I ran into sth very strange: the second button does not work like expected …
Some BGR information:
- I used the template from https://ui-lovelace-minimalist.github.io
- All my ‘scene’ entities are scripts. Very simple input boolean toggle buttons that trigger (complex) automations and set the color of the button.
All others work just fine, the 2nd refuses.
What have I tried?
- have another button change the color of the second one (change the script of the other button): works fine
- changed the order of the entities in the template: same malfunction. So it has sth to do with the rendering??
ONE DAY LATER:
It seems to be sth to do with the rendering… but the template is rendering serial STRANGE
So a standard ‘scene’ entity has an icon, a name (and a color) placed on top of a background.
when I use no icon (which is >50% of backgroundspace) and no name, I can tap the background and then I get the classis ‘more info’ popup where i can run the script that is linked to that ‘scene’ button
this is ONLY the case on the second button (no mater what content/entity/refernce I give it)
I just dont get it. I want to share code, but it is all so plain simple that I cannot find a cause there …
Anybody ever had similar issues?