From 4863b26476e50922652b663b0016e5fb9a1eaa7e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 30 Jan 2016 00:39:14 -0800 Subject: [PATCH] More updates --- sass/custom/_paulus.scss | 2 +- source/_components/binary_sensor.command.markdown | 2 +- source/_components/nest.markdown | 7 +++++-- source/_components/notify.google_voice.markdown | 1 - source/_components/thermostat.nest.markdown | 1 - 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index bad54a1da87..65bf1fed0a8 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -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; diff --git a/source/_components/binary_sensor.command.markdown b/source/_components/binary_sensor.command.markdown index b4fbf185aa2..74147e8a3a9 100644 --- a/source/_components/binary_sensor.command.markdown +++ b/source/_components/binary_sensor.command.markdown @@ -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 diff --git a/source/_components/nest.markdown b/source/_components/nest.markdown index 63b7229bfc3..b04bfb93c26 100644 --- a/source/_components/nest.markdown +++ b/source/_components/nest.markdown @@ -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: diff --git a/source/_components/notify.google_voice.markdown b/source/_components/notify.google_voice.markdown index f266655376c..677f8749d98 100644 --- a/source/_components/notify.google_voice.markdown +++ b/source/_components/notify.google_voice.markdown @@ -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. diff --git a/source/_components/thermostat.nest.markdown b/source/_components/thermostat.nest.markdown index 909228f0916..3164fb8c633 100644 --- a/source/_components/thermostat.nest.markdown +++ b/source/_components/thermostat.nest.markdown @@ -9,7 +9,6 @@ sharing: true footer: true logo: nest_thermostat.png ha_category: Thermostat -featured: true ---