From 3892a6496d6e93477c7b2962c30b2c8aca5722bc Mon Sep 17 00:00:00 2001 From: escoand Date: Wed, 15 Apr 2020 14:35:58 +0200 Subject: [PATCH 1/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 42 ++++++++++++++------------ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index 5bb8cb5cb330..1a36c85cb1b7 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -32,33 +32,35 @@ There is currently support for the following device types within Home Assistant: ## Setup +Go to the integrations page in your configuration and click on new integration -> AVM FRITZ!Box. If you have enabled SSDP discovery, it’s likely that you just have to confirm the detected device with username and password. + +### YAML configuration + +YAML configuration is around for people that prefer YAML. To use this integration, add the following to your configuration.yaml file: + ```yaml # Example configuration.yaml entry fritzbox: - devices: - - host: fritz.box - username: YOUR_USERNAME - password: YOUR_PASSWORD + - host: fritz.box + username: admin + password: YOUR_PASSWORD ``` {% configuration %} -devices: - description: A list of FRITZ!Box devices. +host: + description: The hostname or IP address of the FRITZ!Box. + required: false + type: string + default: fritz.box +username: + description: The username for Smart Home access. + required: false + type: string + default: admin +password: + description: The password of the user. required: true - type: map - keys: - host: - description: The hostname or IP address of the FRITZ!Box. - required: true - type: string - username: - description: The username for Smart Home access. - required: true - type: string - password: - description: The password of the user. - required: true - type: string + type: string {% endconfiguration %} ## Switch & Thermostat From 071ef85620be431ad67f9d1f165381964ea7ffde Mon Sep 17 00:00:00 2001 From: escoand Date: Wed, 15 Apr 2020 14:38:34 +0200 Subject: [PATCH 2/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index 1a36c85cb1b7..c8bf1d841dd6 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -36,7 +36,7 @@ Go to the integrations page in your configuration and click on new integration - ### YAML configuration -YAML configuration is around for people that prefer YAML. To use this integration, add the following to your configuration.yaml file: +YAML configuration is around for people that prefer YAML. To use this integration, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry From 975a9efdfe456896fa1feddde1bc31f7efb51e7c Mon Sep 17 00:00:00 2001 From: escoand Date: Thu, 16 Apr 2020 23:52:57 +0200 Subject: [PATCH 3/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index c8bf1d841dd6..27c116a637eb 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -36,7 +36,7 @@ Go to the integrations page in your configuration and click on new integration - ### YAML configuration -YAML configuration is around for people that prefer YAML. To use this integration, add the following to your `configuration.yaml` file: +YAML configuration is still around for people that prefer YAML. It's deprecated and you should not use it anymore. ```yaml # Example configuration.yaml entry From 54c333913668f59ea4877d40173de9764baf06eb Mon Sep 17 00:00:00 2001 From: escoand Date: Fri, 17 Apr 2020 13:15:35 +0200 Subject: [PATCH 4/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index 27c116a637eb..f8edf2ad00ca 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -32,11 +32,11 @@ There is currently support for the following device types within Home Assistant: ## Setup -Go to the integrations page in your configuration and click on new integration -> AVM FRITZ!Box. If you have enabled SSDP discovery, it’s likely that you just have to confirm the detected device with username and password. +Go to the integrations page in your configuration and click on **new integration** -> **AVM FRITZ!Box**. If you have enabled SSDP discovery, it’s likely that you just have to confirm the detected device with username and password. ### YAML configuration -YAML configuration is still around for people that prefer YAML. It's deprecated and you should not use it anymore. +YAML configuration is still around for people that prefer YAML, but it's deprecated and you should not use it anymore. ```yaml # Example configuration.yaml entry From 2fb563cadd3f5545ddb2be5988d1e46a09090e41 Mon Sep 17 00:00:00 2001 From: escoand Date: Sat, 18 Apr 2020 13:51:58 +0200 Subject: [PATCH 5/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index f8edf2ad00ca..4c8d7bbe0816 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -41,9 +41,10 @@ YAML configuration is still around for people that prefer YAML, but it's depreca ```yaml # Example configuration.yaml entry fritzbox: - - host: fritz.box - username: admin - password: YOUR_PASSWORD + devices: + - host: fritz.box + username: admin + password: YOUR_PASSWORD ``` {% configuration %} From 2b64f8a368e66fb4f0eed03dfb747f9002cf6825 Mon Sep 17 00:00:00 2001 From: escoand Date: Sat, 18 Apr 2020 13:53:51 +0200 Subject: [PATCH 6/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 32 +++++++++++++++----------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index 4c8d7bbe0816..f952724353b1 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -48,20 +48,24 @@ fritzbox: ``` {% configuration %} -host: - description: The hostname or IP address of the FRITZ!Box. - required: false - type: string - default: fritz.box -username: - description: The username for Smart Home access. - required: false - type: string - default: admin -password: - description: The password of the user. - required: true - type: string +devices: + description: A list of FRITZ!Box devices. + type: map + keys: + host: + description: The hostname or IP address of the FRITZ!Box. + required: false + type: string + default: fritz.box + username: + description: The username for Smart Home access. + required: false + type: string + default: admin + password: + description: The password of the user. + required: true + type: string {% endconfiguration %} ## Switch & Thermostat From 126f85f86776597e1c6ec66b8361421c4eff06b9 Mon Sep 17 00:00:00 2001 From: escoand Date: Sat, 18 Apr 2020 13:54:37 +0200 Subject: [PATCH 7/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index f952724353b1..59949d8bc01e 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -52,20 +52,20 @@ devices: description: A list of FRITZ!Box devices. type: map keys: - host: - description: The hostname or IP address of the FRITZ!Box. - required: false - type: string - default: fritz.box - username: - description: The username for Smart Home access. - required: false - type: string - default: admin - password: - description: The password of the user. - required: true - type: string + host: + description: The hostname or IP address of the FRITZ!Box. + required: false + type: string + default: fritz.box + username: + description: The username for Smart Home access. + required: false + type: string + default: admin + password: + description: The password of the user. + required: true + type: string {% endconfiguration %} ## Switch & Thermostat From eb1477d605aee6c6a052aceb3dbbea4c6672f006 Mon Sep 17 00:00:00 2001 From: escoand Date: Sun, 19 Apr 2020 13:35:40 +0200 Subject: [PATCH 8/9] Update fritzbox.markdown --- source/_integrations/fritzbox.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index 59949d8bc01e..b6699054c03c 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -42,9 +42,7 @@ YAML configuration is still around for people that prefer YAML, but it's depreca # Example configuration.yaml entry fritzbox: devices: - - host: fritz.box - username: admin - password: YOUR_PASSWORD + - password: YOUR_PASSWORD ``` {% configuration %} From c20fa16bf6f048763878ea1453f538cba5920367 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 20 Apr 2020 15:06:03 +0200 Subject: [PATCH 9/9] :pencil2: Tweak --- source/_integrations/fritzbox.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_integrations/fritzbox.markdown b/source/_integrations/fritzbox.markdown index b6699054c03c..f136a5aee0e2 100644 --- a/source/_integrations/fritzbox.markdown +++ b/source/_integrations/fritzbox.markdown @@ -30,11 +30,13 @@ There is currently support for the following device types within Home Assistant: - [FRITZ!DECT 301](https://en.avm.de/products/fritzdect/fritzdect-301/) - [Eurotronic Comet DECT](https://eurotronic.org/produkte/elektronische-heizkoerperthermostate/sparmatic-comet/) -## Setup +## Configuration -Go to the integrations page in your configuration and click on **new integration** -> **AVM FRITZ!Box**. If you have enabled SSDP discovery, it’s likely that you just have to confirm the detected device with username and password. +To add the AVM FRITZ!Box integration to your installation, go to **Configuration** -> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **AVM FRITZ!Box**. -### YAML configuration +If you have enabled SSDP discovery, it’s likely that you just have to confirm the detected device with username and password. + +### Configuration via YAML YAML configuration is still around for people that prefer YAML, but it's deprecated and you should not use it anymore.