More updates

This commit is contained in:
Paulus Schoutsen 2016-01-30 00:39:14 -08:00
parent 4ed80fe2a0
commit 4863b26476
5 changed files with 7 additions and 6 deletions

View File

@ -160,7 +160,7 @@ p.note {
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
&::before {
font-family: "FontAwesome";
font-family: "FontAwesome", sans-serif;
content: "\f05a" " Note " attr(data-title);
background-color: #6ab0de;
color: white;

View File

@ -1,6 +1,6 @@
---
layout: component
title: "Command binary sensor"
title: "Command line binary sensor"
description: "Instructions how to integrate Command binary sensors within Home Assistant."
date: 2016-01-13 12:15
sidebar: true

View File

@ -9,16 +9,19 @@ sharing: true
footer: true
logo: nest_thermostat.png
ha_category: Hub
featured: false
featured: true
---
The Nest component is the main component to integrate all Nest related platforms. It will setup your thermostats and any connected sensors.
The Nest component is the main component to integrate all Nest related platforms. Besides this component you will have to setup your thermostat and any connected sensors separately.
```yaml
# Example configurayion.yaml entry
nest:
username: USERNAME
password: PASSWORD
thermostat:
platform: nest
```
Configuration variables:

View File

@ -9,7 +9,6 @@ sharing: true
footer: true
logo: google_voice.png
ha_category: Notifications
featured: true
---
[Google Voice](https://www.google.com/voice) is a free service, that allows sending of SMS messages to mobile phones.

View File

@ -9,7 +9,6 @@ sharing: true
footer: true
logo: nest_thermostat.png
ha_category: Thermostat
featured: true
---