Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HOME_ASSISTANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ ANALOG_OUTPUT_CLUSTER_ID = 0x000D

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

> **Note:** Use `/config/custom_zha_quirks/` exactly as shown -- this path works on **both** HA 2025.x and 2026.x, even though the File editor in 2026.x shows the root as `/homeassistant/`. The trailing `/` is required on HA 2026.x. **Do not** change `/config/` to `/homeassistant/` in this setting.
> **Note:** Use `config/custom_zha_quirks/` exactly as shown -- this path works on **both** HA 2025.x and 2026.x, even though the File editor in 2026.x shows the root as `/homeassistant/`. The trailing `/` is required on HA 2026.x. **Do not** change `/config/` to `/homeassistant/` in this setting.

If you already have a `zha:` section, just add the two lines underneath it.

Expand Down