mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Update array
This commit is contained in:
parent
650916e7b3
commit
c04adf631c
@ -30,9 +30,10 @@ sensor:
|
|||||||
- 'hvac_emer_heat_state',
|
- 'hvac_emer_heat_state',
|
||||||
- 'online'
|
- 'online'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **monitored_conditions** array (*Required*): States to monitos.
|
- **monitored_conditions** array (*Required*): States to monitor.
|
||||||
|
|
||||||
You must have the [Nest Thermostat](https://home-assistant.io/components/thermostat.nest/) entity configured to use this sensor.
|
You must have the [Nest Thermostat](https://home-assistant.io/components/thermostat.nest/) entity configured to use this sensor.
|
||||||
|
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: component
|
layout: component
|
||||||
title: "Nest thermostat"
|
title: "Nest thermostat sensor"
|
||||||
description: "Instructions how to integrate Nest thermostats sensors within Home Assistant."
|
description: "Instructions how to integrate Nest thermostats sensors within Home Assistant."
|
||||||
# Year set to 2017 to unpublish till 0.12 release
|
date: 2016-01-13 19:59
|
||||||
date: 2017-01-13 19:59
|
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -13,23 +12,14 @@ ha_category: Sensor
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
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.
|
The `nest` sensor platform let you monitor 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:
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
sensor 3:
|
sensor:
|
||||||
platform: nest
|
platform: nest
|
||||||
monitored_conditions:
|
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',
|
- 'temperature',
|
||||||
- 'target',
|
- 'target',
|
||||||
- 'away_temperature[0]',
|
- 'away_temperature[0]',
|
||||||
@ -42,7 +32,11 @@ sensor 3:
|
|||||||
- 'battery_level'
|
- 'battery_level'
|
||||||
```
|
```
|
||||||
|
|
||||||
You must have the [Nest Thermostat](https://home-assistant.io/components/thermostat.nest/) entity configured to use this sensor.
|
Configuration variables:
|
||||||
|
|
||||||
|
- **monitored_conditions** array (*Required*): States to monitor.
|
||||||
|
|
||||||
|
You must have the [Nest Thermostat](https://home-assistant.io/components/thermostat.nest/) entity configured to use this sensor.
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
<img src='{{site_root}}/images/screenshots/nest-thermostat-card.png' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user