This is a newby question.
I have several sensor icons on my HASS Home page which sensors I do not use anymore.
How can I get rid of these sensors and information icons?
It depends on what the sensors are… are they non-existent sensors, are they created by you in a different file or are they just ones that you have no need of?
In your customize.yaml you can add:
customize:
# Add an entry for each entity that you want to overwrite.
sensor.living_room_motion:
hidden: true
The sensors are old and now non-existant.
These sensors are not created by myself.
They appeared automaticly at the time I used them for testing.
Now I want to get rid of them.
Thanks
Stuff that appears in the front end is controlled by your groups.yaml
My groups.yaml is an empty file!
The configuration I am running is a MySensors gateway attached to HA.
As soon ass I add a new sensor it appears automaticly on the Home page thru discovery probably.
The sensor icon stays there forever also when I am not using the sensor anymore.
How can I get rid of the sensor icons on the Home page?
Thanks
You can edit the persistence file if it’s in JSON, to remove stale mysensors devices. Make sure you keep the structure of the JSON intact.
I already told you!