Switch next to Group Description since Upgrade to 0.88

Hi, next to every Group Description I have now a switch since I upgraded to 0.88

How can I get rid again from this switch?

weather:
  view: yes
  name: Wetter
  entities:
    - group.weather_details
    - group.weather_weewx
    - group.solar
    - group.solar_graph
    - group.cat_house
weather_details:
  view: no
  name: Aktuelles Wetter
  entities:
    - sensor.pws_temp_c
    - sensor.pws_feelslike_c
    - sensor.pws_dewpoint_c
    - sensor.pws_precip_today_metric
    - sensor.pws_weather_1h
    - sensor.pws_relative_humidity
    - sensor.pws_pressure_mb
    - sensor.pws_pressure_trend
    - sensor.pws_solarradiation
    - sensor.pws_wind_kph
    - sensor.pws_wind_gust_kph
    - sensor.pws_wind_dir
    - sensor.pws_observation_time

You can use: show_header_toggle: false to turn off the group switch

Mhh, I wanted now to test this and the switches disappeard…

Ok, still there.

I tried to add the “show_header_toggle” but that breaks my whole groups-config

weather:
  view: yes
  name: Wetter
  entities:
    - group.weather_details
    - group.weather_weewx
    - group.solar
    - group.solar_graph
    - group.cat_house

weather_details:
  show_header_toggle: false
  view: no
  name: Aktuelles Wetter
  entities:
    - sensor.pws_temp_c
    - sensor.pws_feelslike_c
    - sensor.pws_dewpoint_c
    - sensor.pws_precip_today_metric
    - sensor.pws_weather_1h
    - sensor.pws_relative_humidity
    - sensor.pws_pressure_mb
    - sensor.pws_pressure_trend
    - sensor.pws_solarradiation
    - sensor.pws_wind_kph
    - sensor.pws_wind_gust_kph
    - sensor.pws_wind_dir
    - sensor.pws_observation_time

Anyone with a hint for me?

Br,
Johannes

Ok, I found the solution on my own. I didnt know that the Lovelave UI could be edited in the Frontend. There is also the switch to hide the “header_toggle”.

Br,
Johannes