diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 0317ed7b37a..64d75d36edc 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 94b9bb5aba3..ab44fb2745e 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 a4467083997..e51ba2c39a4 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 b633d970b24..dc2d75d6e8f 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 741580bc552..e566c7ea3cc 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 1f0fe645b8c..6bfeddd0c1a 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 d4bb034173b..60778ff9cd5 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 bf0f9bc00f6..d56562b2997 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 a3bdfaea143..43ad4f820d7 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 c0ca59cb3f9..27d9c4cce0e 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 ee01914103e..e2309ebbb82 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 6024c27c827..5eb147d6919 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 7d08297894c..5622d1aa5e1 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 b0c478cc405..139bb179e63 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 69ab0ead09d..effa67c954f 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 a4e037fc4b1..195027d8897 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 7d1fcd90501..22354e8d55a 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 01e1412a42a..fea71e1ed41 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 7b401698701..87e73452448 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 8dbb9bebbd2..b1072178a01 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 d183b10f38e..7458b5eb087 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 f7629baefd3..536248c5cf8 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 308a9eb6827..acdcc355040 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 f0dd48e183f..76da82a5d9f 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 aad2cfc914e..8a43638e761 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 54c0c50aedf..fc44ac1e08b 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 93ec2dc4073..e0c02aa0ba4 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 9b83803b442..9a0674113f0 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 36c86ecf2fc..0d9c8270712 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' %}