1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
component | Nest thermostat sensor | Instructions how to integrate Nest thermostats sensors within Home Assistant. | 2016-01-13 19:59 | true | false | true | true | nest_thermostat.png | Sensor |
The nest
sensor platform let you monitor a thermostat from Nest. It also includes the ability to monitor things like the state of our HVAC system and the current humidity and temperature.
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 Thermostat entity configured to use this sensor.