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

updating worked without any problems. the reload theme configure button is awesome, finally we don´t have to restart HA anytime we change something. also thanks for adding the “all lights”-button and the haptic feedback on the scenes-page.

nice update, great work!

After update, input_select doesn’t work like expected :frowning:
In previous version drop down menu appears and i could pick one of the options. But now it just triggers another option in the list.

Been playing around with this for a day but cant figure out if what i want is possible at the moment.
I want to eliminate a click for some devices in a room, tried to illustrate it with this picture.

1 Like

Not sure what you mean exactly, but I guess you want devices direct on room level page? This is currently not possible The only way to make this work for now is creating room addons. Maybe you can tell me on the EN slack group so we can chat about it?

Yeah is the way I prefer to work with the input_select’s also other people from the Slack group asked me to implement it this way.

Not sure what is going wrong here. I will look into it, maybe there are some other people with same problem, but till now I didn’t hear any problems with it.

In my opinion this is not the concept / idea of input_select (there is only inout now, byt no select :slight_smile: ). Is there a easy way to roll it back?

I need to look into it, can you please create a Github issue for this? :slight_smile:

What a theme, so easy to install even for at coding newbie as my self. I have a couple of questions:
Is it possible to group two bulbs into 1 button?
and is it possible to ad switches/plugs?

1 Like

Your first question answer is Yes. You need to use groups. Its inside the theme documentation :slight_smile:
Also you can use switches/power plugs in a room just add them to device in a room

sorry, should have told you, have already made a group:
stairs:
name: Trappe
entities:
- light.trappe_1
- light.trappe_2
and i add it to the theme with:
light: group.stairs
but i still get both bulbs in the Trappe menu

1 Like

You can use a light group for this

1 Like

you could use Light Group
or add group: !include groups.yaml to your configuration.yaml and make a groups.yaml in your config folder. then simply add this to the groups.yaml:

stairs:
  name: Trappe
  entities:
    - light.trappe_1
    - light.trappe_2
1 Like

Perfekt. thank you both

1 Like

I updated Home Assistant tonight to

image

Also updated Dwains Thems to v1.2.0 and now I have this…

Any idea what I should look for?
Thanks

1 Like

I was getting the same error as well. I noticed that HACS disappeared from my side bar too.

Restarting fixed the problem.

1 Like

Hi. When i make a group as you are doing there, im still getting the 2 bulbs instead of 1 lamp. I have to turn on/off 1 bulb at a time.
I have a couple of lamps where i have 2 bulbs so it would be nice to get them to work as 1 unit.

edit: nevermind. just learned that when i double press i room, everything turns on/off. So no need to go all the way inside the room button

1 Like

oh ye, that´s how it should be :wink:

1 Like

Custom Cards needs to be updated from the developers to work in 0.106

1 Like

Reboot your HA installation, update HACS to latest version and update all HACS plugins to latest version and then do a reboot again. It must work then.