If you’d call the default_view let’s say Hue_lighting with view: yes, you create a tab to show that page, and all other entities would be displayed on the homepage (which is then made by default by HA)
It all depends on your preferences, but let me say this: smart grouping can be very very useful, and Id even see is unmissable. Not only to group the frontend into something easier to look at than all separate entities, but also to act upon. (switch off a group with all switches or automations, etc etc)
If you want everything on the first and only page, do as @anon43302295 says above. If you want ‘tabs’ create a few groups with view: yes, and have the frontend look like this:
with the added advantage of a much more responsive Homeassistant. If it has to list everything on 1 page, that becomes a very heavy page soon, and will get slower to load very soon.
OK, groups.yaml file edited and rebooting. wait wait wait
I never got an ‘Hue’ icon at the top, and the screenshot you show is very impressive, should I be expecting an icon like yours even if I have a single ‘group’?
you mentioned losing ‘all other devices’ so I gathered you had quite a few, and grouping these would be advisable imho. hence the screenshot of the tabs.
I do it as follows:
in configuration.yaml: group: !include_dir_merge_named groups
that groups folder has this contents:
in the file view_tabs.yaml, I have all tabs groups, which most of the time only have groups for entities (a sporadic badge or sensor aside…):
The custom Hue Sensor component is excellent but sometimes I noticed ghost triggering. After much debugging, it turns out my Philips Hue Switch at the main door (furthest away) disconnects and reconnects from the Hue hub sporadically.
This causes a change in the “reachable” attribute which triggers the automation. I’ve edited my copy of the Hue Sensor custom component to remove the “reachable” attribute and it has been great since. Putting it out there in case someone else encounters the same.
Thanks plasma16, can you please elaborate a bit more what you have done. I found out that I get a double delivery of of every key press on the Hue switch after 5mins. Is this related or something else?
My template sensors have stopped working and report None. They worked for ages but not now. I re-downloaded the custom components and replaced the hue sensor folder but no change.