mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 14:56:50 +00:00

Add missing titles Remove trailing spaces Fix grammar - login -> log in - show how a entry -> shows how an entry Mention default and minimal value (telldus) or link to add-on which is mentioned (tellstick)
43 lines
1.4 KiB
Markdown
43 lines
1.4 KiB
Markdown
---
|
|
layout: page
|
|
title: "Tado"
|
|
description: "Instructions on how to integrate Tado devices with Home Assistant."
|
|
date: 2017-03-20 12:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: tado.png
|
|
ha_category: Hub
|
|
ha_release: 0.41
|
|
ha_iot_class: "Cloud Polling"
|
|
---
|
|
|
|
The `tado` component platform is used as an interface to the [my.tado.com](https://my.tado.com/webapp/#/account/sign-in) website. It adds climate devices for every tado zone and sensors for some additional information of the zones.
|
|
|
|
## {% linkable_title Configuration %}
|
|
|
|
To use your tado thermostats in your installation, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
tado:
|
|
username: YOUR_USERNAME
|
|
password: YOUR_PASSWORD
|
|
```
|
|
|
|
{% configuration %}
|
|
username:
|
|
description: Your username for my.tado.com.
|
|
required: true
|
|
type: string
|
|
password:
|
|
description: Your password for my.tado.com.
|
|
required: true
|
|
type: string
|
|
{% endconfiguration %}
|
|
|
|
The tado thermostats are internet connected thermostats. There exists an unofficial API at [my.tado.com](https://my.tado.com/webapp/#/account/sign-in), which is used by their website and now by this component.
|
|
|
|
It currently supports presenting the current temperature, the setting temperature and the current operation mode. Switching the mode is also supported. If no user is at home anymore, the devices are showing the away-state. Switching to away-mode is not supported.
|