mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix example for Nest binary sensor
sensor type should be binary_sensor here
This commit is contained in:
parent
d25193996d
commit
8978e7b22d
@ -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:
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
sensor:
|
binary_sensor:
|
||||||
platform: nest
|
platform: nest
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- 'fan'
|
- 'fan'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user