Hi, HA noob here so I apologize if my question is dumb but I researched the docs and couldn’t find anything like it. I am using the automatic HA dashboard as it suits me just fine - wife approved! My only issue is that I had to activate the date_time_iso and workday sensors in order to build some automations, and now those sensors appear in the dashboard. I cannot hide them as they have no unique_id, therefore the ‘hidden’ option is not available in the sensor config UI.
This are my additional yaml files referenced in my configuration:
./docker/homeassistant/config$ cat sensors.yaml
- platform: time_date
display_options:
- 'date'
- 'date_time_iso'
./docker/homeassistant/config$ cat binary_sensors.yaml
- platform: workday
country: US
And this is what I would like to hide in the dashboard:
(hiding the whole panels would be fine by me).
Is there anything I can put in the config file to mark them as hidden, or to assign them a meaningful ID?
Thanks in advance!