From 96ad26d2bb15f4728f8238f42152c43ecbf23595 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Sat, 15 Dec 2018 08:46:27 -0500 Subject: [PATCH] Update ZHA docs for quirks mode flag (#7808) * Update ZHA docs for quirks mode flag * Keep sample minimized * Start with a capital letter --- source/_components/zha.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/zha.markdown b/source/_components/zha.markdown index 00f679095df..06dc6715e41 100644 --- a/source/_components/zha.markdown +++ b/source/_components/zha.markdown @@ -64,6 +64,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/)