Add 0.12 release blog post
This commit is contained in:
parent
a4a1edf5bd
commit
4ed80fe2a0
16 changed files with 204 additions and 66 deletions
27
source/_components/nest.markdown
Normal file
27
source/_components/nest.markdown
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: component
|
||||
title: "Nest"
|
||||
description: "Instructions how to integrate Nest into Home Assistant."
|
||||
date: 2016-01-29 21:57
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: nest_thermostat.png
|
||||
ha_category: Hub
|
||||
featured: false
|
||||
---
|
||||
|
||||
The Nest component is the main component to integrate all Nest related platforms. It will setup your thermostats and any connected sensors.
|
||||
|
||||
```yaml
|
||||
# Example configurayion.yaml entry
|
||||
nest:
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): Your Nest username.
|
||||
- **password** (*Required*): Your Nest password.
|
Loading…
Add table
Add a link
Reference in a new issue