brand new user. set up home assistant, all seems to be working. added nest, sonos, wink. also have hue, which autodetected. then i tried to add room based groups for all my lights. no matter what i do to configure the groups, the web gui never shows the groups. its still shows all lights under a single light group. moreover, i also specified each group was a view - there are no tabs. i simply added my groups to the end of my config file.
i’ve tried every combination of changes to above to try and get it work that i can think of - comma delimited lists of entities, no spaces between group items, adding a default view which is a group of groups, moving the group definition to other spots in the configuration.yaml file.
HA version 0.19, ubuntu 14.04 running in virtualenv from command line.
good idea on the log.
there is an error, but i dont know what to try to resolve it:
homeassistant.bootstrap: Invalid config for [group]: [group] is an invalid option for [group]. Check: group->group.
Do you have another group entry on yout config?
I don’t see any mistake at that config, but try quoting your group names, and try removing the view just to test if they work.
YAML is a finicky beast. I’ve made this same mistake dozens of times myself as I am getting up to speed. You should take a look at this page on splitting your config files. It really makes debugging things like this a whole lot easier.
Bringing up an old topic here, but I thought this might be better than starting a new thread. I am trying to setup a living room group with all the lights in my living room. I used this thread and realized that I made the group, but what it did was add a new tab called living room at the top of HA (which is totally okay with me actually, I like it this way), but my main living room light has three philip hue bulbs in it. I’m trying to figure out how to make a switch to turn on all three bulbs at the same time, or dim all of them at the same time. I did this for my configuration.yaml file:
Now I would like that switch at the top, this just gives me a second page, but still just lists all the bulbs individually. Also, I’m really new at this coding stuff, so take it easy on me.
i m having problem to make the group appear as a tab on frontend.
I did manage to create the group appear as entity though.
i notice some are using view: true, and some are using view: yes. WHich is the correct one?
I tried using both, but still cant get the tab appear… any idea why?
Unless you are using the old states page, groups are no longer used for creating frontend views.
In the top right of screen there are 3 dots, click on that and then select configure UI. you can then create tabs from there and ad cards to them. You can convert to using the ui-lovelace.yaml file at a later stage if you need to