Default dashboard - hiding date_time / workday sensors

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:

immagine

(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!

1 Like

Annoying indeed, did you find a solution to hide them from the Overview?

In the end I customized by dashboard and that was the end of it. As far as I know there is no way to do it.

1 Like