home-assistant.io/source/_components/sensor.nest_weather.markdown
2016-02-19 16:17:48 -05:00

1015 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class
page Nest Weather Sensor Instructions how to integrate Nest sensors within Home Assistant. 2016-01-13 19:59 true false true true nest_thermostat.png Weather Cloud Poll

The nest weather sensor platform let you monitor current weather conditions based on the location of your Nest thermostat.

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

sensor:
  platform: nest
  monitored_conditions:
    - 'weather_temperature'
    - 'weather_humidity'
    - 'weather_condition'
    - 'wind_speed'
    - 'wind_direction'

Configuration variables:

  • monitored_conditions array (Required): States to monitor.
    • 'weather_temperature'
    • 'weather_humidity'
    • 'weather_condition'
    • 'wind_speed'
    • 'wind_direction'

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