Skip to content

Commit

Permalink
Multiple Tado accounts (#11992)
Browse files Browse the repository at this point in the history
* Rebased to next

* ✏️ Tweak

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
gorynychzmey and frenck authored Feb 12, 2020
1 parent 424188e commit 9119714
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions source/_integrations/tado.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 9119714

Please sign in to comment.