mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-19 17:38:59 +00:00
934 B
934 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
component | Nest sensor | Instructions how to integrate Nest sensors within Home Assistant. | 2016-01-13 19:59 | true | false | true | true | nest_thermostat.png | Sensor |
The Nest sensor platform let you monitor sensors connected to your Nest thermostat.
To set it up, add the following information to your configuration.yaml
file:
sensor:
platform: nest
monitored_conditions:
- 'temperature',
- 'target',
- 'away_temperature[0]',
- 'away_temperature[1]'
- 'humidity',
- 'mode',
- 'last_ip',
- 'local_ip',
- 'last_connection',
- 'battery_level'
Configuration variables:
- monitored_conditions array (Required): States to monitor.
You must have the [Nest component](https://home-assistant.io/components/nest/) configured to use this sensor.