Issues after upgrading to 0.110.1

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([(‘frontend’, OrderedDict([(‘themes’, OrderedDict([(‘darkgreen_theme’, OrderedDict([(‘primary-color’, ‘#1ABA92’), (‘primary-background-color’, ‘#303030’), (‘secondary-background-color’, ‘#303030’), (‘paper-card-background-color’, ‘#424242’), (‘paper-item-icon-color’, ‘#1ABA92’), (‘primary-text-color’, ‘#FFFFFF’), (‘secondary-text-color’, ‘rgba(255, 255, 255, 0.7)’), (‘disabled-text-color’, ‘rgba(255, 255, 255, 0.5)’), (‘divider-color’, ‘rgba(255, 255, 255, 0.12)’), ('paper-card-he… (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([(‘frontend’, OrderedDict([(‘themes’, OrderedDict([(‘darkgreen_theme’, OrderedDict([(‘primary-color’, ‘#1ABA92’), (‘primary-background-color’, ‘#303030’), (‘secondary-background-color’, ‘#303030’), (‘paper-card-background-color’, ‘#424242’), (‘paper-item-icon-color’, ‘#1ABA92’), (‘primary-text-color’, ‘#FFFFFF’), (‘secondary-text-color’, ‘rgba(255, 255, 255, 0.7)’), (‘disabled-text-color’, ‘rgba(255, 255, 255, 0.5)’), (‘divider-color’, ‘rgba(255, 255, 255, 0.12)’), ('paper-card-he… (See ?, line ?).

I can’t find the hide_entity in my configs. I do use hide_if_away in the known device.yaml

Remove ‘hide_entity’ from an automation that contains it.

hmm, couldn’t find it in my automations and tought about the zigbee2mqtt package
that one contains the hide_entity

I’m just going off what your error says. It could be elsewhere.

removed it in the zigbee2mqtt config and no errors. Thanks

Odd that the error said ‘automations’. Anyways, good thing it worked.

it is an automation but part of a package file. It would help if the error would mention the package file

The error messages are definitely not ‘package’ friendly.

We must have something to complain hé :wink:

FYI in case anyone else encounters this… I had the hide_entity in my automations.yaml. It was also preventing me from being able to restart the server via the UI. After removing it, I was able to restart the server successfully again.

I have this same problem. Have searched my main yaml files and integration configs. Any hints as to where else this hide_entity may exist? I’m out of ideas. Can’t restart Home Assistant at this point, and the error logs don’t point to a specific location

use notepad++ to search your directory for the string. The only place it exists is inside an automation section somewhere in your configuration.

If you have samba installed and a windows PC, try agent ransack

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

Running Chrome OS just to be difficult :slight_smile: I’ll find something that does similar. Cheers for the suggestions.

If you use packages, then also search them

Ag - found it. It was in my automations.yaml. I had searched it several times, but not found it for some reason - user error I guess. Or perhaps the few glasses of wine I had had at the time :smile:

CTRL+F is your friend.

Yeah, I was using it, and still failed! :rofl:

1 Like