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 sensor"
|
||||
title: "Nest Sensor"
|
||||
description: "Instructions how to integrate Nest sensors within Home Assistant."
|
||||
date: 2016-01-13 19:59
|
||||
sidebar: true
|
||||
|
@ -12,7 +12,7 @@ ha_category: Sensor
|
|||
---
|
||||
|
||||
|
||||
The Nest sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat.
|
||||
The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat.
|
||||
|
||||
To set it up, add the following information to your `configuration.yaml` file:
|
||||
|
||||
|
@ -35,5 +35,15 @@ sensor:
|
|||
Configuration variables:
|
||||
|
||||
- **monitored_conditions** array (*Required*): States to monitor.
|
||||
- 'temperature'
|
||||
- 'target'
|
||||
- 'away_temperature[0]'
|
||||
- 'away_temperature[1]'
|
||||
- 'humidity'
|
||||
- 'mode'
|
||||
- 'last_ip'
|
||||
- 'local_ip'
|
||||
- 'last_connection'
|
||||
- 'battery_level'
|
||||
|
||||
<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