Multiple Tado accounts (#11992)

* Rebased to next

* ✏️ Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Victor Vostrikov 2020-02-12 08:45:08 +01:00 committed by GitHub
parent 424188e4bd
commit 91197145c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,21 @@ 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 as well:
```yaml
# Example configuration.yaml entry with single account
tado:
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}