...hide_entity not found in my automation file

Good morning,
after the latest updates I get this error.

Invalid config for [automation]: The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.110. Got OrderedDict([('group', OrderedDict([('luci_esterne', OrderedDict([('name', 'Luci esterne'), ('entities', ['switch.rele_androme', 'switch.rele_corridoio_ext'])])), ('luci0', OrderedDict([('name', 'Luci piano 0'), ('entities', ['switch.rele_pareti_sala_0', 'switch.rele_cucina_0', 'switch.rele_pilastro_0', 'switch.rele_sala_0'])])), ('luci1', OrderedDict([('name', 'Luci piano 1'), ('entities', ['switch.rele_corridoio_1', 'switch.rele_antecucina_1', 'switch.rele_sala_1', 'light.cameretta_siria']).... (See ?, line ?). 
Invalid config for [automation]: The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.110. Got OrderedDict([('group', OrderedDict([('luci_esterne', OrderedDict([('name', 'Luci esterne'), ('entities', ['switch.rele_androme', 'switch.rele_corridoio_ext'])])), ('luci0', OrderedDict([('name', 'Luci piano 0'), ('entities', ['switch.rele_pareti_sala_0', 'switch.rele_cucina_0', 'switch.rele_pilastro_0', 'switch.rele_sala_0'])])), ('luci1', OrderedDict([('name', 'Luci piano 1'), ('entities', ['switch.rele_corridoio_1', 'switch.rele_antecucina_1', 'switch.rele_sala_1', 'light.cameretta_siria']).... (See ?, line ?). 
Invalid config for [automation]: The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.110. Got OrderedDict([('group', OrderedDict([('luci_esterne', OrderedDict([('name', 'Luci esterne'), ('entities', ['switch.rele_androme', 'switch.rele_corridoio_ext'])])), ('luci0', OrderedDict([('name', 'Luci piano 0'), ('entities', ['switch.rele_pareti_sala_0', 'switch.rele_cucina_0', 'switch.rele_pilastro_0', 'switch.rele_sala_0'])])), ('luci1', OrderedDict([('name', 'Luci piano 1'), ('entities', ['switch.rele_corridoio_1', 'switch.rele_antecucina_1', 'switch.rele_sala_1', 'light.cameretta_siria']).... (See ?, line ?). 
Invalid config for [automation]: The 'hide_entity' option (with value 'True') is deprecated, please remove it from your configuration. This option will become invalid in version 0.110. Got OrderedDict([('group', OrderedDict([('luci_esterne', OrderedDict([('name', 'Luci esterne'), ('entities', ['switch.rele_androme', 'switch.rele_corridoio_ext'])])), ('luci0', OrderedDict([('name', 'Luci piano 0'), ('entities', ['switch.rele_pareti_sala_0', 'switch.rele_cucina_0', 'switch.rele_pilastro_0', 'switch.rele_sala_0'])])), ('luci1', OrderedDict([('name', 'Luci piano 1'), ('entities', ['switch.rele_corridoio_1', 'switch.rele_antecucina_1', 'switch.rele_sala_1', 'light.cameretta_siria']).... (See ?, line ?). `Preformatted text`

But looking in the automation file I donā€™t find any hide_entity in this file.
What file is this error referring to?
Thanks, Alberto

Search all your yaml files, it must be somewhere. If you run windows and have samba installed, agent ransack is a very good utilty to search for strings in files.

https://www.mythicsoft.com/agentransack/

If it canā€™t resolve the character and line number, that means you are using packages. Search all your packages for their respective automation section and remove the hid_entity from them.

the alert refers to the group file.
I honestly canā€™t understand how I should modify it

 # default_view:
  luci_esterne:
    name: luci esterne
    entities:
      - switch.rele_androme
      - switch.rele_corridoio_ext
  luci0:
    name: luci piano 0
    entities:
      - switch.rele_pareti_sala_0
      - switch.rele_cucina_0
      - switch.rele_pilastro_0
      - switch.rele_sala_0
  luci1:
    name: luci piano 1
    entities:
      - switch.rele_corridoio_1
      - switch.rele_antecucina_1
      - switch.rele_sala_1
      - light.cameretta_siria
  famiglia:
    name: presenze
    entities:
      - device_tracker.helga
      - device_tracker.siria
      - device_tracker.alberto
  automazioni:
    name: tutte le automazioni
    entities:
      - group.all_automations

In automation I donā€™t have anyone hide_entity

Alberto

Thatā€™s not automationsā€¦ thatā€™s groups. To clarify, you should be looking in one of your packages or automations.yaml. The references in the error to group are what has currently been loaded. In your case, so much was loaded that youā€™re only seeing the first part, which happens to be a group. So please ignore the group, search your entire configuration for hide_entity. Notepad++ or VSCode both search all files for a keyword. Itā€™ll make it easy for you.

1 Like

This should find it. W:\ is my mapped samba drive to /config. Just click start and it will list all .yaml files with the word hide_entity in it, and show the line(s) where it is found.

1 Like

Why do you have a group with the group group.all_automations?
Do you have the group group.all_automations? The ā€˜allā€™ groups where disabled in HA a while ago.
Maybe the config check has problems with it.

Thanks francisp !!
I have found in one file in package directory.
without your help I would never have found it

Alberto

You sure about that?

1 Like

Yes petro, you are right.
I didnā€™t immediately follow your advice because I didnā€™t understand that you were referring to the package folder.
I would have definitely solved it before.
Thank you, Alberto

1 Like

Iā€™m not looking for a solution, you can give it to @francisp. Itā€™s just frustrating when you offer help and the person ignores your responses.

honestly petro, i didnā€™t ignore your help, i just meant package as a set of things and not as a directory.
I never ignore the aids to my requests is that sometimes, given my unpreparedness on certain subjects, I do not fully understand and complicate my life