Im trying to hide certain nest sensors that I dont want to see. When I setup the nest component, all the sensors show as badges. Ive moved what sensors I want to keep into a group, how do I hide the remaining sensors?
You can do it via customizations:
id_name:
hidden: true
Or, easier yet, I think, is create a default_view group:
default_view:
name: "Name"
view: yes
entities:
- group.subgroup_names
That way, none of those ‘badges’ ever appear, and you’re in full control of what shows up on your pages.
Default view is exactly what I was looking for. Thank you so much!
The standard default view is actually really handy though, as anything new you add to the system automatically appears on it and you can see all the various new sensors etc that got created (even easier if you put everything you know about in groups, so you can easily see new stuff as badges).
So just bear in mind that if you override that you lose that somewhat useful functionality.