From 4539def539b90d1be528f6b1e23bba178bf54816 Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:15:11 -0400 Subject: [PATCH] Document the new ZHA `custom_quirks_path` option (#17444) --- source/_integrations/zha.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown index 995c12435ce..7e89e9d9272 100644 --- a/source/_integrations/zha.markdown +++ b/source/_integrations/zha.markdown @@ -168,6 +168,10 @@ enable_quirks: required: false type: boolean default: true +custom_quirks_path: + description: Full path to a directory containing custom quirk modules that will take precedence over any built-in quirks matching a device. + required: false + type: string {% endconfiguration %} ### OTA firmware updates