Integration "customize" not found

Hi all,

I am trying to assign a picture to a person entity. I’ve followed the instructions in the docs but when I use developer tools to check my yaml it says

Integration error: customize - Integration ‘customize’ not found.

All the topics I’ve found on this subject seem to be a problem of the entry not being placed under homeassistant: in the configuration but I’m fairly sure I’ve got that right - my configuration.yaml looks like:

homeassistant:
  name: Home
  unit_system: metric
  
  customize:
    person.louise:
      entity_picture: "/local/image/louise.jpg"
# Loads default set of integrations. Do not remove.
default_config:

zone:
  - name: Home
    latitude: xxx
    longitude: xxx
    radius: 100
  - name: xxx
    latitude: xxx
    longitude: xxx
    radius: 100
  - name: xxx
    latitude: xxx
    longitude: xxx
    radius: 100

Can anyone please tell me what I’m doing wrong?

Thanks

I don’t have an solution for you, but what I can say is that all of my icons which are configured with the customize section have stopped working since I upgraded, so it’s probably a bug.

I do know that in the latest release (2024.2) they revamped the whole architecture of how icons are stored, so it’s probably to do with that.