Add tado docs (#1801)

This commit is contained in:
Fabian Affolter 2017-01-17 20:53:00 +01:00 committed by GitHub
parent 25bd9cb7c5
commit d5d7a1967c
2 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
---
layout: page
title: "Tado"
description: "Instructions how to integrate Tado into Home Assistant."
date: 2015-10-08 12:00
sidebar: true
comments: false
sharing: true
footer: true
logo: tado.png
ha_category: Presence Detection
ha_release: 0.37
---
The `tado` device tracker is using the [Tado Smart Thermostat](https://www.tado.com/) and it's support for person presence detection based on smartphone location by geofencing.
This tracker uses the Tado API to determine if a mobile device is at home.
To use theTado platform in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry for SNMP version 1
device_tracker:
- platform: tado
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
Configuration variables:
- **username** (*Required*): The username for your Tado account.
- **password** (*Required*): The password for your Tado account.
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB