Asking here before I file a Home Assistant bug on Github.
I’ve disabled the default_config:
meta-component in favor of individual integrations for resource efficiency and to declutter the UI. I’ve disabled cloud, energy, my, and tag but only tag continues to be loaded.
Here’s an example similar to my config.yaml.
# Skip default_config meta-component in favor of individual components
#default_config:
# Individual components included in default_config as of version 2022.2.5
# See https://www.home-assistant.io/integrations/default_config/
automation: !include automations.yaml
#cloud:
config:
counter:
dhcp:
#energy:
frontend:
history:
image:
input_boolean:
input_button:
input_datetime:
input_number:
input_select:
input_text:
logbook:
map:
media_source:
mobile_app:
#my:
person:
scene: !include scenes.yaml
script: !include scripts.yaml
ssdp:
stream:
sun:
system_health:
#tag:
timer:
updater:
usb:
webhook:
zeroconf:
zone:
Of course I have other integrations loaded after this as well as via UI but no other instances of tag:
in any yaml files.
Could this be a Home Assistant bug or could another integration be forcing tag to load as a dependency?
1 post - 1 participant