Nest Weather Sensor


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 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’