I had the same issue on some Fire tablets; my workaround is to copy the themes from 1.4 into my /themes/ directory, use a frontend.reload_themes service call, then the theme can be selected via the user profile screen.
I have the theme set to backend-selected on the user profile on the tablets, and then have an automation to switch between dwains-theme-light and dwains-theme-dark at sunrise and sunset.
I just recently started setting up this dashboard and love it for my phone. I am still learning how to set everything up but one thing I tried was to change the name displayed in the left column. I did this through the Integration settings by updating the “Side Panel Title” however after submitting the change the side panel title didn’t change. Is it possible to change the name this way or do I need to do something different?
How do you add more lights to a room? I have groups setup but I would also like to control individual lights sometimes. I can add them under page_entities but then they don’t show up under devices-lights.
Put the group in the room. My dashboard automatic recognize this and pulls all lights out of the group and display them inside the dashboard. That way you can control each individual light of a group.
In 2.0 is there a way to separate garage doors from blinds since they are both considered covers in HA? It’d be great if we could have 1 Cover Open for blinds and 1 Garage Door Open if it’s a garage door.
And is there a way to support multiple covers in a room? As well as multiple thermostats.
For example my garage has 2 doors. My living room has 9 blinds. My living room has 3 thermostats.
I’ve created a cover group but the entity created is cover.garage_doors instead of group.garage_doors so the theme doesn’t seem to pull the individual doors like it does the lights or other groups.
Double check to make sure there is no pathing information on that page. I had the same error but for the more_page.yaml. I forgot I had a few entries configured using the old /dwains-theme/ path, not the updated /dwains-dashboard/ path. This prevented Dwains from loading at all until corrected.
Step 1 would be to check that path for that file to make sure it exists.
Step 2 would be to check your config to see where you’re calling for that file.
Typically you don’t need to put the /config/ so I believe the path should just be
'dwains-dashboard/addons/popups/cover/popup.yaml’
Step 3 would be to share with us your custom popup for covers because I’m sure many of us would like some cool custom popups
Is this a fresh install or an update from 1.4?
Did you copy/paste someone else’s config to get you started?
The documentation on popups is here:
You can call global popups for the theme inside the global.yaml file dwains-dashboard/config/global.yaml
Or you can do individual entity popups in the customize.yaml file
One of those 2 files is referencing the covers popup which you haven’t created yet. So because the file doesn’t exist, the theme won’t load. I’m assuming it’s in global.yaml because the documentation linked above gives a specific example for a cover popup.
NOTE: This would NOT be in your configuration.yaml this would be within the dashboard configuration files.