Villhellm

Results 17 comments of Villhellm

Check the browser console for errors the next time this happens.

It depends on your browser, but usually F12 will open the console. Is this related to the occasional white screen issue or is the plugin not working at all for...

Includes override excludes. That's the way the logic has been designed. Something has to take priority. https://github.com/Villhellm/lovelace-animated-background/blob/master/dist/animated-background.js#L230 this is where the definitions start for the inclusion/exclusion rules. If you can...

The files are not mine to give, I'm sorry. They are only included as examples

This, unfortunately, runs into the problem I was trying to explain. Includes are *designed* to override excludes. This change would essentially flip the logic, which could have been done by...

I will start working on that implementation (hopefully) sometime this month. Until then I suggest you use the branch you created here in your HA instance as a temporary workaround.

If the href contains a panel that already exists in the sidebar then both will get highlighted. I'm trying to figure out a way around it, but for now unfortunately...

Yeah it turns out the tooltips are handled by TS event handlers that I don't have direct access to. It looks like in order to get tooltips working I would...

Did you add it as a Lovelace resource?

You cannot have a new_item in a config that is not for administrators. It clones the configuration node, which doesn't exist if you aren't an admin. I'll look at implementing...