Groups messed after updating to 0.68

hey everyone, after updating to 0.68 my groups are showing only in parts correctly, is there something new?
here my config:
group:
default_view:
icon: mdi:home
entities:
- group.livingroom
- group.media_livingroom
- group.porch
livingroom:
name: Living Room
entities:
- switch.ac
- switch.ac_18
- switch.ac_22
- switch.fan_mode
media_livingroom:
name: Media Living Room
entities:
- switch.hdmi
- switch.tv
- switch.net
- switch.tv_volume
- media_player.living_room_speaker_2
- media_player.living_room_tv
- switch.xbox_turn_on
- media_player.plex_web_chrome
porch:
name: Porch
icon: mdi:account-multiple
view: yes
entities:
- switch.porchlight
- switch.porchsidehlight
- switch.porchcenterlight

please add your code in code tags

> group:
>   default_view:
>     icon: mdi:home 
>     entities:
>       - group.livingroom
>       - group.media_livingroom
>       - group.porch
>   livingroom:
>     name: Living Room
>     entities:
>       - switch.ac
>       - switch.ac_18
>       - switch.ac_22
>       - switch.fan_mode
>   media_livingroom:
>     name: Media Living Room
>     entities:
>       - switch.hdmi
>       - switch.tv
>       - switch.net
>       - switch.tv_volume
>       - media_player.living_room_speaker_2
>       - media_player.living_room_tv
>       - switch.xbox_turn_on
>       - media_player.plex_web_chrome
>   porch:
>     name: Porch
>     icon: mdi:account-multiple
>     view: yes
>     entities:
>       - switch.porchlight
>       - switch.porchsidehlight
>       - switch.porchcenterlight

Be sure using ‘view: yes’ on the correct places.
Aren’t you missing it at default_view?

i´ve just restore my snapshot for version 0.65.6 and it works perfectly with the same configuration as it reads, I was wondering if there´s any thing new on 0.68

Not in groups as i am aware off

Aris,

I just upgraded to .68 as well and my groups are not displayed as before the upgrade. In my situation, the individual entities are only showing their icons at the top of the page. Whereas before the upgrade, it would like them with friendly name and control button on each line.

Yesterday I tried once again to update and still strguling with my groups and customization, I´ve lost 75% of my icons and my groups, even with the same config.yaml from before, a lost my “views” and some os my entities leave some of the groups.

Guys once again I updated to 0.69 and my groups messed out I´m beggining to think the problem is on my configuration, I lost my icons I lost my views here´s my groups in config.yaml:

> 
> group:
>   default_view:
>     icon: mdi:home 
>     entities:
>       - group.livingroom
>       - group.media_livingroom
>       - group.porch
>   livingroom:
>     name: Living Room
>     entities:
>       - switch.ac
>       - switch.ac_18
>       - switch.ac_22
>       - switch.fan_mode
>   media_livingroom:
>     name: Media Living Room
>     entities:
>       - switch.hdmi
>       - switch.tv
>       - switch.net
>       - switch.tv_volume
>       - media_player.living_room_speaker_2
>       - media_player.living_room_tv
>       - switch.xbox_turn_on
>       - media_player.plex_web_chrome
>   porch:
>     name: Porch
>     icon: mdi:account-multiple
>     view: yes
>     entities:
>       - switch.porchlight
>       - switch.porchsidehlight
>       - switch.porchcenterlight

just found out that all my switches changed the name in the entity dev that´s why they weren´t fit in the right groups, don´t know why