Adding a new unknown device - Quirk

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?

Hi peer.falkenberg,

If you are looking at how to use the quirks, How to setup local ZHA quirks.
Has a discussion about it. I’m sure searching the community would find you more stuff.
Tips on Searching for Answers & Duplicate Topics in the Forum.

As seen from HA, the root directory config directory of HAOS is actually /config, not /homeassistant

zha:
  database_path: /config/zigbee.db
  enable_quirks: true
  custom_quirks_path: /config/custom_components/ZHA_quirks/