Hi
I’m testing Z-wave on Hass.io at the moment. One of the z-wave devices (neo coolcam power plug) has a lot of sensors that clogs up the interface. It’s a whopping 17 of them for each plug.
How can I hide them in the interface?
Hi
I’m testing Z-wave on Hass.io at the moment. One of the z-wave devices (neo coolcam power plug) has a lot of sensors that clogs up the interface. It’s a whopping 17 of them for each plug.
How can I hide them in the interface?
Take a look at customizing devices.
I have a neo coolcam power plug myself and use it like this:
customize_glob:
"sensor.powerplug_interval*":
hidden: true
"sensor.powerplug_previous_reading*":
hidden: true
You could also build your own views with groups. Then it only displays what you want it to display.
I actually use a combination of groups and customization. But with groups only you can’t hide sensors that you don’t want to see AFAIK.
Yes, if you make a default_view group, only what you want to display will display. There’s an example in the link above.
This is absolutely correct.
Besides, it would also makes sense to hide some entries from the logger/recorder/etc.
Brilliant, thanks a lot! I’ll read up on groups