mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Multiple Tado accounts (#11992)
* Rebased to next
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
424188e4bd
commit
91197145c3
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user