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