voyagerft / ZHA-TS0601-_TZE204_nlrfgpny

Problem:
4 stars 0 forks source link

Setup failed for 'enable_quirks': Integration not found. Setup failed for 'custom_quirks_path': Integration not found. #2

Open simonotter opened 3 weeks ago

simonotter commented 3 weeks ago

Hi there, Firstly thank you for sharing this code and solution.

I get the two errors from the Home Assistant Core on startup. I wonder if you might be able to help spot something obvious I have done wrong, please?

Screenshot 2024-08-19 07 50 54

I can confirm I added to the configuration.yaml

zha: enable_quirks: true custom_quirks_path: config/custom_zha_quirks/ Screenshot 2024-08-19 07 53 03

And the two files have been added to the config/custom_zha_quirks folder: Screenshot 2024-08-19 07 54 38

Any help on this would be gratefully received.

simonotter commented 3 weeks ago

I've managed to solve this. There were two issues.

  1. I hadn't indented the two lines under zha:
  2. I hadn't included a '/' before the config folder.

So the revised code in the configuration.yaml is:

zha:
  enable_quirks: true
  custom_quirks_path: /config/custom_zha_quirks/