Time date, not populating correctly on home screen

Hummm… interesting…

That’s part of the problem. Try this:

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
      - sensor.time_utc
      - sensor.beat

That worked…almost.

There seems to be an issue with the Internet time (sensor.beat). I suppose I don’t really care about that one. It’s neat sort of, but holds no real value actually. Just a curiosity.

But the other five appear properly. Thank you so much.

2 Likes

Your welcome @anon2651294 ! Please mark the correct answer as “this reply solves the problem” (grey box with checkmark bellow the answer).