home-assistant.io/source/_components/sensor.nest.markdown
2016-12-18 09:57:40 +01:00

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, or off.
  • Nest Protect:
    • co_status
    • smoke_status
  • Nest Camera: none