home-assistant.io/source/_components/sensor.nest_weather.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.0 KiB

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 on how to integrate Nest sensors within Home Assistant. 2016-01-13 19:59 true false true true nest.png Weather Cloud Polling

**This platform is currently not available. It's possible that `nest_weather` will be removed in the future.**

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

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:
      - 'weather_temperature'

Configuration variables:

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