I’m new to Home Assistant and are trying to make a nice home screen. But I cant get any date or time info on my home screen. I made some changes to the configuration file but no info seen.
My config looks like this:
sensor:
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
- 'time_date'
group:
date_and_time:
view: yes
icon: mdi:home
entities:
- group.date_time
date_time:
name: Date and Time
entities:
- sensor.time
- sensor.date
- sensor.date_time
- sensor.time_date
I hope someone can help me with this.