mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
1.3 KiB
1.3 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 Sensor | Instructions how to integrate Nest sensors within Home Assistant. | 2016-01-13 19:59 | true | false | true | true | nest.png | Sensor | pre 0.7 |
The nest
sensor platform lets you monitor sensors connected to 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 sensors are enabled, you can add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: nest
monitored_conditions:
- 'temperature'
- 'target'
If you leave monitored_conditions
blank, all sensors that are available for your devices will be included.
Configuration variables:
- monitored_conditions array (Optional): States to monitor.
The following conditions are available by device:
- Nest Thermostat:
- humidity
- operation_mode
- temperature
- target
- hvac_state: The currently active state of the HVAC system,
heating
,cooling
, oroff
.
- Nest Protect:
- co_status
- smoke_status
- Nest Camera: none