You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/device_tracker.tado.markdown
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ ha_release: 0.37
14
14
15
15
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.
16
16
17
-
This tracker uses the Tado API to determine if a mobile device is at home.
18
-
It tracks all devices in your home that Tado knows about.
17
+
This tracker uses the Tado API to determine if a mobile device is at home. It tracks all devices in your home that Tado knows about.
19
18
20
19
To use the Tado platform in your installation, add the following to your `configuration.yaml` file:
21
20
@@ -37,15 +36,25 @@ Configuration variables:
37
36
After configuration, your device has to be at home at least once before showing up as *home* or *away*.
38
37
Polling Tado API for presence information will happen at most once every 30 seconds.
39
38
40
-
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. Beware that the tado (v2) API does not provide GPS location of devices, only a bearing, therefore home assistant only uses home/not-home status.
39
+
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked. Beware that the Tado (v2) API does not provide GPS location of devices, only a bearing, therefore Home Assistant only uses `home`/`not-home` status.
41
40
42
41
### {% linkable_title Finding your `home_id` %}
43
42
Find your `home_id` by browsing to `https://my.tado.com/api/v2/me?username=YOUR_USERNAME&password=YOUR_PASSWORD`. There you'll see something like the following:
0 commit comments