Issue with the configuration and Automation

I have this error while checking the config:

Invalid config for [automation]: The ‘hide_entity’ option is deprecated, please remove it from your configuration. This option became invalid in version 0.110. Got OrderedDict([(‘default_config’, {}), (‘http’, OrderedDict([(‘base_url’, ‘xxxxxx.duckdns.org added:8123’), (‘ssl_certificate’, ‘/ssl/fullchain.pem’), (‘ssl_key’, ‘/ssl/privkey.pem’), (‘ip_ban_enabled’, True), (‘ssl_profile’, ‘modern’), (‘login_attempts_threshold’, -1), (‘server_port’, 8123), (‘cors_allowed_origins’, [‘https://cast.home-assistant.io’])])), (‘frontend’, OrderedDict([(‘themes’, OrderedDict([(‘GreyNight’, OrderedDict([(‘base-hue’, ‘220’), (‘base-sat’, ‘5%’), (‘huesat’, 'var(–bas… (See ?, line ?).
Invalid config for [automation]: The ‘hide_entity’ option is deprecated, please remove it from your configuration. This option became invalid in version 0.110. Got OrderedDict([(‘default_config’, {}), (‘http’, OrderedDict([(‘base_url’, ‘xxxxxx.duckdns.org added:8123’), (‘ssl_certificate’, ‘/ssl/fullchain.pem’), (‘ssl_key’, ‘/ssl/privkey.pem’), (‘ip_ban_enabled’, True), (‘ssl_profile’, ‘modern’), (‘login_attempts_threshold’, -1), (‘server_port’, 8123), (‘cors_allowed_origins’, [‘https://cast.home-assistant.io’])])), (‘frontend’, OrderedDict([(‘themes’, OrderedDict([(‘GreyNight’, OrderedDict([(‘base-hue’, ‘220’), (‘base-sat’, ‘5%’), (‘huesat’, 'var(–bas… (See ?, line ?).

I tried to read in the forum, didnt get any answer that is working.

in confgiration.yaml I have defined:

automation: !include automations.yaml

What seems to be the difficulty? The error message is self-explanatory:

The ‘hide_entity’ option is deprecated, please remove it from your configuration.

Your configuration uses an option called hide_entity which was deprecated many versions ago (0.110). Look in your automation.yaml file and remove all instances of the hide_entity option.

2 Likes

There is no “hide_entity”. Maybe it is related to zigbee?

Are you using packages? If you are, look at the automations in the packages.

hide_entity is not related to zigbee.