mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 20:18:59 +00:00

* Revise and clarify some of the Nest documentation * Update binary sensor configuration * Update nest sensor docs. normalize language with binary sensor * update climate for nest * wordsmith * Indicate camera will automatically be setup
1.4 KiB
1.4 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Nest Binary Sensor | Instructions how to integrate Nest binary sensors within Home Assistant. | 2016-01-26 08:00 | true | false | true | true | nest.png | Binary Sensor | pre 0.7 |
The nest
binary sensor platform lets you monitor various states of your Nest devices.
You must have the [Nest component](/components/nest/) configured to use these sensors. The `nest` binary sensor will automatically be setup when you do.
To customize which binary sensors are enabled, you can add the following to your configuration.yaml
file:
# Example configuration.yaml entry
binary_sensor:
- platform: nest
monitored_conditions:
- 'fan'
- 'is_using_emergency_heat'
If you leave monitored_conditions
blank, all sensors that are available for your devices will be used.
Configuration variables:
- monitored_conditions array (Optional): States to monitor.
- online
- fan
- is_using_emergency_heat
- is_locked
- has_leaf
- motion_detected
- person_detected
- sound_detected
The following conditions are available by device:
- Nest Thermostat:
- online
- fan
- is_using_emergency_heat
- is_locked
- has_leaf
- Nest Protect:
- online
- Nest Camera:
- online
- motion_detected
- person_detected
- sound_detected