Hi, i am new to HA/ZHA and have a Homeassistant Green, Skyconncect zigbee, all running latest firmware. I have followed the instruction to add a quirk but receive an error when applying the changes. I don’t think it is the quirk itself what is the problem… here is the error I receive when verifying the change:
“Invalid config for ‘zha’ at configuration.yaml, line 15: not a directory for dictionary value ‘zha->custom_quirks_path’, got ‘/homeassistant/custom_components/ZHA_quirks/’
and the zigbee zha doesn’t start.
And here is my configuration file ( /homeassistant/configuration.yaml):
Loads default set of integrations. Do not remove.
default_config:
Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
zha:
database_path: /homeassistant/zigbee.db
enable_quirks: true
custom_quirks_path: /homeassistant/custom_components/ZHA_quirks/
All the folder exists and the quirk is placed in the last folder.
Any insights?