I noticed that my tab icons have disappeared. The screenshot is from my Weather tab. All of the data loads but the icon does not. This started a few versions ago and I just ignored it, thinking it would be fixed with an update. Has anyone else experienced this and what needs to be done to fix it?
### groups.yaml
# Alarm
alarm:
view: yes
name: Alarm
icon: mdi:security-home
entities:
- alarm_control_panel.home_alarm
- sensor.home_alarm_keypad
- binary_sensor.downstairs_occupancy
- binary_sensor.upstairs_occupancy
- binary_sensor.back_door__breakfast_windows
- binary_sensor.dining_room
- binary_sensor.front_door
- binary_sensor.garage_door
- binary_sensor.kitchen_window
- binary_sensor.living_room_windows
- script.toggle_garage_door
- switch.garage_door
# Thermostats
thermostats:
view: yes
name: Ecobees
icon: mdi:thermometer-lines
entities:
- sensor.downstairs_temperature
- sensor.upstairs_temperature
- climate.downstairs
- climate.upstairs
- sensor.downstairs_humidity
- sensor.upstairs_humidity
# Entertainment
entertainment:
view: yes
name: Entertainment
icon: mdi:television
entities:
- media_player.lg_webos_smart_tv
- media_player.living_room_speakers
- media_player.office_tv
- media_player.plex_web_chrome
# Package Tracking
package_tracking:
view: yes
name: Package Tracking
icon: mdi:package-variant-closed
entities:
- sensor.ups
- sensor.fedex
- sensor.usps
# Weather
weather:
view: yes
name: Weather
icon: mdi:weather-partlycloudy
entities:
- sensor.weather_cloudiness
- sensor.weather_fog
- sensor.weather_humidity
- sensor.weather_precipitation
- sensor.weather_symbol
- sensor.weather_temperature
- sensor.weather_wind_direction
- sensor.weather_wind_speed
# Synology
synology:
view: yes
name: Synology
icon: mdi:server
entities:
- sensor.cpu_load_total
- sensor.memory_usage_real
- sensor.network_up
- sensor.network_down
- sensor.status_volume_1
- sensor.volume_used_volume_1
- sensor.average_disk_temp_volume_1
- sensor.speedtest_ping
- sensor.speedtest_download
- sensor.speedtest_upload