Capitalize titles and other minor update
This commit is contained in:
parent
4f3c011fd1
commit
567840e2b8
93 changed files with 156 additions and 135 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: component
|
||||
title: "Nest binary sensor"
|
||||
title: "Nest Binary Sensor"
|
||||
description: "Instructions how to integrate Nest binary sensors within Home Assistant."
|
||||
date: 2016-01-26 08:00
|
||||
sidebar: true
|
||||
|
@ -12,7 +12,7 @@ ha_category: Binary Sensor
|
|||
---
|
||||
|
||||
|
||||
The Nest binary sensor platform let you monitor various states of a thermostat from [Nest](https://nest.com).
|
||||
The `nest` binary sensor platform let you monitor various states of a thermostat from [Nest](https://nest.com).
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
|
@ -34,5 +34,14 @@ sensor:
|
|||
Configuration variables:
|
||||
|
||||
- **monitored_conditions** array (*Required*): States to monitor.
|
||||
- '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'
|
||||
|
||||
<p class='note'>You must have the [Nest component](https://home-assistant.io/components/nest/) configured to use this sensor.</p>
|
||||
<p class='note'>You must have the [Nest component](/components/nest/) configured to use this sensor.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue