Groups and views

Dear All,
I have a code in group.yaml:
garden:
view: true
control: hidden
name: “Garden”
entities:
- group.irrigation_timer_1

irrigation_timer_1:
  view: false
  name: "Sprinklers Zone 1"
  icon: mdi:clock
  entities:
    - sensor.duration_1
    - sensor.repeat_1
    - group.setting_zone_1

setting_zone_1:
  view: false
  control: hidden
  name: "Settings"
  icon: mdi:settings
  entities:
    - input_number.duration_1
    - input_number.repeat_1    

I cannot see anything new on Home or new tabs.
Entity garden nave attribute hidden; true ;(

What is wrong?

for it to display on a tab…view should be yes

Lights:
  view: yes
  name: Lights
  entities:
    - group.Light_Sw

Nothing happened;(

garden:
  view: yes
  control: hidden
  name: "Garden"
  entities:
    - group.irrigation_timer_1

irrigation_timer_1:
  view: no
  name: "Sprinklers Zone 1"
  icon: mdi:clock
  entities:
    - sensor.duration_1
    - sensor.repeat_1
    - group.setting_zone_1

setting_zone_1:
  view: no
  control: hidden
  name: "Settings"
  icon: mdi:settings
  entities:
    - input_number.duration_1
    - input_number.repeat_1

Why hidden: true ?

control: hidden refers to the toggle switch at the top of the group. not the group.

Are you using Lovelace or the old states based front end?

Hello
I know the control: hidden is connected with switch presence rather I consider hidden: true attribute.

I use 0.92.1 version of HA and probably Lovelace.

Have you ever used the group.set_visibility service?

https://www.home-assistant.io/docs/configuration/group_visibility/

No I haven’t.

I just base on info and assume that group should be visible by default.
"
Groups allow the user to combine multiple entities into one. A group can be promoted to a view by setting view: true under the group definition. This will make the group available as a new tab in the frontend.

By default, every group appears in the HOME tab. If you create a group default_view it will REPLACE the contents of the HOME tab so you can customize the HOME tab as you wish.
"

I believe that this

is only applicable to non-Lovelace interface.
When using Lovelace, groups do not influence on the frontend and are used only for grouping entities logically…
Could you post the url of your HA page?

OK, that’s clear now for me.
I cannot post because I have local installation.

Yeah you can. e.g.

https://10.1.1.100:8123/lovelace/default_view