From 7358e978610823695cd872f95dcdb46dc71994c8 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Wed, 12 Dec 2018 08:18:10 -0500 Subject: [PATCH 1/3] Update ZHA docs for quirks mode flag --- source/_components/zha.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 2bc206d73d58..f6e5efa5c214 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -41,6 +41,7 @@ and the path to the serial device for the radio and path to the database which w zha: usb_path: /dev/ttyUSB2 database_path: /home/homeassistant/.homeassistant/zigbee.db + enable_quirks: false ``` {% configuration %} @@ -62,6 +63,11 @@ database_path: description: _Full_ path to the database which will keep persistent network data. required: true type: string +enable_quirks: + description: enable quirks mode for devices where manufacturers didn't follow specs. + required: false + type: boolean + default: true {% endconfiguration %} To add new devices to the network, call the `permit` service on the `zha` domain, and then follow the device instructions for doing a scan or factory reset. In case you want to add Philips Hue bulbs that have previously been added to another bridge, have a look at: [https://github.com/vanviegen/hue-thief/](https://github.com/vanviegen/hue-thief/) From 33f60501090e018e8f47abf4845677613fa7c7a6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Dec 2018 17:07:07 +0100 Subject: [PATCH 2/3] Keep sample minimized --- source/_components/zha.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index f6e5efa5c214..d7f42cd818db 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -41,7 +41,6 @@ and the path to the serial device for the radio and path to the database which w zha: usb_path: /dev/ttyUSB2 database_path: /home/homeassistant/.homeassistant/zigbee.db - enable_quirks: false ``` {% configuration %} From 1bde79f6cded52a89a7ac3751edbf8e4dcea536b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 12 Dec 2018 17:07:37 +0100 Subject: [PATCH 3/3] Start with a capital letter --- source/_components/zha.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index d7f42cd818db..f823425b34cd 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -63,7 +63,7 @@ database_path: required: true type: string enable_quirks: - description: enable quirks mode for devices where manufacturers didn't follow specs. + description: Enable quirks mode for devices where manufacturers didn't follow specs. required: false type: boolean default: true