From a4e43502848ea1ca8f9e96836cfb7107460c31d2 Mon Sep 17 00:00:00 2001 From: Victor Vostrikov <1998617+gorynychzmey@users.noreply.github.com> Date: Thu, 6 Feb 2020 13:40:46 +0100 Subject: [PATCH 1/2] Rebased to next --- source/_integrations/tado.markdown | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index d66cc6bf56e0..2dbcb124a622 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -26,10 +26,19 @@ There is currently support for the following device types within Home Assistant: To use your tado thermostats in your installation, add the following to your `configuration.yaml` file: ```yaml -# Example configuration.yaml entry +# Example configuration.yaml entry with multiple accounts tado: - username: YOUR_USERNAME - password: YOUR_PASSWORD + - username: YOUR_USERNAME1 + password: YOUR_PASSWORD1 + - username: YOUR_USERNAME2 + password: YOUR_PASSWORD2 +``` +In case of single account works also +```yaml +# Example configuration.yaml entry with single account +tado: + username: YOUR_USERNAME + password: YOUR_PASSWORD ``` {% configuration %} From b12b2b713f4967a5961ac19330b1f9b87ba4c7e3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 6 Feb 2020 17:11:09 +0100 Subject: [PATCH 2/2] :pencil2: Tweak --- source/_integrations/tado.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index 2dbcb124a622..d707c6650001 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -33,7 +33,9 @@ tado: - username: YOUR_USERNAME2 password: YOUR_PASSWORD2 ``` -In case of single account works also + +In case of single account works as well: + ```yaml # Example configuration.yaml entry with single account tado: