Fix example for Nest binary sensor
sensor type should be binary_sensor here
This commit is contained in:
parent
ccbef55136
commit
6eb58bcf5a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ The `nest` binary sensor platform let you monitor various states of a thermostat
|
|||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
binary_sensor:
|
||||
platform: nest
|
||||
monitored_conditions:
|
||||
- 'fan'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue