I am running the latest version of HassOS 3.10, Supervisor 200, and Home Assistant Core 0.105.2 on a Raspberry pi. Everything is working fine, but when I performed a configuration check before upgrading, I received the following error:
Failed config
homeassistant:
- not a directory @ data['whitelist_external_dirs'][0]
- customize: [source /tmp/config/configuration.yaml:11]
device_tracker.someones_iphone_2: [source /tmp/config/customize.yaml:91]
entity_picture: /local/persons/someones_avatar_v1.png
device_tracker.libbys_iphone: [source /tmp/config/customize.yaml:93]
and it continued to list all of the other entities defined in my customize.yaml file.
My configuration.yaml has these entries (among others):
homeassistant:
customize: !include customize.yaml
whitelist_external_dirs:
- '/share'
default_config:
The whitelisting is for my blink driveway camera to write snapshots to a folder under share.
As far as I can tell, it’s properly configured, but does anyone see anything I am missing or doing incorrectly, or is this just a false positive? Thanks so much for any help with this.