home-assistant.io/source/_components/sensor.nest.markdown
Michaël Arnauts 1b2e1d4699
Update sensor.nest.markdown
Fix typo (batter_health -> battery_health)
2017-08-25 13:07:38 +02:00

1.5 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
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 Cloud Polling

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 sensors will be setup if the `nest` component is configured and the required configuration for the `nest sensor` is set.

To enable 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:
  sensors:
    monitored_conditions:
      - 'temperature'
      - 'target'

By default all sensors for your available Nest devices will be monitored. Leave monitored_conditions blank to disable all sensors for the Nest component.

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
    • battery_health
  • Nest Camera: none