diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index d66cc6bf56e..d707c665000 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -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 %}