mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +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:
|
To use your tado thermostats in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry with multiple accounts
|
||||||
tado:
|
tado:
|
||||||
username: YOUR_USERNAME
|
- username: YOUR_USERNAME1
|
||||||
password: YOUR_PASSWORD
|
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 %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user