From 8b39c22a91ed17da529ae7efa30cbecd99322ed9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 23 Jan 2021 18:33:45 -0600 Subject: [PATCH] Remove YAML support from tado (except device_tracker) (#16253) Device tracker was never updated since the code is old and underly library does not have support for device tracking. --- source/_integrations/tado.markdown | 36 ------------------------------ 1 file changed, 36 deletions(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index 28342dd4c83..cd40efe678e 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -31,42 +31,6 @@ There is currently support for the following device types within Home Assistant: To use your Tado thermostats in your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **Tado**. -Alternatively, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry with multiple accounts -tado: - - 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 %} -username: - description: Your username for [my.tado.com](https://my.tado.com/). - required: true - type: string -password: - description: Your password for [my.tado.com](https://my.tado.com/). - required: true - type: string -fallback: - description: Indicates if you want to fallback to Smart Schedule on the next Schedule change, or stay in Manual mode until you set the mode back to Auto. - required: false - type: boolean - default: true -{% endconfiguration %} - The Tado thermostats are internet connected thermostats. There exists an unofficial API at [my.tado.com](https://my.tado.com/), 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. The operation mode can be set to manual, auto and off. If no user is at home anymore, all Tado zones show the away-state (Only with Tado assist mode). Manually switching between home-mode and away-mode is also supported. Any Tado climate card can be switched between these presence modes, this changes the setting for the entire home.