Update documentation to reflect that home_id is Optional

This commit is contained in:
Mark Oude Veldhuis 2017-02-09 21:31:25 +01:00
parent a0219553b1
commit 0607b4b3fd
No known key found for this signature in database
GPG Key ID: 10B729440FC9990F

View File

@ -32,7 +32,7 @@ Configuration variables:
- **username** (*Required*): The username for your Tado account.
- **password** (*Required*): The password for your Tado account.
- **home_id** (*Required*): The id of your home of which you want to track devices. See below how to find it.
- **home_id** (*Optional*): The id of your home of which you want to track devices. If provided, the Tado device tracker will tack *all* devices known to Tado associated with this home. See below how to find it.
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 happen at most once every 30 seconds.