1.6 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Nest Binary Sensor | Instructions on 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 | Cloud Push |
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 binary sensors will be setup if the `nest` component is configured and the required configuration for the `nest binary sensor` is set.
{% linkable_title Configuration %}
To enable binary sensors and customize which sensors are setup, you can extend the Nest component configuration in your configuration.yaml
file with the following settings:
# Example configuration.yaml entry
nest:
binary_sensors:
monitored_conditions:
- 'fan'
- 'target'
By default all binary sensors for your available Nest devices will be monitored. Leave monitored_conditions
blank to disable all binary sensors for the Nest component.
{% configuration %} monitored_conditions: description: States to monitor. required: false type: list {% endconfiguration %}
The following conditions are available by device:
- Nest Home:
- away
- Nest Thermostat:
- online
- fan
- is_using_emergency_heat
- is_locked
- has_leaf
- Nest Protect:
- online
- Nest Camera:
- online
- motion_detected
- person_detected
- sound_detected