home-assistant.io/source/_components/sensor.nest.markdown
2016-09-01 19:08:03 +02: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_thermostat.png Sensor pre 0.7

The nest sensor platform let you monitor sensors connected to your Nest thermostat and/or your Nest Protect Smoke Alarm.

You must have the [Nest component](/components/nest/) configured to use those sensors.

To set it up, add the following information to your configuration.yaml file:

sensor:
  platform: nest
  monitored_conditions:
    - 'temperature'
    - 'target'
    - 'humidity'
    - 'mode'
    - 'last_ip'
    - 'local_ip'
    - 'last_connection'
    - 'battery_level'
    - 'weather_condition'
    - 'weather_temperature'
    - 'weather_humidity'
    - 'wind_speed'
    - 'wind_direction'
    - 'co_status'
    - 'smoke_status'

Configuration variables:

  • monitored_conditions array (Required): States to monitor.
    • 'temperature'
    • 'target'
    • 'humidity'
    • 'mode'
    • 'last_ip'
    • 'local_ip'
    • 'last_connection'
    • 'battery_level'
    • 'weather_condition'
    • 'weather_temperature'
    • 'weather_humidity'
    • 'wind_speed'
    • 'wind_direction'
    • 'co_status' # Nest Protect only
    • 'smoke_status' # Nest Protect only