Document structure configuration variable for Nest. (#737)

This commit is contained in:
Robby Grossman 2016-08-13 13:32:46 -04:00 committed by Paulus Schoutsen
parent c006cd081f
commit 71c92b4ac4

View File

@ -24,7 +24,32 @@ thermostat:
platform: nest
```
```yaml
# Example configuration.yaml entry to show only devices at your vacation home
nest:
username: USERNAME
password: PASSWORD
structure: Vacation
thermostat:
platform: nest
```
```yaml
# Example configuration.yaml entry to show only devices at your vacation and primary homes
nest:
username: USERNAME
password: PASSWORD
structure:
- Vacation
- Primary
thermostat:
platform: nest
```
Configuration variables:
- **username** (*Required*): Your Nest username.
- **password** (*Required*): Your Nest password.
- **structure** (*Optional*): The structure or structures you would like to include devices from. If not specified, this will include all structures in your Nest account.