Home group shows DEFAULT_VIEW instead of HOME

So a while ago I made a change to my groups.yaml file (I don’t remember what I changed) and now my default_view tab shows up as DEFAULT_VIEW instead of HOME. I have tried tweaking my groups.yaml file, but nothing has fixed it. Here it is:

#----------------#
#----- Tabs -----#
#----------------#

Default_View:
  view: yes
  entities:
    - group.main_floor
    - device_tracker.64bc0c4da1cd
    - device_tracker.1c9148a30e25
    - device_tracker.9cf48e268ff5
    # - media_player.apple_tv

Settings:
  view: yes
  icon: mdi:settings
  entities:
    - group.alarm_clock
    - group.auto_lights
    - group.actions

#---------------#
#---- Cards ----#
#---------------#

Main Floor:
  control: hidden
  entities:
    - light.notify
    - light.livingroom
    - input_number.livingroom_brightness
    - light.kitchen
    - input_number.kitchen_brightness
    - script.goodnight
    - input_boolean.tv_auto_dim
    - input_boolean.guest_mode
    - climate.thermostat

Auto Lights:
  control: hidden
  entities:
    - input_boolean.tv_auto_dim
    - automation.lights_on_evening
    - group.auto_cloudy_lights
    - group.auto_at_home_lights

Actions:
  control: hidden
  entities:
    - script.light_reset
    - script.testbutton

Alarm Clock:
  name: Wake Up
  control: hidden
  entities:
    - automation.alarm_clock
    - input_boolean.alarmweekend
    - automation.start_workout_app
    - automation.lights_on_at_wakeup
    - sensor.alarm_time
    - input_number.alarmhour
    - input_number.alarmminutes

#----------------#
#---- Groups ----#
#----------------#

Auto Dim TV Lights:
  entities:
    - automation.tv_paused_lights_semibright
    - automation.tv_playing_lights_dim
    - automation.tv_stopped_lights_bright

Auto Cloudy Lights:
  entities:
    - automation.lights_on_cloudy
    - automation.lights_off_sunny

Auto At Home Lights:
  entities:
    - automation.lights_off_leaving_home
    - automation.lights_on_arriving_home

Auto Morning End Lights:
  entities:
    - automation.lights_on_at_wakeup
    - group.auto_cloudy_lights

I haven’t had any errors in the log file, and everything else about groups works just fine. I don’t know how this happened.

1 Like

Here is a screenshot of what I am talking about:
09%20AM

Add name: Home

1 Like

Also, the upper ‘D’ on ‘Default_view’ could be an issue.

Thanks. Adding name: Home fixed it. Btw the uppercase ‘D’ in Default_View didn’t matter. I know sometimes capitalization matters, but apparently not here.

Looking at the Release Notes of 0.65.2, I think that an issue with translations existed and has been resolved now.