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.
After update, input_select doesn’t work like expected
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.
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?
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.
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?
Your first question answer is Yes. You need to use groups. Its inside the theme documentation
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
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:
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
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.