Customize Icons

Not sure if I missed something during updates but I can’t see to keep my icons from changing to the old ones. I have customize.yaml in my Configuration.yaml but it states I don’t. Below is my config setup. I can attache the entire if that helps.

default_config:
  customize: !include customize.yaml

customize_error

Your customise section needs to be under homeassistant, not default_config.

homeassistant:
  customize: !include customize.yaml

That makes sense. My configuration.yaml did not have the homeassistant tag in it when I stated so I will added and see how it goes.