I have the below in my groups.yaml file
date_and_time:
view: yes
icon: mdi:home
entities:
- group.date_time
date_time:
name: Date and Time
entities:
- sensor.time
- sensor.date
and I have the below in my config.yaml file
# Sensors
sensor:
# Weather prediction
- platform: yr
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
But on the Hassio home screen I see the below:
Is there a way of removing the date & time circle from between yr Symbol and Sun?
Thanks and sorry, still trying to get to grips with Hassio!