From 043753d793bd65ab280bf960460adb47a4e05758 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Sun, 5 Nov 2017 15:09:43 +0200 Subject: [PATCH] Update allow_tradfri_groups in docs (#3895) The previous docs were very unclear on this option --- source/_components/tradfri.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index 1ce20d6a0c2..7cb555ad8d7 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -33,7 +33,7 @@ tradfri: Configuration variables: - **host** (*Required*): The IP address or hostname of your Trådfri gateway. - - **allow_tradfri_groups** (*Optional*): Enable this to stop Home Assistant from importing the groups defined on the Trådfri bridge. Defaults to `true`. + - **allow_tradfri_groups** (*Optional*): Set this to `false` to stop Home Assistant from importing the groups defined on the Trådfri bridge. Defaults to `true`.

Do not use the `api_key` variable. The key is only needed once at initial setup.