mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
More updates
This commit is contained in:
parent
4ed80fe2a0
commit
4863b26476
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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.
|
||||
|
@ -9,7 +9,6 @@ sharing: true
|
||||
footer: true
|
||||
logo: nest_thermostat.png
|
||||
ha_category: Thermostat
|
||||
featured: true
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user