DD - Automatic area-based dashboard for desktop, tablet and mobile - V3.7.0

I’m facing an odd behavior since i updated to Dwayns Theme 1.4.1 and HASS 0.113.1. and after updating all relevant plugins / addon in HACS.

At first, the Room tiles on the home page are not displayed. It sometimes appears after several reload of the page (chrome browser desktop).

Same issue is affecting the list of Lights or Cover within a room : a refresh is needed to load the list of devices.

I’m facing the same issue on mobile but only one refresh and the room tiles / devices are back.

I created a PR. Its in the works for 1.5.

3 Likes

That’s awesome!!! Now to impatiently wait for v1.5 :smiley:

Does anybody use the decluttering card with this theme? I’m just getting started with this theme, but I’m trying to figure out where I would include my decluttering_templates.

edit: I was able to include them in dwains-theme-lovelace.yaml - however I’m not sure this is the best idea because I don’t know what will happen with future upgrades. Thoughts?

You’d usually add it in through dwains-theme/resources/custom_resources.yaml

thanks for the suggestion, I tried that and the config doesn’t validate :
:frowning:

Error loading /config/configuration.yaml: while parsing a block mapping
  in "/config/packages/dwains-theme/../../dwains-theme/resources/custom_resources.yaml", line 2, column 1
expected <block end>, but found '-'
  in "/config/packages/dwains-theme/../../dwains-theme/resources/custom_resources.yaml", line 29, column 1

Awesome theme Thanks you!

In a YAML file there is something new I saw that I would like to understand:

- !include
  - ../partials/heading_switch.yaml

You mind explaining what this does? Thank you!

Another question but related :slight_smile:

How do you manage to group of buttons acting like a menu? My problem is highlighting ( styling ) the last clicked menu!

That error is telling you that your YAML is incorrect on line 29

Any way to add a button to the rooms to call a service?. I want to be able to control my camera’s (pan tilt zoom) something like so

    more_entities:
      columns: 2 #optional
      entities:
      - entity: camera.garagecam_profile000_mainstream
        tap_action:
          action: call-service
          service: onvif.ptz
          service_data:
            entity_id: camera.garagecam_profile000_mainstream
            pan: RIGHT
            continuous_duration: 0.1
            move_mode: ContinuousMove

Thanks for the help!!! Unfortunately, appears that is just how its configured (I don’t think it’s a typo in my config b/c the same config works fine in dwains-theme-lovelace.yaml). In dwains_theme_configuration.yaml - you’ll see resources: !include_dir_merge_list ../../dwains-theme/resources/. However, in the decluttering card config, you can see that the decluttering_templates aren’t actually a resource.

Hmm, after following the guide and restarting Home Assistant I can see no channges…I still see my normal lovelace dashboards…

I tried commenting my existing packages-entries and I get a separate “Dwains Theme” dashboard.
But Its failing with message “Custom element doesn’t exist: dwains-flexbox-card.”

Check “Step 2” of the link you posted. You need to load the card as a resource into the theme, and then you would use the card like you normally would in lovelace.

EDIT: I’m not even sure how this card would play into this theme. Browsing through the card’s topic, it seems every picture somebody posted of their setup is something this theme already has built in. :man_shrugging:

So i’m back from a vacation. I think most questions on which I didn’t reply are already solved or answered by now. If anyone still has a question about the theme feel free to ask it here or on my HAA Discord server.

Hi Dwains.
Hope you had a good vacation. Does the theme support 0.114+?

Vacation was great :slight_smile: Yes theme is compatible with HA 0.114

Any chance to specify the domains in the Activity (Doors, windows, motion) section. Would love to include media players, lights, switches etc.

Still getting this white bar on my ipad

I just found out about this. It looks so nice!

Is it possible to install this as a separate dashboard? I want to keep my current lovelace setup and use this on some devices (tablets, phones,…).

If I understated your question, the answer is Yes. I still have my former dashboard AND the Dwain’s Theme dashboard. Once I get it tweaked to my satisfaction, I’m going to make Dwain’s my default.

But I don’t know enough about HA to say if you can specify different default dashboards per client device, but that’s more of a general HA / Lovelace question I believe.