mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Merge pull request #154 from joshughes/master
add Nest sensor documentation
This commit is contained in:
commit
f0d8f383ac
51
source/_components/sensor.nest.markdown
Normal file
51
source/_components/sensor.nest.markdown
Normal file
@ -0,0 +1,51 @@
|
||||
---
|
||||
layout: component
|
||||
title: "Nest thermostat"
|
||||
description: "Instructions how to integrate Nest thermostats sensors within Home Assistant."
|
||||
date: 2016-01-13 19:59
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: nest_thermostat.png
|
||||
ha_category: Sensor
|
||||
featured: true
|
||||
---
|
||||
|
||||
|
||||
The nest thermostat platform let you control a thermostat from [Nest](https://nest.com).
|
||||
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:
|
||||
|
||||
```yaml
|
||||
sensor 3:
|
||||
platform: nest
|
||||
monitored_conditions:
|
||||
- 'fan'
|
||||
- 'hvac_ac_state',
|
||||
- 'hvac_aux_heater_state',
|
||||
- 'hvac_heat_x2_state',
|
||||
- 'hvac_heat_x3_state',
|
||||
- 'hvac_alt_heat_state',
|
||||
- 'hvac_alt_heat_x2_state',
|
||||
- 'hvac_emer_heat_state',
|
||||
- 'online'
|
||||
- 'temperature',
|
||||
- 'target',
|
||||
- 'away_temperature[0]',
|
||||
- 'away_temperature[1]'
|
||||
- 'humidity',
|
||||
- 'mode',
|
||||
- 'last_ip',
|
||||
- 'local_ip',
|
||||
- 'last_connection',
|
||||
- 'battery_level'
|
||||
```
|
||||
|
||||
You must have the [Nest Thermostat](https://home-assistant.io/components/thermostat.nest/) entity configured to use this sensor.
|
||||
|
||||
<p class='img'>
|
||||
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
||||
</p>
|
Loading…
x
Reference in New Issue
Block a user