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 ---