ZHA not starting when enabling quirks

Hello, when I try to enable quirks for Home Assitant ZHA with the following parameters in configuration.yaml, ZHA is not starting anymore – could anyone help? Possibly the database_path is wrong – I don’t know what this should be and the HA documentation does not really help…

# Enables Zigbee quirk configurations
zha:
database_path /config/
enable_quirks true
custom_quirks_path /config/zhaquirks

Properly indent and use colon between key and values. This is basic YAML

See - Add a how-to guide for how end-users can use a custom quirk in ZHA by Hedda · Pull Request #2419 · zigpy/zha-device-handlers · GitHub

Also copied here → How to setup local ZHA quirks - #6 by Hedda

Hello

I am new in this matter so forgive me if I write something stupid or obvious, but shouldn’t the configuration be (with colons):

zha:
  database_path: /config/
  enable_quirks: true
  custom_quirks_path: /config/zhaquirks/

Thank you for answering. This is the first ever time I write YAML, so steep learning. Actually tried colons and indents but did not work for some other reason.

@Hedda Many, many thanks for this very clear guidance. Explained everything. This should indeed be added to HA documentation.