mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Tado device tracker small doc improvements (#1806)
* Device tracker Tado docs small typos correction * Added additional docs for Tado device tracker
This commit is contained in:
parent
d5d7a1967c
commit
67564362aa
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "Tado"
|
title: "Tado"
|
||||||
description: "Instructions how to integrate Tado into Home Assistant."
|
description: "Instructions how to integrate Tado into Home Assistant."
|
||||||
date: 2015-10-08 12:00
|
date: 2017-01-17 12:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -16,10 +16,10 @@ The `tado` device tracker is using the [Tado Smart Thermostat](https://www.tado.
|
|||||||
|
|
||||||
This tracker uses the Tado API to determine if a mobile device is at home.
|
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:
|
To use the Tado platform in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry for SNMP version 1
|
# Example configuration.yaml entry for Tado
|
||||||
device_tracker:
|
device_tracker:
|
||||||
- platform: tado
|
- platform: tado
|
||||||
username: YOUR_USERNAME
|
username: YOUR_USERNAME
|
||||||
@ -31,4 +31,7 @@ Configuration variables:
|
|||||||
- **username** (*Required*): The username for your Tado account.
|
- **username** (*Required*): The username for your Tado account.
|
||||||
- **password** (*Required*): The password for your Tado account.
|
- **password** (*Required*): The password for your Tado account.
|
||||||
|
|
||||||
|
After configuration, your device has to be at home at least once before showing up as 'home' or 'away'.
|
||||||
|
Polling Tado API for presence information will occure at most once every 30 seconds.
|
||||||
|
|
||||||
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user