mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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;
|
box-shadow: rgba(0,0,0,0.06) 0 0 10px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
font-family: "FontAwesome";
|
font-family: "FontAwesome", sans-serif;
|
||||||
content: "\f05a" " Note " attr(data-title);
|
content: "\f05a" " Note " attr(data-title);
|
||||||
background-color: #6ab0de;
|
background-color: #6ab0de;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: component
|
layout: component
|
||||||
title: "Command binary sensor"
|
title: "Command line binary sensor"
|
||||||
description: "Instructions how to integrate Command binary sensors within Home Assistant."
|
description: "Instructions how to integrate Command binary sensors within Home Assistant."
|
||||||
date: 2016-01-13 12:15
|
date: 2016-01-13 12:15
|
||||||
sidebar: true
|
sidebar: true
|
||||||
|
@ -9,16 +9,19 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest_thermostat.png
|
||||||
ha_category: Hub
|
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
|
```yaml
|
||||||
# Example configurayion.yaml entry
|
# Example configurayion.yaml entry
|
||||||
nest:
|
nest:
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
|
|
||||||
|
thermostat:
|
||||||
|
platform: nest
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
@ -9,7 +9,6 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: google_voice.png
|
logo: google_voice.png
|
||||||
ha_category: Notifications
|
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.
|
[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
|
footer: true
|
||||||
logo: nest_thermostat.png
|
logo: nest_thermostat.png
|
||||||
ha_category: Thermostat
|
ha_category: Thermostat
|
||||||
featured: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user