diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 0317ed7b37..64d75d36ed 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -303,7 +303,7 @@ p.note { width: 202px; height: 142px; background-color: #fefefe; - margin-right: 8px; + margin-right: 4px; margin-bottom: 8px; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.098) 0px 2px 4px, rgba(0, 0, 0, 0.098) 0px 0px 3px; diff --git a/source/_components/arduino.markdown b/source/_components/arduino.markdown index 94b9bb5aba..ab44fb2745 100644 --- a/source/_components/arduino.markdown +++ b/source/_components/arduino.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: arduino.png ha_category: DIY +featured: true --- The [Arduino](https://www.arduino.cc/) device family are microcontroller boards that are often based on the ATmega328 chip. They come with digital input/output pins (some can be used as PWM outputs), analog inputs, and a USB connection. The equipment depends on the [type](https://www.arduino.cc/en/Main/Products) of board. The most common ones are the Arduino Uno and the Arduino Leonardo with 14 digital input/output pins and 6 analog input pins. diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown index a446708399..e51ba2c39a 100644 --- a/source/_components/automation.markdown +++ b/source/_components/automation.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Automation --- This page will go into more detail about the various options the `automation` component offers. If diff --git a/source/_components/configurator.markdown b/source/_components/configurator.markdown index b633d970b2..dc2d75d6e8 100644 --- a/source/_components/configurator.markdown +++ b/source/_components/configurator.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Other ---
diff --git a/source/_components/device_sun_light_trigger.markdown b/source/_components/device_sun_light_trigger.markdown index 741580bc55..e566c7ea3c 100644 --- a/source/_components/device_sun_light_trigger.markdown +++ b/source/_components/device_sun_light_trigger.markdown @@ -1,12 +1,13 @@ --- layout: component -title: "Automating your lights" +title: "Presence based lights" description: "Instructions how to automate your lights with Home Assistant." date: 2015-01-20 22:36 sidebar: true comments: false sharing: true footer: true +ha_category: Automation --- Home Assistant has a built-in component called `device_sun_light_trigger` to help you automate your lights. The component will: diff --git a/source/_components/device_tracker.nmap_scanner.markdown b/source/_components/device_tracker.nmap_scanner.markdown index 1f0fe645b8..6bfeddd0c1 100644 --- a/source/_components/device_tracker.nmap_scanner.markdown +++ b/source/_components/device_tracker.nmap_scanner.markdown @@ -8,6 +8,7 @@ comments: false sharing: true footer: true ha_category: Presence Detection +featured: true --- diff --git a/source/_components/device_tracker.owntracks.markdown b/source/_components/device_tracker.owntracks.markdown index d4bb034173..60778ff9cd 100644 --- a/source/_components/device_tracker.owntracks.markdown +++ b/source/_components/device_tracker.owntracks.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: owntracks.png ha_category: Presence Detection +featured: true --- diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown index bf0f9bc00f..d56562b299 100644 --- a/source/_components/discovery.markdown +++ b/source/_components/discovery.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Other --- diff --git a/source/_components/group.markdown b/source/_components/group.markdown index a3bdfaea14..43ad4f820d 100644 --- a/source/_components/group.markdown +++ b/source/_components/group.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Organization --- Groups allow the user to combine multiple entities into 1. If all entities are switches or lights they can be controlled as one. @@ -15,7 +16,7 @@ Groups allow the user to combine multiple entities into 1. If all entities are s # Example configuration.yaml entry # A comma seperated list of states that have to be tracked as a single group # Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME) -group: +group: living_room: - light.Bowl - light.Ceiling diff --git a/source/_components/ifttt.markdown b/source/_components/ifttt.markdown index c0ca59cb3f..27d9c4cce0 100644 --- a/source/_components/ifttt.markdown +++ b/source/_components/ifttt.markdown @@ -8,7 +8,8 @@ comments: false sharing: true footer: true logo: ifttt.png -ha_category: Other +ha_category: Automation +featured: true --- [IFTTT](https://ifttt.com) is a web service that allows users to create chains of simple conditional diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown index ee01914103..e2309ebbb8 100644 --- a/source/_components/introduction.markdown +++ b/source/_components/introduction.markdown @@ -10,11 +10,14 @@ footer: true ha_category: Other --- -The introduction component is loaded by default on a new Home Assistant instance. +The introduction component will show a card in the UI with steps on how to get started. It will also +print the same message to the console when starting up. + +The introduction component is loaded by default on a new Home Assistant instance. ```yaml # Example configuration.yaml entry -introduction: +introduction: ``` -To disable this component, just remove the `introduction:` entry from your `configuration.yaml` file. +To disable this component, just remove the `introduction:` entry from your `configuration.yaml` file. diff --git a/source/_components/keyboard.markdown b/source/_components/keyboard.markdown index 6024c27c82..5eb147d691 100644 --- a/source/_components/keyboard.markdown +++ b/source/_components/keyboard.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -ha_category: Other +ha_category: Automation --- diff --git a/source/_components/light.hue.markdown b/source/_components/light.hue.markdown index 7d08297894..5622d1aa5e 100644 --- a/source/_components/light.hue.markdown +++ b/source/_components/light.hue.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: philips_hue.png ha_category: Light +featured: true --- diff --git a/source/_components/media_player.cast.markdown b/source/_components/media_player.cast.markdown index b0c478cc40..139bb179e6 100644 --- a/source/_components/media_player.cast.markdown +++ b/source/_components/media_player.cast.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: google_cast.png ha_category: Media Player +featured: true --- diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 69ab0ead09..effa67c954 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: kodi.png ha_category: Media Player +featured: true --- diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index a4e037fc4b..195027d889 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: plex.png ha_category: Media Player +featured: true --- diff --git a/source/_components/media_player.sonos.markdown b/source/_components/media_player.sonos.markdown index 7d1fcd9050..22354e8d55 100644 --- a/source/_components/media_player.sonos.markdown +++ b/source/_components/media_player.sonos.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: sonos.png ha_category: Media Player +featured: true --- diff --git a/source/_components/mqtt.markdown b/source/_components/mqtt.markdown index 01e1412a42..fea71e1ed4 100644 --- a/source/_components/mqtt.markdown +++ b/source/_components/mqtt.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: mqtt.png ha_category: Hub +featured: true --- MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport. diff --git a/source/_components/notify.pushbullet.markdown b/source/_components/notify.pushbullet.markdown index 7b40169870..87e7345244 100644 --- a/source/_components/notify.pushbullet.markdown +++ b/source/_components/notify.pushbullet.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: pushbullet.png ha_category: Notifications +featured: true --- diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown index 8dbb9bebbd..b1072178a0 100644 --- a/source/_components/scene.markdown +++ b/source/_components/scene.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Organization --- A user can create scenes that capture the states you want certain entities to be. For example a scene diff --git a/source/_components/script.markdown b/source/_components/script.markdown index d183b10f38..7458b5eb08 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Automation --- The script component allows users to create a sequence of service calls and delays. Scripts can be diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown index f7629baefd..536248c5cf 100644 --- a/source/_components/sensor.forecast.markdown +++ b/source/_components/sensor.forecast.markdown @@ -8,6 +8,7 @@ comments: false sharing: true footer: true ha_category: Weather +featured: true --- diff --git a/source/_components/sensor.mysensors.markdown b/source/_components/sensor.mysensors.markdown index 308a9eb682..acdcc35504 100644 --- a/source/_components/sensor.mysensors.markdown +++ b/source/_components/sensor.mysensors.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: mysensors.png ha_category: Sensor +featured: true --- diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index f0dd48e183..76da82a5d9 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -7,7 +7,7 @@ sidebar: true comments: false sharing: true footer: true -ha_category: Other +ha_category: Automation --- diff --git a/source/_components/simple_alarm.markdown b/source/_components/simple_alarm.markdown index aad2cfc914..8a43638e76 100644 --- a/source/_components/simple_alarm.markdown +++ b/source/_components/simple_alarm.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Automation --- diff --git a/source/_components/thermostat.nest.markdown b/source/_components/thermostat.nest.markdown index 54c0c50aed..fc44ac1e08 100644 --- a/source/_components/thermostat.nest.markdown +++ b/source/_components/thermostat.nest.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: nest_thermostat.png ha_category: Thermostat +featured: true --- diff --git a/source/_components/wink.markdown b/source/_components/wink.markdown index 93ec2dc407..e0c02aa0ba 100644 --- a/source/_components/wink.markdown +++ b/source/_components/wink.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: wink.png ha_category: Hub +featured: true --- diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 9b83803b44..9a0674113f 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -7,6 +7,7 @@ sidebar: true comments: false sharing: true footer: true +ha_category: Organization --- Zones allow you to specify certain regions on earth (for now). When a device tracker sees a device diff --git a/source/components/index.markdown b/source/components/index.markdown index 36c86ecf2f..0d9c827071 100644 --- a/source/components/index.markdown +++ b/source/components/index.markdown @@ -19,7 +19,8 @@ Support for these components is provided by the Home Assistant community. {% assign categories = components | sort: 'ha_category' | map: 'ha_category' %}