diff --git a/_config.yml b/_config.yml index 44988388256..f4790567599 100644 --- a/_config.yml +++ b/_config.yml @@ -155,3 +155,25 @@ disqus_end_date: 2010-01-26 0:00:00 # Support .well-known directory include: [".well-known"] + +# Set Front matter defaults +defaults: + # Defaults for all pages + - scope: + path: "" + values: + layout: page + comments: false + footer: true + sharing: true + sidebar: true + featured: false + # Defaults for blogs posts + - scope: + type: posts + values: + layout: post + comments: true + footer: true + sharing: true + sidebar: true diff --git a/source/_addons/cec_scan.markdown b/source/_addons/cec_scan.markdown index a17d0ff09db..a7070819ba3 100644 --- a/source/_addons/cec_scan.markdown +++ b/source/_addons/cec_scan.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "CEC Scanner" description: "Scan HDMI CEC devices." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Help you to discover the HDMI CEC address. Start the add-on and look into the log to see all connected device on HDMI. diff --git a/source/_addons/check_config.markdown b/source/_addons/check_config.markdown index 350c2c4a6f3..160cde79184 100644 --- a/source/_addons/check_config.markdown +++ b/source/_addons/check_config.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Check Home Assistant configuration" description: "Check your current Home Assistant configuration against a new version." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- You can use this add-on to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This add-on will help you avoid errors due to breaking changes, resulting in a smooth update. diff --git a/source/_addons/configurator.markdown b/source/_addons/configurator.markdown index fbfb8cb1bb5..2f7bc108843 100644 --- a/source/_addons/configurator.markdown +++ b/source/_addons/configurator.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HASS Configurator" description: "Browser-based configuration file editor for Home Assistant." -date: 2018-07-16 14:00 -sidebar: true -comments: false -sharing: true -footer: true featured: true og_image: /images/hassio/screenshots/addon-hass-configurator.png --- diff --git a/source/_addons/dhcp_server.markdown b/source/_addons/dhcp_server.markdown index c35d2fc201c..f3b8a0eb961 100644 --- a/source/_addons/dhcp_server.markdown +++ b/source/_addons/dhcp_server.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DHCP server" description: "A simple DHCP server." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Create a simple DHCP server for your network and allow setting fixed IPs for devices. diff --git a/source/_addons/dnsmasq.markdown b/source/_addons/dnsmasq.markdown index 13553302a8d..0efc9b8af88 100644 --- a/source/_addons/dnsmasq.markdown +++ b/source/_addons/dnsmasq.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Dnsmasq" description: "A simple DNS server." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Setup and manage a [Dnsmasq](http://thekelleys.org.uk/dnsmasq/doc.html) DNS server. This allows you to manipulate DNS requests. For example, you can have your Home Assistant domain resolve with an internal address inside your network. diff --git a/source/_addons/duckdns.markdown b/source/_addons/duckdns.markdown index 3bc8ec8fdcf..c6e929ffaf1 100644 --- a/source/_addons/duckdns.markdown +++ b/source/_addons/duckdns.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "DuckDNS" description: "Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- diff --git a/source/_addons/git_pull.markdown b/source/_addons/git_pull.markdown index 2be4cd85d2c..f393f993ea4 100644 --- a/source/_addons/git_pull.markdown +++ b/source/_addons/git_pull.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Git pull" description: "Load and update configuration files for Home Assistant from a GIT repository." -date: 2017-09-25 14:00 -sidebar: true -comments: false -sharing: true -footer: true --- Load and update configuration files for Home Assistant from a [Git](https://git-scm.com/) repository. diff --git a/source/_addons/google_assistant.markdown b/source/_addons/google_assistant.markdown index 367161be274..fdd6288f2e0 100644 --- a/source/_addons/google_assistant.markdown +++ b/source/_addons/google_assistant.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Google Assistant" description: "Enhance your Hass.io installation with Google Assistant." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true featured: true --- diff --git a/source/_addons/homematic.markdown b/source/_addons/homematic.markdown index 41bd7352253..38c7de7a16d 100644 --- a/source/_addons/homematic.markdown +++ b/source/_addons/homematic.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "HomeMatic" description: "HomeMatic hardware support to turn you Home-Assistant into a CCU." -date: 2017-04-30 13:28 -sidebar: true -comments: false -sharing: true -footer: true --- Set up a [HomeMatic](https://github.com/eq-3/occu) hardware layer. For learning and handling devices use [Homematic-Manager](https://github.com/hobbyquaker/homematic-manager) > 2.0. diff --git a/source/_addons/lets_encrypt.markdown b/source/_addons/lets_encrypt.markdown index ef3bfd86f5b..32d57c1436f 100644 --- a/source/_addons/lets_encrypt.markdown +++ b/source/_addons/lets_encrypt.markdown @@ -1,12 +1,6 @@ --- -layout: page title: "Let's Encrypt" description: "Automatically manage your SSL certificate using Let's Encrypt." -date: 2018-04-18 10:55 -sidebar: true -comments: false -sharing: true -footer: true ---
diff --git a/source/_addons/mariadb.markdown b/source/_addons/mariadb.markdown
index c53bb4a5dd1..69d08a31000 100644
--- a/source/_addons/mariadb.markdown
+++ b/source/_addons/mariadb.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MariaDB"
description: "MariaDB Server is one of the most popular database servers in the world."
-date: 2017-04-30 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Set up a [MariaDB](https://mariadb.org/) SQL server. It supports multiple databases, users and permission settings. If you want to only connect from inside Home Assistant use `core-mariadb` as the host address.
diff --git a/source/_addons/mosquitto.markdown b/source/_addons/mosquitto.markdown
index 24c4f3e2b8c..7f21087c8d3 100644
--- a/source/_addons/mosquitto.markdown
+++ b/source/_addons/mosquitto.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mosquitto MQTT broker"
description: "Fast and reliable MQTT broker."
-date: 2017-04-30 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
featured: true
---
diff --git a/source/_addons/nginx_proxy.markdown b/source/_addons/nginx_proxy.markdown
index b0e29ece559..bba4a3da49a 100644
--- a/source/_addons/nginx_proxy.markdown
+++ b/source/_addons/nginx_proxy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NGINX SSL proxy"
description: "NGINX Home Assistant SSL proxy."
-date: 2017-04-30 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Sets up an SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generated a certificate before you start this add-on.
diff --git a/source/_addons/rpc_shutdown.markdown b/source/_addons/rpc_shutdown.markdown
index 67bcf773cad..435665d31df 100644
--- a/source/_addons/rpc_shutdown.markdown
+++ b/source/_addons/rpc_shutdown.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RPC Shutdown"
description: "Simple way for remote windows shutdowns."
-date: 2017-09-25 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Allows you to shut down a Windows computer with a service call from Home Assistant.
diff --git a/source/_addons/samba.markdown b/source/_addons/samba.markdown
index 8d0b57c9207..8adb4907ab2 100644
--- a/source/_addons/samba.markdown
+++ b/source/_addons/samba.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Samba"
description: "Manage your Home Assistant and custom add-ons over Samba."
-date: 2017-04-30 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
featured: true
---
diff --git a/source/_addons/snips.markdown b/source/_addons/snips.markdown
index cc269de8fe3..e9d12047dfd 100644
--- a/source/_addons/snips.markdown
+++ b/source/_addons/snips.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Snips.ai"
description: "Enhance your Hass.io installation with a local voice assistant."
-date: 2018-05-02 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
[Snips.ai](https://snips.ai/) is an AI-powered voice assistant that runs on the Raspberry Pi 3 and x86 platforms. It runs on-device and is Private by Design.
diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown
index ad50f2d3176..ae514e2de1c 100644
--- a/source/_addons/ssh.markdown
+++ b/source/_addons/ssh.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SSH Server"
description: "Allow logging in remotely to Hass.io using SSH."
-date: 2017-11-03 22:25
-sidebar: true
-comments: false
-sharing: true
-footer: true
featured: true
---
diff --git a/source/_addons/tellstick.markdown b/source/_addons/tellstick.markdown
index f1e8f19f82c..3942739af85 100644
--- a/source/_addons/tellstick.markdown
+++ b/source/_addons/tellstick.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TellStick"
description: "Telldus TellStick service enabler and tools."
-date: 2017-12-04 21:31
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Setting up the [Tellstick](http://telldus.com) service and tools contained in the [telldus-core](http://developer.telldus.com/) package and adding configuration to enable Tellstick and Tellstick Duo to work on your Hass.io.
diff --git a/source/_components/abode.markdown b/source/_components/abode.markdown
index 89172186e9a..b77a482f908 100644
--- a/source/_components/abode.markdown
+++ b/source/_components/abode.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Abode Home Security"
description: "Instructions on integrating Abode home security with Home Assistant."
-date: 2017-08-26 0:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: abode.jpg
ha_category:
- Hub
diff --git a/source/_components/acer_projector.markdown b/source/_components/acer_projector.markdown
index c791e349ada..3c2afd279b8 100644
--- a/source/_components/acer_projector.markdown
+++ b/source/_components/acer_projector.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Acer Projector Switch"
description: "Instructions on how to integrate Acer Projector switches into Home Assistant."
-date: 2016-05-07 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: acer.png
ha_category:
- Multimedia
diff --git a/source/_components/actiontec.markdown b/source/_components/actiontec.markdown
index 9d90d557179..ba8633983b1 100644
--- a/source/_components/actiontec.markdown
+++ b/source/_components/actiontec.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Actiontec"
description: "Instructions on how to integrate Actiontec routers into Home Assistant."
-date: 2015-08-30 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: actiontec.png
ha_category:
- Presence Detection
@@ -15,7 +9,6 @@ redirect_from:
- /components/device_tracker.actiontec/
---
-
This platform allows you to detect presence by looking at connected devices to an [Actiontec](http://www.actiontec.com/) device.
Supported devices (tested):
diff --git a/source/_components/adguard.markdown b/source/_components/adguard.markdown
index 5d17644798d..5437bba3b9c 100644
--- a/source/_components/adguard.markdown
+++ b/source/_components/adguard.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "AdGuard Home"
description: "Instructions on how to integrate AdGuard Home with Home Assistant."
-date: 2019-05-31 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: adguard.png
ha_category:
- Network
diff --git a/source/_components/ads.markdown b/source/_components/ads.markdown
index d91b221761f..52d857697ba 100644
--- a/source/_components/ads.markdown
+++ b/source/_components/ads.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ADS"
description: Connect Home Assistant to TwinCAT devices via the ADS interface
-date: 2017-12-05 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: beckhoff.png
ha_category:
- Hub
diff --git a/source/_components/aftership.markdown b/source/_components/aftership.markdown
index b4a40fd554c..750f8db5ff6 100644
--- a/source/_components/aftership.markdown
+++ b/source/_components/aftership.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: AfterShip Sensor
description: "Instructions on how to set up AfterShip sensors within Home Assistant."
-date: 2018-11-24 01:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: aftership.png
ha_category:
- Postal Service
diff --git a/source/_components/air_quality.markdown b/source/_components/air_quality.markdown
index 3ff556c6f07..e0546cba346 100644
--- a/source/_components/air_quality.markdown
+++ b/source/_components/air_quality.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Air Quality"
description: "Instructions on how to add air quality sensors with Home Assistant"
-date: 2018-11-25 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from:
- /components/air_pollutants/
ha_release: 0.85
diff --git a/source/_components/airvisual.markdown b/source/_components/airvisual.markdown
index b8b0eebdf5e..89ec24c3f7d 100644
--- a/source/_components/airvisual.markdown
+++ b/source/_components/airvisual.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "AirVisual"
description: "Instructions on how to use AirVisual data within Home Assistant"
-date: 2017-09-06 12:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: airvisual.jpg
ha_category:
- Health
diff --git a/source/_components/aladdin_connect.markdown b/source/_components/aladdin_connect.markdown
index e421dca78bb..1dbb80694be 100644
--- a/source/_components/aladdin_connect.markdown
+++ b/source/_components/aladdin_connect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Genie Aladdin Connect Cover"
description: "Instructions how to integrate Genie Aladdin Connect garage door covers into Home Assistant."
-date: 2018-07-26 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: aladdin_connect.png
ha_category:
- Cover
diff --git a/source/_components/alarm_control_panel.ifttt.markdown b/source/_components/alarm_control_panel.ifttt.markdown
index 445cbb0f5d3..80c4432c1f6 100644
--- a/source/_components/alarm_control_panel.ifttt.markdown
+++ b/source/_components/alarm_control_panel.ifttt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IFTTT Alarm Control Panel"
description: "Instructions on how to integrate IFTTT-controlled security systems into Home Assistant."
-date: 2018-03-10 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ifttt.png
ha_category:
- Alarm
diff --git a/source/_components/alarm_control_panel.markdown b/source/_components/alarm_control_panel.markdown
index 3c39b71b480..b58bac3819f 100644
--- a/source/_components/alarm_control_panel.markdown
+++ b/source/_components/alarm_control_panel.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Alarm Control Panels"
description: "Instructions on how to integrate Alarm Control Panels into Home Assistant."
-date: 2015-10-13 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Alarm
diff --git a/source/_components/alarm_control_panel.mqtt.markdown b/source/_components/alarm_control_panel.mqtt.markdown
index 4948f151cdb..be3d84e22a3 100644
--- a/source/_components/alarm_control_panel.mqtt.markdown
+++ b/source/_components/alarm_control_panel.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Alarm Control Panel"
description: "Instructions on how to integrate MQTT capable Alarm Panels into Home Assistant."
-date: 2015-09-14 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Alarm
diff --git a/source/_components/alarmdecoder.markdown b/source/_components/alarmdecoder.markdown
index d2c9ea1b50e..a28fe6a5ff1 100644
--- a/source/_components/alarmdecoder.markdown
+++ b/source/_components/alarmdecoder.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "AlarmDecoder Alarm"
description: "Instructions on how to integrate a DSC/Honeywell alarm panel with Home Assistant using an AlarmDecoder device."
-date: 2017-04-02 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: alarmdecoder.png
ha_category:
- Alarm
diff --git a/source/_components/alarmdotcom.markdown b/source/_components/alarmdotcom.markdown
index 423660da8a0..313704f07b3 100644
--- a/source/_components/alarmdotcom.markdown
+++ b/source/_components/alarmdotcom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Alarm.com Alarm Control Panel"
description: "Instructions on how to integrate Alarm.com into Home Assistant."
-date: 2016-01-14 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: alarmdotcom.png
ha_category:
- Alarm
diff --git a/source/_components/alert.markdown b/source/_components/alert.markdown
index 33abf381f06..b16b9e5b627 100644
--- a/source/_components/alert.markdown
+++ b/source/_components/alert.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Alert"
description: "Instructions on how to setup automatic alerts within Home Assistant."
-date: 2017-01-15 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/alexa.flash_briefings.markdown b/source/_components/alexa.flash_briefings.markdown
index d6a158ad0b1..d30422dbe13 100644
--- a/source/_components/alexa.flash_briefings.markdown
+++ b/source/_components/alexa.flash_briefings.markdown
@@ -1,16 +1,9 @@
---
-layout: page
title: "Amazon Alexa Flash Briefing"
description: "Instructions on how to create your Flash Briefing skills with Home Assistant."
-date: 2019-03-14 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: amazon-alexa.png
ha_category:
- Voice
-featured: false
ha_release: "0.31"
---
diff --git a/source/_components/alexa.intent.markdown b/source/_components/alexa.intent.markdown
index 5e1dc0db34c..386a6c09dcd 100644
--- a/source/_components/alexa.intent.markdown
+++ b/source/_components/alexa.intent.markdown
@@ -1,16 +1,9 @@
---
-layout: page
title: "Amazon Alexa Custom Skill"
description: "Instructions on how to build your Alexa/Amazon Echo custom commands to connect with Home Assistant."
-date: 2015-12-13 13:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: amazon-alexa.png
ha_category:
- Voice
-featured: false
ha_release: "0.10"
---
diff --git a/source/_components/alexa.markdown b/source/_components/alexa.markdown
index a46dbe6b2c7..b7335af0b4c 100644
--- a/source/_components/alexa.markdown
+++ b/source/_components/alexa.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Amazon Alexa"
description: "Instructions on how to connect Alexa/Amazon Echo to Home Assistant."
-date: 2015-12-13 13:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: amazon-alexa.png
ha_category:
- Voice
diff --git a/source/_components/alexa.smart_home.markdown b/source/_components/alexa.smart_home.markdown
index 71c41b60637..615fc95a21f 100644
--- a/source/_components/alexa.smart_home.markdown
+++ b/source/_components/alexa.smart_home.markdown
@@ -1,16 +1,9 @@
---
-layout: page
title: "Amazon Alexa Smart Home Skill"
description: "Instructions on how to build Smart Home skill to connect Amazon Alexa with Home Assistant."
-date: 2019-03-14 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: amazon-alexa.png
ha_category:
- Voice
-featured: false
ha_release: "0.54"
---
diff --git a/source/_components/alpha_vantage.markdown b/source/_components/alpha_vantage.markdown
index 09e1e7d2fd4..fbd026df3f4 100644
--- a/source/_components/alpha_vantage.markdown
+++ b/source/_components/alpha_vantage.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Alpha Vantage"
description: "Instructions on how to setup Alpha Vantage within Home Assistant."
-date: 2017-12-02 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: alpha_vantage.png
ha_category:
- Finance
diff --git a/source/_components/amazon_polly.markdown b/source/_components/amazon_polly.markdown
index 864d52967c8..ff8c6854caa 100644
--- a/source/_components/amazon_polly.markdown
+++ b/source/_components/amazon_polly.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Amazon Polly"
description: "Instructions on how to setup Amazon Polly with Home Assistant."
-date: 2017-01-28 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: polly.png
ha_category:
- Text-to-speech
diff --git a/source/_components/ambiclimate.markdown b/source/_components/ambiclimate.markdown
index ea52e5bf2d5..7960e646ce1 100644
--- a/source/_components/ambiclimate.markdown
+++ b/source/_components/ambiclimate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ambiclimate A/C controller"
description: "Instructions on how to integrate Ambiclimate A/C controller into Home Assistant."
-date: 2019-02-21 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ambiclimate.png
ha_category: Climate
ha_release: 0.93
diff --git a/source/_components/ambient_station.markdown b/source/_components/ambient_station.markdown
index 3be9275f6dd..56fe6c37cd4 100644
--- a/source/_components/ambient_station.markdown
+++ b/source/_components/ambient_station.markdown
@@ -1,10 +1,6 @@
---
-layout: page
title: "Ambient Weather Station Sensor"
description: "How to integrate Ambient Weather station within Home Assistant."
-date: 2018-11-15 08:00
-sidebar: true
-comments: false
logo: ambient_weather.png
ha_category:
- Weather
diff --git a/source/_components/amcrest.markdown b/source/_components/amcrest.markdown
index a96fa665ab4..b86ad6cd85f 100644
--- a/source/_components/amcrest.markdown
+++ b/source/_components/amcrest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Amcrest IP Camera"
description: "Instructions on how to integrate Amcrest IP cameras within Home Assistant."
-date: 2017-06-24 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: amcrest.png
ha_category:
- Hub
diff --git a/source/_components/ampio.markdown b/source/_components/ampio.markdown
index cdd587dec49..22386b8baa4 100644
--- a/source/_components/ampio.markdown
+++ b/source/_components/ampio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ampio Smog"
description: "Instructions on how to setup Ampio Smog sensors in Home Assistant."
-date: 2019-02-17 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ampio_smog.png
ha_category:
- Health
diff --git a/source/_components/android_ip_webcam.markdown b/source/_components/android_ip_webcam.markdown
index 04c19a03dac..de097a726bc 100644
--- a/source/_components/android_ip_webcam.markdown
+++ b/source/_components/android_ip_webcam.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Android IP Webcam"
description: "Connect Android devices as an IP webcam to Home Assistant"
-date: 2017-03-10 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: android_ip_webcam.png
ha_category:
- Hub
diff --git a/source/_components/androidtv.markdown b/source/_components/androidtv.markdown
index ec7e91393f3..9234e130ec7 100644
--- a/source/_components/androidtv.markdown
+++ b/source/_components/androidtv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Android TV"
description: "Instructions on how to integrate Android TV and Fire TV devices into Home Assistant."
-date: 2015-10-23 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: androidtv.png
ha_category:
- Media Player
diff --git a/source/_components/anel_pwrctrl.markdown b/source/_components/anel_pwrctrl.markdown
index cbb9741a303..41e242a0f61 100644
--- a/source/_components/anel_pwrctrl.markdown
+++ b/source/_components/anel_pwrctrl.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ANEL PwrCtrl Switch"
description: "Instructions on how to integrate ANEL PwrCtrl switches within Home Assistant."
-date: 2016-10-02 19:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: anel.png
ha_category:
- Switch
diff --git a/source/_components/anthemav.markdown b/source/_components/anthemav.markdown
index 5e3b892f2cc..4256fede5c0 100644
--- a/source/_components/anthemav.markdown
+++ b/source/_components/anthemav.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Anthem A/V Receivers"
description: "Instructions on how to integrate Anthem A/V Receivers into Home Assistant."
-date: 2016-12-31 23:11
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: anthemav.png
ha_category:
- Media Player
diff --git a/source/_components/apcupsd.markdown b/source/_components/apcupsd.markdown
index 911db2cd7f1..01536bd7f88 100644
--- a/source/_components/apcupsd.markdown
+++ b/source/_components/apcupsd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "APCUPSd"
description: "Instructions on how to integrate APCUPSd status with Home Assistant."
-date: 2016-02-10 17:11
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: apcupsd.png
ha_category:
- System Monitor
diff --git a/source/_components/api.markdown b/source/_components/api.markdown
index 151530947b7..d85c16aefd4 100644
--- a/source/_components/api.markdown
+++ b/source/_components/api.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "API"
description: "Instructions on how to setup the RESTful API within Home Assistant."
-date: 2018-01-21 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/apns.markdown b/source/_components/apns.markdown
index ca29ec3ecf3..410a7b0ac8a 100644
--- a/source/_components/apns.markdown
+++ b/source/_components/apns.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "APNS"
description: "Instructions on how to add APNS notifications to Home Assistant."
-date: 2016-09-05 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: apple.png
ha_category:
- Notifications
diff --git a/source/_components/apple_tv.markdown b/source/_components/apple_tv.markdown
index d7cf830ecb0..e572f1fa516 100644
--- a/source/_components/apple_tv.markdown
+++ b/source/_components/apple_tv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Apple TV"
description: "Instructions on how to integrate Apple TV devices into Home Assistant."
-date: 2017-06-26 20:47
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: apple.png
ha_category:
- Multimedia
diff --git a/source/_components/aprs.markdown b/source/_components/aprs.markdown
index 25ae43b2be4..8dc6cf88e8d 100644
--- a/source/_components/aprs.markdown
+++ b/source/_components/aprs.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "APRS"
description: "Instructions on how to use APRS to track devices in Home Assistant."
-date: 2018-11-04 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: aprs.png
ha_release: 0.95
ha_category: Presence Detection
diff --git a/source/_components/aqualogic.markdown b/source/_components/aqualogic.markdown
index b133221bc97..f8f2a8ff09e 100644
--- a/source/_components/aqualogic.markdown
+++ b/source/_components/aqualogic.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "AquaLogic"
description: "Instructions on how to integrate an AquaLogic controller within Home Assistant."
-date: 2018-09-17 9:16
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hayward.png
ha_category:
- Hub
diff --git a/source/_components/aquostv.markdown b/source/_components/aquostv.markdown
index 16f4f1b6492..b6186c15c65 100644
--- a/source/_components/aquostv.markdown
+++ b/source/_components/aquostv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sharp Aquos TV"
description: "Instructions on how to integrate a Sharp Aquos TV into Home Assistant."
-date: 2016-11-02 12:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sharp_aquos.png
ha_category:
- Media Player
diff --git a/source/_components/arduino.markdown b/source/_components/arduino.markdown
index 8704d81038c..7f0f2f53f3e 100644
--- a/source/_components/arduino.markdown
+++ b/source/_components/arduino.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Arduino"
description: "Instructions on how to setup an Arduino boards within Home Assistant."
-date: 2015-06-27 10:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: arduino.png
ha_category:
- DIY
diff --git a/source/_components/arest.markdown b/source/_components/arest.markdown
index bb48218c52d..ee6277798bb 100644
--- a/source/_components/arest.markdown
+++ b/source/_components/arest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "aREST"
description: "Instructions on how to integrate aREST within Home Assistant."
-date: 2015-11-20 18:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: arest.png
ha_category:
- DIY
diff --git a/source/_components/arlo.markdown b/source/_components/arlo.markdown
index 681c09b3a96..1e82b54d60a 100644
--- a/source/_components/arlo.markdown
+++ b/source/_components/arlo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Arlo"
description: "Instructions on how to integrate your Netgear Arlo cameras within Home Assistant."
-date: 2017-05-30 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: arlo.png
ha_category:
- Hub
diff --git a/source/_components/aruba.markdown b/source/_components/aruba.markdown
index ab1b1ebacb9..d74d395eff3 100644
--- a/source/_components/aruba.markdown
+++ b/source/_components/aruba.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Aruba"
description: "Instructions on how to integrate Aruba routers into Home Assistant."
-date: 2015-08-31 08:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: aruba.png
ha_category:
- Presence Detection
diff --git a/source/_components/arwn.markdown b/source/_components/arwn.markdown
index 615fefd03c1..566b50d74bb 100644
--- a/source/_components/arwn.markdown
+++ b/source/_components/arwn.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ARWN Sensor"
description: "Instructions on how to integrate ARWN within Home Assistant."
-date: 2016-10-20 15:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_release: 0.31
diff --git a/source/_components/asterisk_cdr.markdown b/source/_components/asterisk_cdr.markdown
index 4cc68d5d505..9d854143473 100644
--- a/source/_components/asterisk_cdr.markdown
+++ b/source/_components/asterisk_cdr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Asterisk Call Data Recorder"
description: "Instructions on how to integrate an Asterisk CDR within Home Assistant."
-date: 2018-09-12 06:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: asterisk.png
ha_category:
- Mailbox
diff --git a/source/_components/asterisk_mbox.markdown b/source/_components/asterisk_mbox.markdown
index e2ab37d0a11..08909e4dfb6 100644
--- a/source/_components/asterisk_mbox.markdown
+++ b/source/_components/asterisk_mbox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Asterisk Voicemail"
description: "Instructions on how to integrate your existing Asterisk voicemail within Home Assistant."
-date: 2017-06-30 18:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: asterisk.png
ha_category:
- Mailbox
diff --git a/source/_components/asuswrt.markdown b/source/_components/asuswrt.markdown
index abd1a385c71..656c0c64f79 100644
--- a/source/_components/asuswrt.markdown
+++ b/source/_components/asuswrt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Asuswrt"
description: "Instructions on how to integrate Asuswrt into Home Assistant."
-date: 2017-01-05 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: asus.png
ha_category:
- Hub
diff --git a/source/_components/august.markdown b/source/_components/august.markdown
index 8400ab48eae..4514803c930 100644
--- a/source/_components/august.markdown
+++ b/source/_components/august.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "August"
description: "Instructions on how to integrate your August devices into Home Assistant."
-date: 2018-02-17 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: august.png
ha_category:
- Doorbell
diff --git a/source/_components/aurora.markdown b/source/_components/aurora.markdown
index dd0f5539c2b..ed9c234558a 100644
--- a/source/_components/aurora.markdown
+++ b/source/_components/aurora.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Aurora sensor"
description: "Know when auroras might be visible at your location"
-date: 2017-02-14 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Environment
ha_release: 0.39
diff --git a/source/_components/auth.markdown b/source/_components/auth.markdown
index 044caa74c1e..9e9f413a18a 100644
--- a/source/_components/auth.markdown
+++ b/source/_components/auth.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Auth"
description: "This integration is responsible for providing the authentication endpoints."
-date: 2018-03-19 21:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/automatic.markdown b/source/_components/automatic.markdown
index 26bb173fe96..9bb6f003d69 100644
--- a/source/_components/automatic.markdown
+++ b/source/_components/automatic.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Automatic"
description: "Instructions for how to integrate Automatic ODB readers into Home Assistant."
-date: 2015-08-28 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: automatic.png
ha_category:
- Car
diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown
index 04f3da4413b..9306cd54a3b 100644
--- a/source/_components/automation.markdown
+++ b/source/_components/automation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Automation"
description: "Instructions on how to setup automation within Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/avion.markdown b/source/_components/avion.markdown
index 4607e0213b0..8773091cfbc 100644
--- a/source/_components/avion.markdown
+++ b/source/_components/avion.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Avi-on"
description: "Instructions on how to setup GE Avi-on Bluetooth dimmers within Home Assistant."
-date: 2017-01-17 23:17
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_iot_class: Assumed State
diff --git a/source/_components/awair.markdown b/source/_components/awair.markdown
index e5b3c70d9dd..7cb261870b8 100644
--- a/source/_components/awair.markdown
+++ b/source/_components/awair.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Awair Air Quality Monitor"
description: "Instructions on how to setup Awair devices in Home Assistant."
-date: 2018-11-18 20:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: awair.jpg
ha_category:
- Health
diff --git a/source/_components/aws.markdown b/source/_components/aws.markdown
index 307bea1572e..e87cc9b2960 100644
--- a/source/_components/aws.markdown
+++ b/source/_components/aws.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Amazon Web Services"
description: "Instructions on how to integrate Amazon Web Services with Home Assistant."
-date: 2019-03-21 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: aws.png
ha_category:
- Notifications
diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown
index f1694d780ba..0f093425484 100644
--- a/source/_components/axis.markdown
+++ b/source/_components/axis.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Axis"
description: "Integration between network devices from Axis Communications with Home Assistant."
-date: 2017-04-30 23:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: axis.png
ha_category:
- Camera
diff --git a/source/_components/azure_event_hub.markdown b/source/_components/azure_event_hub.markdown
index 802c77f8f98..14b648738f1 100644
--- a/source/_components/azure_event_hub.markdown
+++ b/source/_components/azure_event_hub.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Azure Event Hub"
description: "Setup for Azure Event Hub integration"
-date: 2019-05-15 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: azure_event_hub.svg
ha_category:
- History
diff --git a/source/_components/baidu.markdown b/source/_components/baidu.markdown
index 43f3cb97911..a02d82656f4 100644
--- a/source/_components/baidu.markdown
+++ b/source/_components/baidu.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Baidu Text-to-Speech"
description: "Instructions on how to setup Baidu TTS with Home Assistant."
-date: 2017-11-21 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: baiducloud.png
ha_category:
- Text-to-speech
diff --git a/source/_components/bayesian.markdown b/source/_components/bayesian.markdown
index 13bc25c6b9c..9457d01ec09 100644
--- a/source/_components/bayesian.markdown
+++ b/source/_components/bayesian.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bayesian Binary Sensor"
description: "Instructions on how to integrate threshold Bayesian sensors into Home Assistant."
-date: 2017-08-27 20:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/bbb_gpio.markdown b/source/_components/bbb_gpio.markdown
index 825f7e94611..54abf69bb50 100644
--- a/source/_components/bbb_gpio.markdown
+++ b/source/_components/bbb_gpio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BeagleBone Black GPIO"
description: "Instructions on how to integrate the GPIO capability of a BeagleBone Black into Home Assistant."
-date: 2017-01-14 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: beaglebone-black.png
ha_category:
- DIY
diff --git a/source/_components/bbox.markdown b/source/_components/bbox.markdown
index 639f102092a..88aad2795fc 100644
--- a/source/_components/bbox.markdown
+++ b/source/_components/bbox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bbox"
description: "Instructions on how to integrate Bouygues Bbox routers into Home Assistant."
-date: 2016-10-22 01:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bbox.png
ha_category:
- Network
diff --git a/source/_components/bh1750.markdown b/source/_components/bh1750.markdown
index 4a99008a375..a4e62649851 100644
--- a/source/_components/bh1750.markdown
+++ b/source/_components/bh1750.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BH1750 Light sensor"
description: "Instructions on how to integrate a BH1750 light sensor into Home Assistant."
-date: 2017-06-10 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/binary_sensor.knx.markdown b/source/_components/binary_sensor.knx.markdown
index 6f9e15a22e8..34148af2a5a 100644
--- a/source/_components/binary_sensor.knx.markdown
+++ b/source/_components/binary_sensor.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Binary Sensor"
description: "Instructions on how to setup the KNX binary sensors within Home Assistant."
-date: 2016-07-13 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.markdown b/source/_components/binary_sensor.markdown
index 650e5770aed..9622e53d1c2 100644
--- a/source/_components/binary_sensor.markdown
+++ b/source/_components/binary_sensor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Binary Sensor"
description: "Instructions on how-to setup binary sensors with Home Assistant."
-date: 2015-11-20 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.modbus.markdown b/source/_components/binary_sensor.modbus.markdown
index f5ecf118eea..042a2c8355f 100644
--- a/source/_components/binary_sensor.modbus.markdown
+++ b/source/_components/binary_sensor.modbus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Modbus Binary Sensor"
description: "Instructions on how to set up Modbus binary sensors within Home Assistant."
-date: 2016-09-13 12:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: modbus.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.mqtt.markdown b/source/_components/binary_sensor.mqtt.markdown
index 4fa2ad249e9..850c7111eb9 100644
--- a/source/_components/binary_sensor.mqtt.markdown
+++ b/source/_components/binary_sensor.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Binary Sensor"
description: "Instructions on how to integrate MQTT binary sensors within Home Assistant."
-date: 2015-05-30 23:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.mysensors.markdown b/source/_components/binary_sensor.mysensors.markdown
index 26bd943d707..295ad68b479 100644
--- a/source/_components/binary_sensor.mysensors.markdown
+++ b/source/_components/binary_sensor.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Binary Sensor"
description: "Instructions on how to integrate MySensors binary sensors into Home Assistant."
-date: 2016-04-13 14:20 +0100
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/binary_sensor.rest.markdown b/source/_components/binary_sensor.rest.markdown
index c551709bef9..4e3bbdfd3be 100644
--- a/source/_components/binary_sensor.rest.markdown
+++ b/source/_components/binary_sensor.rest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RESTful Binary Sensor"
description: "Instructions on how to integrate REST binary sensors into Home Assistant."
-date: 2015-12-17 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: restful.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.rflink.markdown b/source/_components/binary_sensor.rflink.markdown
index 005e1103066..1dc88061438 100644
--- a/source/_components/binary_sensor.rflink.markdown
+++ b/source/_components/binary_sensor.rflink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFLink Binary Sensor"
description: "Instructions on how to integrate RFLink binary sensors into Home Assistant."
-date: 2018-10-04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rflink.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.rfxtrx.markdown b/source/_components/binary_sensor.rfxtrx.markdown
index dc0c63f2201..3e2df63bccb 100644
--- a/source/_components/binary_sensor.rfxtrx.markdown
+++ b/source/_components/binary_sensor.rfxtrx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFXtrx Binary Sensor"
description: "Instructions on how to integrate RFXtrx binary sensors into Home Assistant."
-date: 2017-03-26 12:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rfxtrx.png
ha_category:
- Binary Sensor
diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown
index 48b55320fa0..a69a3edeedd 100644
--- a/source/_components/binary_sensor.template.markdown
+++ b/source/_components/binary_sensor.template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Binary Sensor"
description: "Instructions on how to integrate Template Binary Sensors into Home Assistant."
-date: 2016-02-25 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Binary Sensor
ha_release: 0.12
diff --git a/source/_components/binary_sensor.xiaomi_aqara.markdown b/source/_components/binary_sensor.xiaomi_aqara.markdown
index f998800dda5..b71436bda40 100644
--- a/source/_components/binary_sensor.xiaomi_aqara.markdown
+++ b/source/_components/binary_sensor.xiaomi_aqara.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Binary Sensor"
description: "Instructions on how to setup the Xiaomi binary sensors within Home Assistant."
-date: 2017-07-21 16:34
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Binary Sensor
diff --git a/source/_components/bitcoin.markdown b/source/_components/bitcoin.markdown
index b5c3ad70b6b..97fba709f76 100644
--- a/source/_components/bitcoin.markdown
+++ b/source/_components/bitcoin.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bitcoin"
description: "Instructions on how to integrate Bitcoin data within Home Assistant."
-date: 2015-05-08 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bitcoin.png
ha_category:
- Finance
diff --git a/source/_components/bizkaibus.markdown b/source/_components/bizkaibus.markdown
index e496d3f6071..bd5b94cbe84 100644
--- a/source/_components/bizkaibus.markdown
+++ b/source/_components/bizkaibus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bizkaibus next bus tracking sensor"
description: "Instructions on how to integrate timetable data for traveling on Bizkaibus within Home Assistant."
-date: 2019-04-22 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bizkaibus.png
ha_category:
- Transport
diff --git a/source/_components/blackbird.markdown b/source/_components/blackbird.markdown
index daf32ef63fb..a85601370fe 100644
--- a/source/_components/blackbird.markdown
+++ b/source/_components/blackbird.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Blackbird 8x8 HDMI Matrix Switch"
description: "Instructions on how to integrate Monoprice Blackbird 4k 8x8 HDBaseT Matrix Switch into Home Assistant."
-date: 2018-03-29 16:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: monoprice.svg
ha_category:
- Media Player
diff --git a/source/_components/blink.markdown b/source/_components/blink.markdown
index 28d6d51c87b..9227f6b2f23 100644
--- a/source/_components/blink.markdown
+++ b/source/_components/blink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Blink"
description: "Instructions for how to integrate Blink camera/security system within Home Assistant."
-date: 2017-03-05 22:13
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: blink.png
ha_category:
- Hub
diff --git a/source/_components/blinksticklight.markdown b/source/_components/blinksticklight.markdown
index f0af6ec55de..0c5dab78c2f 100644
--- a/source/_components/blinksticklight.markdown
+++ b/source/_components/blinksticklight.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Blinkstick Light"
description: "Instructions on how to setup Blinkstick lights within Home Assistant."
-date: 2015-10-08 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: blinkstick.png
ha_category:
- DIY
diff --git a/source/_components/blinkt.markdown b/source/_components/blinkt.markdown
index 320c456c96c..97e62a71574 100644
--- a/source/_components/blinkt.markdown
+++ b/source/_components/blinkt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Blinkt! Light"
description: "Instructions on how to setup Blinkt! RGB LED lights within Home Assistant."
-date: 2017-04-30 9:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/blockchain.markdown b/source/_components/blockchain.markdown
index aea54943db0..5d54a0f1752 100644
--- a/source/_components/blockchain.markdown
+++ b/source/_components/blockchain.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Blockchain.info"
description: "Instructions on how to integrate Blockchain.info data within Home Assistant."
-date: 2017-06-01 16:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: blockchain.png
ha_category:
- Finance
diff --git a/source/_components/bloomsky.markdown b/source/_components/bloomsky.markdown
index 6f10f46ef47..6d0e4a0e7b2 100644
--- a/source/_components/bloomsky.markdown
+++ b/source/_components/bloomsky.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BloomSky"
description: "Instructions on how to integrate the BloomSky within Home Assistant."
-date: 2016-02-03 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bloomsky.png
ha_category:
- Environment
diff --git a/source/_components/bluesound.markdown b/source/_components/bluesound.markdown
index 370c7a4ec39..4997a1c91cc 100644
--- a/source/_components/bluesound.markdown
+++ b/source/_components/bluesound.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bluesound"
description: "Instructions on how to integrate Bluesound devices into Home Assistant."
-date: 2017-04-21 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bluesound.png
ha_category:
- Media Player
diff --git a/source/_components/bluetooth_le_tracker.markdown b/source/_components/bluetooth_le_tracker.markdown
index aeb85d85692..2fa75a28a6a 100644
--- a/source/_components/bluetooth_le_tracker.markdown
+++ b/source/_components/bluetooth_le_tracker.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bluetooth LE Tracker"
description: "Instructions for integrating bluetooth low-energy tracking within Home Assistant."
-date: 2016-08-24 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bluetooth.png
ha_category:
- Presence Detection
diff --git a/source/_components/bluetooth_tracker.markdown b/source/_components/bluetooth_tracker.markdown
index 26ee8eae907..6a23df6d4f1 100644
--- a/source/_components/bluetooth_tracker.markdown
+++ b/source/_components/bluetooth_tracker.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Bluetooth Tracker"
description: "Instructions for integrating Bluetooth tracking within Home Assistant."
-date: 2016-04-10 17:24
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bluetooth.png
ha_category:
- Presence Detection
diff --git a/source/_components/bme280.markdown b/source/_components/bme280.markdown
index 501fca6feff..cb6fb70243d 100644
--- a/source/_components/bme280.markdown
+++ b/source/_components/bme280.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BME280 Sensor"
description: "Instructions on how to integrate a BME280 sensor into Home Assistant."
-date: 2017-06-10 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/bme680.markdown b/source/_components/bme680.markdown
index b4b99793268..d7c64777d27 100644
--- a/source/_components/bme680.markdown
+++ b/source/_components/bme680.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BME680 Sensor"
description: "Instructions on how to integrate a BME680 sensor into Home Assistant."
-date: 2018-01-16 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/bmw_connected_drive.markdown b/source/_components/bmw_connected_drive.markdown
index 0adea3cfc35..d23503603c1 100644
--- a/source/_components/bmw_connected_drive.markdown
+++ b/source/_components/bmw_connected_drive.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BMW Connected Drive"
description: "Instructions on how to setup your BMW Connected Drive account with Home Assistant."
-date: 2018-01-10 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bmw.png
ha_category:
- Car
diff --git a/source/_components/bom.markdown b/source/_components/bom.markdown
index ec69cbff90a..3d97ec2aa72 100644
--- a/source/_components/bom.markdown
+++ b/source/_components/bom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BOM Australia"
description: "Instructions on how to integrate Bureau of Meteorology Australia weather conditions into Home Assistant."
-date: 2016-09-29 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bom.png
ha_category:
- Weather
diff --git a/source/_components/braviatv.markdown b/source/_components/braviatv.markdown
index 4e87c7362fd..187fd9cc4a9 100644
--- a/source/_components/braviatv.markdown
+++ b/source/_components/braviatv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sony Bravia TV"
description: "Instructions on how to integrate a Sony Bravia TV into Home Assistant."
-date: 2016-07-01 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bravia.png
ha_category:
- Media Player
diff --git a/source/_components/broadcast.markdown b/source/_components/broadcast.markdown
index 806ee3253aa..58dad653bef 100644
--- a/source/_components/broadcast.markdown
+++ b/source/_components/broadcast.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Telegram broadcast"
description: "Telegram support to send messages only"
-date: 2017-06-24 11:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: telegram.png
ha_category:
- Notifications
diff --git a/source/_components/broadlink.markdown b/source/_components/broadlink.markdown
index cefa1cd990e..9bc284cbd78 100644
--- a/source/_components/broadlink.markdown
+++ b/source/_components/broadlink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Broadlink"
description: "Instructions on how to integrate Broadlink within Home Assistant."
-date: 2016-11-22 22:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: broadlink.png
ha_category:
- Switch
diff --git a/source/_components/brottsplatskartan.markdown b/source/_components/brottsplatskartan.markdown
index 008a2d906da..c314abf8a96 100644
--- a/source/_components/brottsplatskartan.markdown
+++ b/source/_components/brottsplatskartan.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Brottsplatskartan"
description: "Instructions on how to integrate brottsplatskartan.se into Home Assistant."
-date: 2018-12-02 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Social
logo: brottsplatskartan.png
diff --git a/source/_components/browser.markdown b/source/_components/browser.markdown
index b33e41d1c47..ba23cbeba4f 100644
--- a/source/_components/browser.markdown
+++ b/source/_components/browser.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Browser"
description: "Instructions on how to setup the browser integration with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/brunt.markdown b/source/_components/brunt.markdown
index 20bbf768da0..ea2194a17b6 100644
--- a/source/_components/brunt.markdown
+++ b/source/_components/brunt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Brunt Cover
description: "Instructions on how to set up Brunt Blind Engine within Home Assistant."
-date: 2018-06-24 14:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: brunt.png
ha_category:
- Cover
diff --git a/source/_components/bt_home_hub_5.markdown b/source/_components/bt_home_hub_5.markdown
index ec1326906fa..6d8216cdc9b 100644
--- a/source/_components/bt_home_hub_5.markdown
+++ b/source/_components/bt_home_hub_5.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BT Home Hub 5"
description: "Instructions on how to integrate BT Home Hub 5 router into Home Assistant."
-date: 2016-06-13 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bt.png
ha_category:
- Presence Detection
diff --git a/source/_components/bt_smarthub.markdown b/source/_components/bt_smarthub.markdown
index b550004018d..07ad84467f7 100644
--- a/source/_components/bt_smarthub.markdown
+++ b/source/_components/bt_smarthub.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "BT Smart Hub"
description: "Instructions on how to integrate BT Smart Hub router into Home Assistant."
-date: 2018-10-05 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bt.png
ha_category:
- Presence Detection
diff --git a/source/_components/buienradar.markdown b/source/_components/buienradar.markdown
index 2931cd336f8..d1aab780bcb 100644
--- a/source/_components/buienradar.markdown
+++ b/source/_components/buienradar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Buienradar"
description: "Instructions on how to integrate buienradar.nl weather within Home Assistant."
-date: 2017-05-15 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: buienradar.png
ha_category:
- Weather
diff --git a/source/_components/caldav.markdown b/source/_components/caldav.markdown
index 64bf40cd27d..f7fd60842d9 100644
--- a/source/_components/caldav.markdown
+++ b/source/_components/caldav.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CalDav"
description: "Instructions on how to integrate a WebDav calendar into Home Assistant."
-date: 2017-11-27 23:14
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Calendar
ha_iot_class: Cloud Polling
diff --git a/source/_components/calendar.google.markdown b/source/_components/calendar.google.markdown
index f53d2987bb0..67e71e01c45 100644
--- a/source/_components/calendar.google.markdown
+++ b/source/_components/calendar.google.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Calendar Event"
description: "Instructions on how to use Google Calendars in Home Assistant."
-date: 2015-05-08 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_calendar.png
ha_category:
- Calendar
diff --git a/source/_components/calendar.markdown b/source/_components/calendar.markdown
index 921aadb1d48..b26bd510275 100644
--- a/source/_components/calendar.markdown
+++ b/source/_components/calendar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Calendar"
description: "Instructions on how to integrate calendars within Home Assistant."
-date: 2016-11-19 08:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.33
---
diff --git a/source/_components/camera.ffmpeg.markdown b/source/_components/camera.ffmpeg.markdown
index 3240f027f2e..403e274b2cf 100644
--- a/source/_components/camera.ffmpeg.markdown
+++ b/source/_components/camera.ffmpeg.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FFmpeg Camera"
description: "Instructions on how to integrate a video feed via FFmpeg as a camera within Home Assistant."
-date: 2016-08-13 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ffmpeg.png
ha_category:
- Camera
diff --git a/source/_components/camera.markdown b/source/_components/camera.markdown
index 22eba9e3fbf..1ba029c33f7 100644
--- a/source/_components/camera.markdown
+++ b/source/_components/camera.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Camera"
description: "Instructions on how to integrate cameras within Home Assistant."
-date: 2015-11-09 08:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Camera
diff --git a/source/_components/camera.mqtt.markdown b/source/_components/camera.mqtt.markdown
index b3574c644e8..7c9f77894a3 100644
--- a/source/_components/camera.mqtt.markdown
+++ b/source/_components/camera.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Camera"
description: "Instructions on how to use an MQTT image message as a Camera within Home Assistant."
-date: 2017-04-14 00:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Camera
diff --git a/source/_components/canary.markdown b/source/_components/canary.markdown
index 3ecdd85df5a..9afab99c4fb 100644
--- a/source/_components/canary.markdown
+++ b/source/_components/canary.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Canary"
description: "Instructions on how to integrate your Canary devices into Home Assistant."
-date: 2017-12-07 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: canary.png
ha_category:
- Alarm
diff --git a/source/_components/cast.markdown b/source/_components/cast.markdown
index 02d31753b95..aa5c093b97b 100644
--- a/source/_components/cast.markdown
+++ b/source/_components/cast.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Cast"
description: "Instructions on how to integrate Google Cast into Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_cast.png
ha_category:
- Media Player
diff --git a/source/_components/cert_expiry.markdown b/source/_components/cert_expiry.markdown
index e6719b83b4f..6a4d9720006 100644
--- a/source/_components/cert_expiry.markdown
+++ b/source/_components/cert_expiry.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Certificate Expiry"
description: "Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant."
-date: 2017-04-24 14:14
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Network
diff --git a/source/_components/channels.markdown b/source/_components/channels.markdown
index 9ab1f12dc0d..88f2e4c29a8 100644
--- a/source/_components/channels.markdown
+++ b/source/_components/channels.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Channels"
description: "Instructions on how to integrate Channels into Home Assistant."
-date: 2018-03-06 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: channels.png
ha_category:
- Media Player
diff --git a/source/_components/cisco_ios.markdown b/source/_components/cisco_ios.markdown
index 9a33ccc101a..43ddb96ed5e 100644
--- a/source/_components/cisco_ios.markdown
+++ b/source/_components/cisco_ios.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Cisco IOS"
description: "Instructions on how to integrate Cisco IOS routers into Home Assistant."
-date: 2016-11-07 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: cisco.png
ha_category:
- Presence Detection
diff --git a/source/_components/cisco_mobility_express.markdown b/source/_components/cisco_mobility_express.markdown
index f5878c778d4..e5a20190310 100644
--- a/source/_components/cisco_mobility_express.markdown
+++ b/source/_components/cisco_mobility_express.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Cisco Mobility Express"
description: "Instructions on how to integrate Cisco Mobility Express wireless controllers into Home Assistant."
-date: 2019-02-27 11:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: cisco.png
ha_category:
- Presence Detection
diff --git a/source/_components/cisco_webex_teams.markdown b/source/_components/cisco_webex_teams.markdown
index 149fbea8f53..cb3e793b2ae 100644
--- a/source/_components/cisco_webex_teams.markdown
+++ b/source/_components/cisco_webex_teams.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Cisco Webex Teams"
description: "Instructions on how to add Cisco Webex Teams notifications to Home Assistant."
-date: 2017-02-20 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: cisco_webex_teams.png
ha_category:
- Notifications
diff --git a/source/_components/ciscospark.markdown b/source/_components/ciscospark.markdown
index d7e95ef19a9..dbb98889968 100644
--- a/source/_components/ciscospark.markdown
+++ b/source/_components/ciscospark.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Cisco Spark"
description: "Instructions on how to add CiscoSpark notifications to Home Assistant."
-date: 2017-02-20 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ciscospark.png
ha_category:
- Notifications
diff --git a/source/_components/citybikes.markdown b/source/_components/citybikes.markdown
index aa904d95091..fa86b793def 100644
--- a/source/_components/citybikes.markdown
+++ b/source/_components/citybikes.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CityBikes Sensor"
description: "Instructions on how to integrate data from the CityBikes API into Home Assistant."
-date: 2017-06-25 14:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: citybikes.png
ha_category:
- Transport
diff --git a/source/_components/clementine.markdown b/source/_components/clementine.markdown
index 3152d3859ac..03f0c7f2642 100644
--- a/source/_components/clementine.markdown
+++ b/source/_components/clementine.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Clementine Music Player"
description: "Instructions on how to integrate Clementine Music Player within Home Assistant."
-date: 2017-02-11 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: clementine.png
ha_category:
- Media Player
diff --git a/source/_components/clickatell.markdown b/source/_components/clickatell.markdown
index 0c2ccc317d3..e81970fcb81 100644
--- a/source/_components/clickatell.markdown
+++ b/source/_components/clickatell.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Clickatell SMS"
description: "Instructions on how to add Clickatell notifications to Home Assistant."
-date: 2017-10-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: clickatell.png
ha_category:
- Notifications
diff --git a/source/_components/clicksend.markdown b/source/_components/clicksend.markdown
index e83092f9844..7181e862c44 100644
--- a/source/_components/clicksend.markdown
+++ b/source/_components/clicksend.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ClickSend SMS"
description: "Instructions on how to add ClickSend notifications to Home Assistant."
-date: 2017-06-22 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: clicksend.png
ha_category:
- Notifications
diff --git a/source/_components/clicksend_tts.markdown b/source/_components/clicksend_tts.markdown
index 2f3d9a74e1e..e724655bf57 100644
--- a/source/_components/clicksend_tts.markdown
+++ b/source/_components/clicksend_tts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ClickSend text-to-speech"
description: "Instructions on how to add ClickSend text-to-speech (TTS) notifications to Home Assistant."
-date: 2017-10-04 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: clicksend.png
ha_category:
- Notifications
diff --git a/source/_components/climate.knx.markdown b/source/_components/climate.knx.markdown
index b37c5ab075c..35c4430d96b 100644
--- a/source/_components/climate.knx.markdown
+++ b/source/_components/climate.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Climate"
description: "Instructions on how to integrate KNX thermostats with Home Assistant."
-date: 2016-06-24 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Climate
diff --git a/source/_components/climate.markdown b/source/_components/climate.markdown
index 8b6bd73bc9a..3bcb1eee51f 100644
--- a/source/_components/climate.markdown
+++ b/source/_components/climate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Climate"
description: "Instructions on how to setup climate control devices within Home Assistant."
-date: 2016-08-26 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Climate
diff --git a/source/_components/climate.modbus.markdown b/source/_components/climate.modbus.markdown
index aa6a702ba7a..204683b578c 100644
--- a/source/_components/climate.modbus.markdown
+++ b/source/_components/climate.modbus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Modbus Climate"
description: "Instructions how to integrate a Modbus thermostat within Home Assistant."
-date: 2018-01-29 9:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: modbus.png
ha_category:
- Climate
diff --git a/source/_components/climate.mqtt.markdown b/source/_components/climate.mqtt.markdown
index 6e083ba1fd1..b079f3e0166 100644
--- a/source/_components/climate.mqtt.markdown
+++ b/source/_components/climate.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT HVAC"
description: "Instructions on how to integrate MQTT HVAC into Home Assistant."
-date: 2017-07-31 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Climate
diff --git a/source/_components/climate.mysensors.markdown b/source/_components/climate.mysensors.markdown
index d53c2a89f47..9bce0fd35b5 100644
--- a/source/_components/climate.mysensors.markdown
+++ b/source/_components/climate.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors HVAC"
description: "Instructions on how to integrate MySensors climate into Home Assistant."
-date: 2016-10-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/cloud.markdown b/source/_components/cloud.markdown
index 57aa21a6988..34c539b38c4 100644
--- a/source/_components/cloud.markdown
+++ b/source/_components/cloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Home Assistant Cloud"
description: "Enable the Home Assistant Cloud integration."
-date: 2017-11-17 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nabu-casa.svg
ha_release: "0.60"
ha_category:
diff --git a/source/_components/cloudflare.markdown b/source/_components/cloudflare.markdown
index a2105b84750..b923952634a 100644
--- a/source/_components/cloudflare.markdown
+++ b/source/_components/cloudflare.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Cloudflare"
description: "Automatically update your Cloudflare DNS records."
-date: 2018-07-10 20:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: cloudflare.png
ha_category:
- Network
diff --git a/source/_components/cmus.markdown b/source/_components/cmus.markdown
index 6950fbb2dcf..9739ba9d32a 100644
--- a/source/_components/cmus.markdown
+++ b/source/_components/cmus.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "cmus"
description: "Instructions on how to integrate cmus Music Player into Home
Assistant."
-date: 2016-06-17 18:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Media Player
ha_iot_class: Local Polling
diff --git a/source/_components/co2signal.markdown b/source/_components/co2signal.markdown
index bd31a054c30..e531c6a221e 100644
--- a/source/_components/co2signal.markdown
+++ b/source/_components/co2signal.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CO2Signal"
description: "Instructions on how to use CO2Signal data within Home Assistant"
-date: 2019-01-01 21:47
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: co2signal.png
ha_category:
- Environment
diff --git a/source/_components/coinbase.markdown b/source/_components/coinbase.markdown
index 22854c1ca44..34a9bdb6969 100644
--- a/source/_components/coinbase.markdown
+++ b/source/_components/coinbase.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Coinbase"
description: "Instructions for how to add Coinbase sensors to Home Assistant."
-date: 2017-12-08 17:54
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: coinbase.png
ha_category:
- Finance
diff --git a/source/_components/coinmarketcap.markdown b/source/_components/coinmarketcap.markdown
index 86190bc4be4..1bc5ed1ef7d 100644
--- a/source/_components/coinmarketcap.markdown
+++ b/source/_components/coinmarketcap.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CoinMarketCap"
description: "Instructions on how to integrate CoinMarketCap data within Home Assistant."
-date: 2016-08-31 08:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: coinmarketcap.png
ha_category:
- Finance
diff --git a/source/_components/comed_hourly_pricing.markdown b/source/_components/comed_hourly_pricing.markdown
index 0128b33836b..7079fe6a495 100644
--- a/source/_components/comed_hourly_pricing.markdown
+++ b/source/_components/comed_hourly_pricing.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ComEd Hourly Pricing"
description: "Instructions on how to set up the ComEd Hourly Pricing sensor in Home Assistant."
-date: 2017-03-02 0:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: comed.png
ha_category:
- Energy
diff --git a/source/_components/comfoconnect.markdown b/source/_components/comfoconnect.markdown
index da74d90b9d7..6381ff6ba49 100644
--- a/source/_components/comfoconnect.markdown
+++ b/source/_components/comfoconnect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Zehnder ComfoAir Q Ventilation"
description: "Instructions on how to integrate Zehnder ComfoAir Q350/450/600 ventilation systems into Home Assistant."
-date: 2017-06-28 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: zehnder.png
ha_category:
- Fan
diff --git a/source/_components/command_line.markdown b/source/_components/command_line.markdown
index 7c182c757bc..49cf953f4e4 100644
--- a/source/_components/command_line.markdown
+++ b/source/_components/command_line.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Command line Binary Sensor"
description: "Instructions on how to integrate Command binary sensors within Home Assistant."
-date: 2016-01-13 12:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: command_line.png
ha_category:
- Utility
diff --git a/source/_components/concord232.markdown b/source/_components/concord232.markdown
index 9c9a051fdb8..cc4fb988d7b 100644
--- a/source/_components/concord232.markdown
+++ b/source/_components/concord232.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Concord232"
description: "Instructions on how to integrate Interlogix/GE Concord4 into Home Assistant."
-date: 2016-10-11 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: interlogix.png
ha_category:
- Alarm
diff --git a/source/_components/config.markdown b/source/_components/config.markdown
index d11115d8519..90615cb5576 100644
--- a/source/_components/config.markdown
+++ b/source/_components/config.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Config"
description: "Instructions on how to setup the configuration panel for Home Assistant."
-date: 2017-02-24 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Front end
diff --git a/source/_components/configurator.markdown b/source/_components/configurator.markdown
index 296c74560e6..56edf064ca8 100644
--- a/source/_components/configurator.markdown
+++ b/source/_components/configurator.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Configurator"
description: "Instructions on how to integrate the configurator in your components."
-date: 2015-03-15 00:51
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/conversation.markdown b/source/_components/conversation.markdown
index dd8a5fcb2de..a0672636102 100644
--- a/source/_components/conversation.markdown
+++ b/source/_components/conversation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Conversation"
description: "Instructions on how to have conversations with your Home Assistant."
-date: 2015-03-15 00:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- "Voice"
diff --git a/source/_components/coolmaster.markdown b/source/_components/coolmaster.markdown
index e11d76da089..87f7f0714da 100644
--- a/source/_components/coolmaster.markdown
+++ b/source/_components/coolmaster.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CoolMasterNet Climate"
description: "Instructions on how to integrate CoolMasterNet within Home Assistant."
-date: 2019-02-05 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: coolautomation.png
ha_category:
- Climate
diff --git a/source/_components/counter.markdown b/source/_components/counter.markdown
index 1c4a493efcd..8449140c273 100644
--- a/source/_components/counter.markdown
+++ b/source/_components/counter.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Counter"
description: "Instructions on how to integrate counters into Home Assistant."
-date: 2017-08-26 06:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/cover.command_line.markdown b/source/_components/cover.command_line.markdown
index 8326fc6ea04..b0053579b54 100644
--- a/source/_components/cover.command_line.markdown
+++ b/source/_components/cover.command_line.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Command Line Cover"
description: "How to control a cover with the command line."
-date: 2016-06-28 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: command_line.png
ha_category:
- Cover
diff --git a/source/_components/cover.group.markdown b/source/_components/cover.group.markdown
index 824ab062413..2dc8398bd70 100644
--- a/source/_components/cover.group.markdown
+++ b/source/_components/cover.group.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Cover Group"
description: "Instructions how to setup grouped covers in Home Assistant."
-date: 2018-02-11 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Cover
ha_release: 0.66
diff --git a/source/_components/cover.knx.markdown b/source/_components/cover.knx.markdown
index 606845df77c..e8f48ef6ca7 100644
--- a/source/_components/cover.knx.markdown
+++ b/source/_components/cover.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Cover"
description: "Instructions on how to integrate KNX covers with Home Assistant."
-date: 2017-06-18 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Cover
diff --git a/source/_components/cover.markdown b/source/_components/cover.markdown
index a4fa15639e3..bcda65e85e6 100644
--- a/source/_components/cover.markdown
+++ b/source/_components/cover.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Covers"
description: "Instructions on how to integrate covers into Home Assistant."
-date: 2016-06-28 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Cover
diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown
index 360e7284751..1a36e78afe0 100644
--- a/source/_components/cover.mqtt.markdown
+++ b/source/_components/cover.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Cover"
description: "Instructions on how to integrate MQTT covers into Home Assistant."
-date: 2016-09-28 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Cover
diff --git a/source/_components/cover.mysensors.markdown b/source/_components/cover.mysensors.markdown
index 02bf5333443..905d796a655 100644
--- a/source/_components/cover.mysensors.markdown
+++ b/source/_components/cover.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Cover"
description: "Instructions on how to integrate MySensors covers into Home Assistant."
-date: 2016-10-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/cover.rflink.markdown b/source/_components/cover.rflink.markdown
index 91148dd676d..38b2cff93df 100644
--- a/source/_components/cover.rflink.markdown
+++ b/source/_components/cover.rflink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFLink Cover"
description: "Instructions on how to integrate RFLink Somfy RTS Cover into Home Assistant."
-date: 2017-08-08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rflink.png
ha_category:
- Cover
diff --git a/source/_components/cover.rfxtrx.markdown b/source/_components/cover.rfxtrx.markdown
index 29bd8762549..ebef2e1989a 100644
--- a/source/_components/cover.rfxtrx.markdown
+++ b/source/_components/cover.rfxtrx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFXtrx Cover"
description: "Instructions on how to integrate RFXtrx covers into Home Assistant."
-date: 2016-08-24 14:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rfxtrx.png
ha_category:
- Cover
diff --git a/source/_components/cover.template.markdown b/source/_components/cover.template.markdown
index a363bd9cc49..951e750544a 100644
--- a/source/_components/cover.template.markdown
+++ b/source/_components/cover.template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Cover"
description: "Instructions on how to integrate Template Covers into Home Assistant."
-date: 2017-06-19 20:32
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Cover
ha_release: 0.48
diff --git a/source/_components/cover.xiaomi_aqara.markdown b/source/_components/cover.xiaomi_aqara.markdown
index ea8de2ac3fe..bd6f76d70d2 100644
--- a/source/_components/cover.xiaomi_aqara.markdown
+++ b/source/_components/cover.xiaomi_aqara.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Cover"
description: "Instructions on how to setup the Xiaomi cover within Home Assistant."
-date: 2017-07-21 16:34
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Cover
diff --git a/source/_components/cppm.markdown b/source/_components/cppm.markdown
index bdfb9c5b6b2..48fd7b1330c 100644
--- a/source/_components/cppm.markdown
+++ b/source/_components/cppm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Aruba ClearPass"
description: "Instructions on how to integrate Aruba ClearPass into Home Assistant."
-date: 2019-03-05 10:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: aruba.png
ha_category:
- Presence Detection
diff --git a/source/_components/cpuspeed.markdown b/source/_components/cpuspeed.markdown
index acd55e0bc84..e57e3f74d47 100644
--- a/source/_components/cpuspeed.markdown
+++ b/source/_components/cpuspeed.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CPU speed"
description: "Instructions on how to integrate CPU speed within Home Assistant."
-date: 2015-10-15 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: cpu.png
ha_category:
- System Monitor
diff --git a/source/_components/crimereports.markdown b/source/_components/crimereports.markdown
index 84f66326c88..c49d4ee5471 100644
--- a/source/_components/crimereports.markdown
+++ b/source/_components/crimereports.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Crime Reports"
description: "Instructions on how to integrate CrimeReports.com into Home Assistant."
-date: 2017-02-16 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Social
logo: crimereports.png
diff --git a/source/_components/cups.markdown b/source/_components/cups.markdown
index e9caecc22cc..0d5291be713 100644
--- a/source/_components/cups.markdown
+++ b/source/_components/cups.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "CUPS Sensor"
description: "Instructions on how to integrate CUPS sensors into Home Assistant."
-date: 2016-10-30 12:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: cups.png
ha_category:
- System Monitor
diff --git a/source/_components/currencylayer.markdown b/source/_components/currencylayer.markdown
index d4ad7c6dc9b..8b6a3a6cb76 100644
--- a/source/_components/currencylayer.markdown
+++ b/source/_components/currencylayer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Currencylayer"
description: "Instructions on integrating exchange rates from https://currencylayer.com/ within Home Assistant."
-date: 2016-10-26 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Finance
logo: currencylayer.png
diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown
index 842c27ef60e..2a0a8ce2927 100644
--- a/source/_components/daikin.markdown
+++ b/source/_components/daikin.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Daikin AC"
description: "Instructions on how to integrate Daikin AC devices with Home Assistant."
-date: 2017-12-10 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: daikin.png
ha_category:
- Climate
diff --git a/source/_components/danfoss_air.markdown b/source/_components/danfoss_air.markdown
index 2baa37ef111..e944546d3db 100644
--- a/source/_components/danfoss_air.markdown
+++ b/source/_components/danfoss_air.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Danfoss Air"
description: "How to integrate Danfoss Air HRV in Home Assistant."
-date: 2019-01-14 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Climate
- Binary Sensor
diff --git a/source/_components/darksky.markdown b/source/_components/darksky.markdown
index 896f5d3717f..c40a8dda89d 100644
--- a/source/_components/darksky.markdown
+++ b/source/_components/darksky.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dark Sky Sensor"
description: "How to integrate Dark Sky within Home Assistant."
-date: 2016-09-26 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dark_sky.png
ha_category:
- Weather
diff --git a/source/_components/datadog.markdown b/source/_components/datadog.markdown
index b9cb8acc1e4..1198064ad6b 100644
--- a/source/_components/datadog.markdown
+++ b/source/_components/datadog.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "Datadog"
description: "Send data and events to Datadog."
-date: 2017-04-18 00:00
-sidebar: true
-comments: false
-sharing: true
logo: datadog.png
-footer: true
ha_category:
- History
ha_release: 0.45
diff --git a/source/_components/ddwrt.markdown b/source/_components/ddwrt.markdown
index 9be10b84028..291a84d867e 100644
--- a/source/_components/ddwrt.markdown
+++ b/source/_components/ddwrt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DD-WRT"
description: "Instructions on how to integrate DD-WRT based routers into Home Assistant."
-date: 2015-05-11 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ddwrt.png
ha_category:
- Presence Detection
diff --git a/source/_components/deconz.markdown b/source/_components/deconz.markdown
index f4da65fab98..b88395d9023 100644
--- a/source/_components/deconz.markdown
+++ b/source/_components/deconz.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "deCONZ"
description: "Instructions on how to setup Conbee/Raspbee devices with deCONZ from Dresden Elektronik within Home Assistant."
-date: 2017-11-12 16:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: deconz.jpeg
ha_category:
- Hub
diff --git a/source/_components/decora.markdown b/source/_components/decora.markdown
index cb9a96aaef8..c3e1dda6a3f 100644
--- a/source/_components/decora.markdown
+++ b/source/_components/decora.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Leviton Decora"
description: "Instructions on how to setup Leviton Decora Bluetooth dimmers within Home Assistant."
-date: 2017-01-18 22:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_iot_class: Local Polling
diff --git a/source/_components/decora_wifi.markdown b/source/_components/decora_wifi.markdown
index cfd60b0dcdc..a91435e3fee 100644
--- a/source/_components/decora_wifi.markdown
+++ b/source/_components/decora_wifi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Leviton Decora Wi-Fi"
description: "Instructions on how to setup Leviton Decora Smart Wi-Fi switches/dimmers within Home Assistant."
-date: 2017-07-19 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_iot_class: Cloud Polling
diff --git a/source/_components/default_config.markdown b/source/_components/default_config.markdown
index 490065939ec..9d00e7d76ed 100644
--- a/source/_components/default_config.markdown
+++ b/source/_components/default_config.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Default Config"
description: "The default config integration will initate a default configuration for Home Assistant."
-date: 2019-02-15 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/deluge.markdown b/source/_components/deluge.markdown
index 15b7879d98d..14236471b8d 100644
--- a/source/_components/deluge.markdown
+++ b/source/_components/deluge.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Deluge"
description: "Instructions on how to integrate Deluge within Home Assistant."
-date: 2017-10-19 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: deluge.png
ha_category:
- Downloading
diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown
index 91f62e8cf49..915f7f27e6b 100644
--- a/source/_components/demo.markdown
+++ b/source/_components/demo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Demo platforms"
description: "Instructions on how to use the Platform demos with Home Assistant."
-date: 2016-02-24 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/denon.markdown b/source/_components/denon.markdown
index 5adf62188d7..6569d7264eb 100644
--- a/source/_components/denon.markdown
+++ b/source/_components/denon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Denon Network Receivers"
description: "Instructions on how to integrate Denon Network Receivers into Home Assistant."
-date: 2015-09-08 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: denon.png
ha_category:
- Media Player
diff --git a/source/_components/denonavr.markdown b/source/_components/denonavr.markdown
index ad60ff2f242..7bd5801e563 100644
--- a/source/_components/denonavr.markdown
+++ b/source/_components/denonavr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Denon AVR Network Receivers"
description: "Instructions on how to integrate Denon AVR Network Receivers into Home Assistant."
-date: 2015-09-08 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: denon.png
ha_category:
- Media Player
diff --git a/source/_components/deutsche_bahn.markdown b/source/_components/deutsche_bahn.markdown
index 047d713f259..ed245b24176 100644
--- a/source/_components/deutsche_bahn.markdown
+++ b/source/_components/deutsche_bahn.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Deutsche Bahn"
description: "Instructions on how to integrate timetable data for traveling in Germany within Home Assistant."
-date: 2015-06-02 21:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Transport
logo: db.png
diff --git a/source/_components/device_sun_light_trigger.markdown b/source/_components/device_sun_light_trigger.markdown
index 9c4c011aab1..b18c43eb4c4 100644
--- a/source/_components/device_sun_light_trigger.markdown
+++ b/source/_components/device_sun_light_trigger.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Presence based lights"
description: "Instructions on how to automate your lights with Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown
index b91a5ab8ce2..7194e18a686 100644
--- a/source/_components/device_tracker.markdown
+++ b/source/_components/device_tracker.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Device Tracker"
description: "Instructions on how to setup device tracking within Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Presence Detection
diff --git a/source/_components/device_tracker.mqtt.markdown b/source/_components/device_tracker.mqtt.markdown
index 91e67c845b5..5cdf62e3558 100644
--- a/source/_components/device_tracker.mqtt.markdown
+++ b/source/_components/device_tracker.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Device Tracker"
description: "Instructions on how to use MQTT to track devices in Home Assistant."
-date: 2015-09-19 20:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Presence Detection
diff --git a/source/_components/device_tracker.mysensors.markdown b/source/_components/device_tracker.mysensors.markdown
index 7c5cbd25242..6d8941a8a4c 100644
--- a/source/_components/device_tracker.mysensors.markdown
+++ b/source/_components/device_tracker.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Device Tracker"
description: "Instructions on how to use MySensors to track devices in Home Assistant."
-date: 2017-02-06 15:00 +0100
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/device_tracker.xiaomi.markdown b/source/_components/device_tracker.xiaomi.markdown
index db783f15b6d..6a222ce0267 100644
--- a/source/_components/device_tracker.xiaomi.markdown
+++ b/source/_components/device_tracker.xiaomi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Router"
description: "Instructions on how to integrate Xiaomi routers into Home Assistant."
-date: 2017-01-12 12:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Presence Detection
diff --git a/source/_components/dht.markdown b/source/_components/dht.markdown
index a882343ac93..5cfaa00f000 100644
--- a/source/_components/dht.markdown
+++ b/source/_components/dht.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DHT Sensor"
description: "Instructions on how to integrate DHTxx sensors within Home Assistant."
-date: 2015-08-30 19:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- DIY
ha_release: 0.7
diff --git a/source/_components/dialogflow.markdown b/source/_components/dialogflow.markdown
index c96d607b1e5..62f7868afb9 100644
--- a/source/_components/dialogflow.markdown
+++ b/source/_components/dialogflow.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dialogflow"
description: "Instructions on how integrate Dialogflow with Home Assistant."
-date: 2017-01-27 11:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dialogflow.png
ha_category:
- Voice
diff --git a/source/_components/digital_ocean.markdown b/source/_components/digital_ocean.markdown
index 22005a23422..a7436fcb7f6 100644
--- a/source/_components/digital_ocean.markdown
+++ b/source/_components/digital_ocean.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Digital Ocean"
description: "Instructions on how to integrate the Digital Ocean within Home Assistant."
-date: 2016-09-24 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- System Monitor
- Binary Sensor
diff --git a/source/_components/digitalloggers.markdown b/source/_components/digitalloggers.markdown
index e8566551384..e491ce64ddc 100644
--- a/source/_components/digitalloggers.markdown
+++ b/source/_components/digitalloggers.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Digital Loggers Switch"
description: "Instructions on how to integrate Digital Loggers DIN III relays into Home Assistant."
-date: 2016-10-02 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: digitalloggers.png
ha_category:
- Switch
diff --git a/source/_components/directv.markdown b/source/_components/directv.markdown
index a3a1235c78e..a1097003b59 100644
--- a/source/_components/directv.markdown
+++ b/source/_components/directv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DirecTV"
description: "Instructions on how to integrate DirecTV receivers into Home Assistant."
-date: 2016-07-19 01:0+0000
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: directv.png
ha_category:
- Media Player
diff --git a/source/_components/discogs.markdown b/source/_components/discogs.markdown
index bdaf1147af0..e1ca730dff7 100644
--- a/source/_components/discogs.markdown
+++ b/source/_components/discogs.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Discogs Sensor
description: "Instructions on how to set up Discogs sensors within Home Assistant."
-date: 2017-12-04 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Multimedia
ha_release: 0.61
diff --git a/source/_components/discord.markdown b/source/_components/discord.markdown
index be9ba27b241..16f0ea7f283 100644
--- a/source/_components/discord.markdown
+++ b/source/_components/discord.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Discord"
description: "Instructions on how to add Discord notifications to Home Assistant."
-date: 2016-01-14 15:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: discord.png
ha_category:
- Notifications
diff --git a/source/_components/discovery.markdown b/source/_components/discovery.markdown
index 3e8708f576f..8c65783bc43 100644
--- a/source/_components/discovery.markdown
+++ b/source/_components/discovery.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Discovery"
description: "Instructions on how to setup Home Assistant to discover new devices."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/dispatcher.markdown b/source/_components/dispatcher.markdown
index 7f3e2b51f0b..29816dc5f9f 100644
--- a/source/_components/dispatcher.markdown
+++ b/source/_components/dispatcher.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dispatcher IP Camera"
description: "Instructions on how to integrate internal dispatcher cameras within Home Assistant."
-date: 2017-03-08 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Camera
logo: camcorder.png
diff --git a/source/_components/dlib_face_detect.markdown b/source/_components/dlib_face_detect.markdown
index 69c07a31098..9ef512b54e8 100644
--- a/source/_components/dlib_face_detect.markdown
+++ b/source/_components/dlib_face_detect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dlib Face Detect"
description: "Instructions on how to integrate Dlib Face Detect into Home Assistant."
-date: 2017-05-05 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dlib.png
ha_category:
- Image Processing
diff --git a/source/_components/dlib_face_identify.markdown b/source/_components/dlib_face_identify.markdown
index eaa13e089db..54060706172 100644
--- a/source/_components/dlib_face_identify.markdown
+++ b/source/_components/dlib_face_identify.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dlib Face Identify"
description: "Instructions on how to integrate Dlib Face Identify into Home Assistant."
-date: 2017-01-25 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dlib.png
ha_category:
- Image Processing
diff --git a/source/_components/dlink.markdown b/source/_components/dlink.markdown
index c05b4db9056..941d486dcc7 100644
--- a/source/_components/dlink.markdown
+++ b/source/_components/dlink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "D-Link Switch"
description: "Instructions on how to integrate D-Link switches into Home Assistant."
-date: 2016-02-21 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dlink.png
ha_category:
- Switch
diff --git a/source/_components/dlna_dmr.markdown b/source/_components/dlna_dmr.markdown
index 315c28a84c2..8c4123710b7 100644
--- a/source/_components/dlna_dmr.markdown
+++ b/source/_components/dlna_dmr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DLNA DMR"
description: "Instructions on how to integrate a DLNA DMR device into Home Assistant."
-date: 2018-06-01 14:27
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dlna.png
ha_category:
- Media Player
diff --git a/source/_components/dnsip.markdown b/source/_components/dnsip.markdown
index 11283754964..fec191407c0 100644
--- a/source/_components/dnsip.markdown
+++ b/source/_components/dnsip.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DNS IP Sensor"
description: "Instructions on how to integrate a DNS IP sensor into Home Assistant."
-date: 2017-02-25 11:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Network
diff --git a/source/_components/dominos.markdown b/source/_components/dominos.markdown
index d7870d65bec..dfc8d461628 100644
--- a/source/_components/dominos.markdown
+++ b/source/_components/dominos.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dominos Pizza"
description: "Instructions on how to setup Dominos Pizza ordering within Home Assistant."
-date: 2017-11-05 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dominos.png
ha_category:
- Other
diff --git a/source/_components/doorbird.markdown b/source/_components/doorbird.markdown
index 5c2b16266a9..c973343c521 100644
--- a/source/_components/doorbird.markdown
+++ b/source/_components/doorbird.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DoorBird"
description: "Instructions on how to integrate your DoorBird video doorbell with Home Assistant."
-date: 2017-08-06 11:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: doorbird.png
ha_category:
- Doorbell
diff --git a/source/_components/dovado.markdown b/source/_components/dovado.markdown
index b274d61eeb1..96262afbe83 100644
--- a/source/_components/dovado.markdown
+++ b/source/_components/dovado.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dovado"
description: "How to integrate Dovado within Home Assistant."
-date: 2019-01-26 15:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- System Monitor
- Notifications
diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown
index c756cae308f..5be5d7be0cd 100644
--- a/source/_components/downloader.markdown
+++ b/source/_components/downloader.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Downloader"
description: "Instructions on how to setup the downloader integration with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Downloading
diff --git a/source/_components/dsmr.markdown b/source/_components/dsmr.markdown
index 79ebe4afc9c..887827dd685 100644
--- a/source/_components/dsmr.markdown
+++ b/source/_components/dsmr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DSMR or Slimme meter"
description: "Instructions on how to integrate DSMR Smartmeter within Home Assistant."
-date: 2016-11-12 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: netbeheernederland.jpg
ha_category:
- Energy
diff --git a/source/_components/dte_energy_bridge.markdown b/source/_components/dte_energy_bridge.markdown
index dee796743d2..7830053b28d 100644
--- a/source/_components/dte_energy_bridge.markdown
+++ b/source/_components/dte_energy_bridge.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DTE Energy Bridge"
description: "Instructions on how to setup DTE Energy Bridge with Home Assistant."
-date: 2016-06-07 08:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dte_energy.png
ha_category:
- Energy
diff --git a/source/_components/dublin_bus_transport.markdown b/source/_components/dublin_bus_transport.markdown
index d59ce3e0ebd..3899b7a7c58 100644
--- a/source/_components/dublin_bus_transport.markdown
+++ b/source/_components/dublin_bus_transport.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dublin Bus Transport"
description: "Instructions on how to integrate timetable data for traveling on Dublin Bus within Home Assistant."
-date: 2017-01-09 21:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dublin_bus.png
ha_category:
- Transport
diff --git a/source/_components/duckdns.markdown b/source/_components/duckdns.markdown
index 225a81f4589..511893ba9c6 100644
--- a/source/_components/duckdns.markdown
+++ b/source/_components/duckdns.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DuckDNS"
description: "Keep your computer registered with the DuckDNS dynamic DNS."
-date: 2017-09-23 07:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: duckdns.png
ha_category:
- Network
diff --git a/source/_components/duke_energy.markdown b/source/_components/duke_energy.markdown
index 94550a9c079..114b283ee91 100644
--- a/source/_components/duke_energy.markdown
+++ b/source/_components/duke_energy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Duke Energy"
description: "Instructions on how to set Duke Energy smart meter sensors within Home Assistant."
-date: 2018-07-01 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: duke_energy.png
ha_category:
- Energy
diff --git a/source/_components/dunehd.markdown b/source/_components/dunehd.markdown
index 8f99d50807c..22f6809b270 100644
--- a/source/_components/dunehd.markdown
+++ b/source/_components/dunehd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DuneHD media players"
description: "Instructions on how to integrate DuneHD media players into Home Assistant."
-date: 2016-11-26 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dunehd.png
ha_category:
- Media Player
diff --git a/source/_components/dwd_weather_warnings.markdown b/source/_components/dwd_weather_warnings.markdown
index 87b1f0918f2..a49374edc61 100644
--- a/source/_components/dwd_weather_warnings.markdown
+++ b/source/_components/dwd_weather_warnings.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "DWD Weather warnings"
description: "Instructions on how to integrate Deutsche Wetter Dienst weather warnings into Home Assistant."
-date: 2017-07-26 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
#logo: dwdwarnapp.png
ha_category:
- Weather
diff --git a/source/_components/dweet.markdown b/source/_components/dweet.markdown
index 88f86a7a94b..03db2ab2b7d 100644
--- a/source/_components/dweet.markdown
+++ b/source/_components/dweet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dweet.io"
description: "Transfer events to Dweet.io."
-date: 2016-05-07 07:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dweet.png
ha_category:
- History
diff --git a/source/_components/dyson.markdown b/source/_components/dyson.markdown
index 324690730cf..bf837ac0856 100644
--- a/source/_components/dyson.markdown
+++ b/source/_components/dyson.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dyson"
description: "Instructions on how to integrate Dyson into Home Assistant."
-date: 2017-05-27 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: dyson.png
ha_category:
- Hub
diff --git a/source/_components/ebox.markdown b/source/_components/ebox.markdown
index 494393c937e..1ad3e460622 100644
--- a/source/_components/ebox.markdown
+++ b/source/_components/ebox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EBox Sensor"
description: "Instructions on how to integrate EBox data usage within Home Assistant."
-date: 2017-02-15 17:17
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ebox.png
ha_category:
- Network
diff --git a/source/_components/ebusd.markdown b/source/_components/ebusd.markdown
index c8d0b2019d2..533b24dd48c 100644
--- a/source/_components/ebusd.markdown
+++ b/source/_components/ebusd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ebusd"
description: "The ebusd integration allows the integration between eBUS heating system and Home Assistant."
-date: 2018-12-27 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_iot_class: Local Polling
diff --git a/source/_components/ecoal_boiler.markdown b/source/_components/ecoal_boiler.markdown
index 99acaa297d8..d49d8bf973f 100644
--- a/source/_components/ecoal_boiler.markdown
+++ b/source/_components/ecoal_boiler.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "eCoal water boiler controller"
description: "Instructions on how to integrate eSterownik.pl eCoal.pl controller into Home Assistant."
-date: 2018-11-29 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Water heater
ha_release: 0.87
diff --git a/source/_components/ecobee.markdown b/source/_components/ecobee.markdown
index 494f41a55dc..bc33d0ea067 100644
--- a/source/_components/ecobee.markdown
+++ b/source/_components/ecobee.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ecobee"
description: "Instructions for how to integrate Ecobee thermostats and sensors within Home Assistant."
-date: 2015-11-30 17:54
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ecobee.png
ha_category:
- Sensor
diff --git a/source/_components/econet.markdown b/source/_components/econet.markdown
index 369f696c6c1..bb14750cf1a 100644
--- a/source/_components/econet.markdown
+++ b/source/_components/econet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EcoNet water heater"
description: "Instructions on how to integrate Rheem EcoNet water heaters into Home Assistant."
-date: 2017-12-28 14:51
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: econet.png
ha_category:
- Water heater
diff --git a/source/_components/ecovacs.markdown b/source/_components/ecovacs.markdown
index b5fd46c5626..15d14a4cf24 100644
--- a/source/_components/ecovacs.markdown
+++ b/source/_components/ecovacs.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ecovacs"
description: "Instructions on how to integrate Ecovacs vacuums within Home Assistant."
-date: 2018-07-29 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ecovacs.png
ha_category:
- Hub
diff --git a/source/_components/eddystone_temperature.markdown b/source/_components/eddystone_temperature.markdown
index 95ec4ab3384..acdc8ae1f83 100644
--- a/source/_components/eddystone_temperature.markdown
+++ b/source/_components/eddystone_temperature.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Eddystone Beacon"
description: "Instructions on how to integrate Eddystone beacons with Home Assistant in order to receive temperature data."
-date: 2017-03-26 01:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: eddystone.png
ha_category:
- DIY
diff --git a/source/_components/edimax.markdown b/source/_components/edimax.markdown
index 9768ce73f8e..32ba1e7486d 100644
--- a/source/_components/edimax.markdown
+++ b/source/_components/edimax.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Edimax Switch"
description: "Instructions on how to integrate Edimax switches into Home Assistant."
-date: 2015-06-10 22:54
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: edimax.png
ha_category:
- Switch
diff --git a/source/_components/edp_redy.markdown b/source/_components/edp_redy.markdown
index 02eeca1e50b..a1a8347af11 100644
--- a/source/_components/edp_redy.markdown
+++ b/source/_components/edp_redy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EDP re:dy"
description: "Instructions on how to integrate the EDP re:dy platform into Home Assistant."
-date: 2018-09-04 16:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: edp_redy.png
ha_category:
- Hub
diff --git a/source/_components/ee_brightbox.markdown b/source/_components/ee_brightbox.markdown
index c19e57ee00b..56293e3c962 100644
--- a/source/_components/ee_brightbox.markdown
+++ b/source/_components/ee_brightbox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EE Bright Box"
description: "Instructions on how to integrate EE Bright Box router into Home Assistant."
-date: 2018-12-27 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ee.png
ha_category:
- Presence Detection
diff --git a/source/_components/efergy.markdown b/source/_components/efergy.markdown
index cceca5dd031..c8aa9c8c854 100644
--- a/source/_components/efergy.markdown
+++ b/source/_components/efergy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Efergy"
description: "Instructions on how to integrate Efergy devices within Home Assistant."
-date: 2015-07-11 0:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: efergy.png
ha_category:
- Energy
diff --git a/source/_components/egardia.markdown b/source/_components/egardia.markdown
index ab7fe2b47f0..d7d6833e25a 100644
--- a/source/_components/egardia.markdown
+++ b/source/_components/egardia.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Egardia"
description: "Instructions on how to setup Egardia / Woonveilig within Home Assistant."
-date: 2018-03-13 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: egardia.png
ha_category:
- Hub
diff --git a/source/_components/eight_sleep.markdown b/source/_components/eight_sleep.markdown
index cd6b58f37a5..3bbc657dd6c 100644
--- a/source/_components/eight_sleep.markdown
+++ b/source/_components/eight_sleep.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Eight Sleep"
description: "Interface an Eight Sleep smart cover or mattress to Home Assistant"
-date: 2017-04-24 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: eight_sleep.png
ha_category:
- Health
diff --git a/source/_components/eliqonline.markdown b/source/_components/eliqonline.markdown
index efa95897494..d1b57bfcc5e 100644
--- a/source/_components/eliqonline.markdown
+++ b/source/_components/eliqonline.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Eliqonline"
description: "Instructions on how to integrate Eliqonline devices within Home Assistant."
-date: 2015-07-11 0:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: eliq.png
ha_category:
- Energy
diff --git a/source/_components/elkm1.markdown b/source/_components/elkm1.markdown
index 727da614faf..063db11650f 100644
--- a/source/_components/elkm1.markdown
+++ b/source/_components/elkm1.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Elk-M1 Controller"
description: "Instructions to setup the Elk-M1 controller."
-date: 2018-10-07 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: elkproducts.png
ha_release: 0.81
ha_category:
diff --git a/source/_components/emby.markdown b/source/_components/emby.markdown
index 019fe8ad9a1..829b595c51d 100644
--- a/source/_components/emby.markdown
+++ b/source/_components/emby.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Emby"
description: "Instructions on how to integrate Emby into Home Assistant."
-date: 2016-10-13 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: emby.png
ha_category:
- Media Player
diff --git a/source/_components/emoncms.markdown b/source/_components/emoncms.markdown
index b03d4cdcc1f..b74c5040823 100644
--- a/source/_components/emoncms.markdown
+++ b/source/_components/emoncms.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "Emoncms Sensor"
description: "Instructions on how to integrate Emoncms feeds as sensors into Home Assistant."
-date: 2016-09-08 00:15
logo: emoncms.png
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_release: 0.29
diff --git a/source/_components/emoncms_history.markdown b/source/_components/emoncms_history.markdown
index b6fbae26a28..c024e4b710c 100644
--- a/source/_components/emoncms_history.markdown
+++ b/source/_components/emoncms_history.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Emoncms history"
description: "Instructions on how to integrate Emoncms history into Home Assistant."
-date: 2016-09-25 12:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: emoncms.png
ha_category:
- History
diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown
index 1d3dbc43538..c74a2c8b509 100644
--- a/source/_components/emulated_hue.markdown
+++ b/source/_components/emulated_hue.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Emulated Hue Bridge"
description: "Instructions on how to emulated Hue Bridge within Home Assistant."
-date: 2016-08-26 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Hub
diff --git a/source/_components/emulated_roku.markdown b/source/_components/emulated_roku.markdown
index 520e5a922b6..4b21ca8dd1d 100644
--- a/source/_components/emulated_roku.markdown
+++ b/source/_components/emulated_roku.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Emulated Roku"
description: "Instructions on how to set up Emulated Roku within Home Assistant."
-date: 2019-01-10 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Hub
diff --git a/source/_components/enigma2.markdown b/source/_components/enigma2.markdown
index 59d1498b3f4..1267ab9d4fa 100644
--- a/source/_components/enigma2.markdown
+++ b/source/_components/enigma2.markdown
@@ -1,16 +1,9 @@
---
-layout: page
title: "Enigma2 (OpenWebif)"
description: "Instructions on how to integrate an Enigma2 based box running OpenWebif into Home Assistant."
-date: 2019-02-21 12:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openwebif.png
ha_category:
- Media Player
-featured: false
ha_release: "0.90"
ha_iot_class: "Local Polling"
redirect_from:
diff --git a/source/_components/enocean.markdown b/source/_components/enocean.markdown
index 72210ac6311..88698d6042d 100644
--- a/source/_components/enocean.markdown
+++ b/source/_components/enocean.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EnOcean"
description: "Connect EnOcean devices to Home Assistant"
-date: 2016-05-25 23:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: enocean.png
ha_category:
- Hub
diff --git a/source/_components/enphase_envoy.markdown b/source/_components/enphase_envoy.markdown
index 19534fe8302..c851b3dac55 100644
--- a/source/_components/enphase_envoy.markdown
+++ b/source/_components/enphase_envoy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Enphase Envoy"
description: "Instructions on how to setup Enphase Envoy with Home Assistant."
-date: 2018-06-30 12:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: enphase-logo.svg
ha_category:
- Energy
diff --git a/source/_components/entur_public_transport.markdown b/source/_components/entur_public_transport.markdown
index dd6516c325d..1e82731eef5 100644
--- a/source/_components/entur_public_transport.markdown
+++ b/source/_components/entur_public_transport.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Entur public transport"
description: "Instructions for how to set up monitoring of public transport departures in Norway."
-date: 2018-10-09 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: entur.svg
ha_category:
- Transport
diff --git a/source/_components/environment_canada.markdown b/source/_components/environment_canada.markdown
index 79cec29d961..3c229dd4594 100644
--- a/source/_components/environment_canada.markdown
+++ b/source/_components/environment_canada.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Environment Canada Weather"
description: "Weather data from Environment Canada."
-date: 2019-06-01 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: environment_canada.png
ha_category:
- Weather
diff --git a/source/_components/envirophat.markdown b/source/_components/envirophat.markdown
index 72354900f5c..5b3664ee2f0 100644
--- a/source/_components/envirophat.markdown
+++ b/source/_components/envirophat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Enviro pHAT"
description: "Instructions on how to integrate the Enviro pHAT within Home Assistant."
-date: 2017-05-03 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/envisalink.markdown b/source/_components/envisalink.markdown
index d6af76afa04..c1a3360515f 100644
--- a/source/_components/envisalink.markdown
+++ b/source/_components/envisalink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Envisalink Alarm Control Panel"
description: "Instructions on how to integrate a DSC/Honeywell alarm panel with Home Assistant using an envisalink evl3/evl4 board."
-date: 2016-09-30 22:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: eyezon.png
ha_category:
- Alarm
diff --git a/source/_components/ephember.markdown b/source/_components/ephember.markdown
index 9d3d2cd9cdf..cf38c911098 100644
--- a/source/_components/ephember.markdown
+++ b/source/_components/ephember.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EPH Controls EMBER Thermostat"
description: "Instructions on how to integrate EPH Controls EMBER thermostats within Home Assistant."
-date: 2017-10-07 12:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ephcontrolsember.png
ha_category:
- Climate
diff --git a/source/_components/epson.markdown b/source/_components/epson.markdown
index edf50dfa218..3049bc8dbf8 100644
--- a/source/_components/epson.markdown
+++ b/source/_components/epson.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Epson"
description: "Instructions on how to integrate Epson projector into Home Assistant."
-date: 2018-06-13 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: epson.png
ha_category:
- Media Player
diff --git a/source/_components/epsonworkforce.markdown b/source/_components/epsonworkforce.markdown
index 135767fa12f..0ec93e5a5e0 100644
--- a/source/_components/epsonworkforce.markdown
+++ b/source/_components/epsonworkforce.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Epson Workforce"
description: "Instructions on how to integrate Epson Workforce Printer into Home Assistant."
-date: 2019-04-09 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: epson.png
ha_category:
- Sensor
diff --git a/source/_components/eq3btsmart.markdown b/source/_components/eq3btsmart.markdown
index d855781b4a2..852962d3027 100644
--- a/source/_components/eq3btsmart.markdown
+++ b/source/_components/eq3btsmart.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EQ3 Bluetooth Smart Thermostats"
description: "Instructions on how to integrate EQ3 Bluetooth Smart Thermostats into Home Assistant."
-date: 2016-04-18 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: eq3.gif
ha_category:
- Climate
diff --git a/source/_components/esphome.markdown b/source/_components/esphome.markdown
index 14cc080732b..5d4167c13ad 100644
--- a/source/_components/esphome.markdown
+++ b/source/_components/esphome.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "ESPHome"
description: "Support for ESPHome devices using the native ESPHome API."
-date: 2018-12-16 14:20
-sidebar: true
-comments: false
-sharing: true
featured: true
-footer: true
logo: esphome.png
ha_category:
- DIY
diff --git a/source/_components/essent.markdown b/source/_components/essent.markdown
index 36e7e530e05..4c786679a15 100644
--- a/source/_components/essent.markdown
+++ b/source/_components/essent.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Essent"
description: "Instructions on how to integrate Essent within Home Assistant."
-date: 2019-04-29 19:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: essent.png
ha_category:
- Energy
diff --git a/source/_components/etherscan.markdown b/source/_components/etherscan.markdown
index e3152596a5e..164deeaa945 100644
--- a/source/_components/etherscan.markdown
+++ b/source/_components/etherscan.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Etherscan"
description: "Instructions on how to integrate Etherscan.io data within Home Assistant."
-date: 2017-06-01 16:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: etherscan.png
ha_category:
- Finance
diff --git a/source/_components/eufy.markdown b/source/_components/eufy.markdown
index ca386741ef7..543eadb5b34 100644
--- a/source/_components/eufy.markdown
+++ b/source/_components/eufy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Eufy"
description: "Instructions on how to integrate Eufy devices into Home Assistant."
-date: 2018-04-09 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: eufy.png
ha_category:
- Hub
diff --git a/source/_components/everlights.markdown b/source/_components/everlights.markdown
index 09d33ec971f..cc9c1a92ac6 100644
--- a/source/_components/everlights.markdown
+++ b/source/_components/everlights.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "EverLights Light"
description: "Instructions on how to set up EverLights within Home Assistant."
-date: 2018-12-29
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: everlights.png
ha_category:
- Light
diff --git a/source/_components/evohome.markdown b/source/_components/evohome.markdown
index 8596939630f..4da7be6d8cd 100644
--- a/source/_components/evohome.markdown
+++ b/source/_components/evohome.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Honeywell evohome/TCC systems"
description: "Instructions on how to integrate a Honeywell evohome/TCC system with Home Assistant."
-date: 2018-09-25 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: honeywell.png
ha_category:
- Hub
diff --git a/source/_components/facebook.markdown b/source/_components/facebook.markdown
index 2ae65844614..18732d859a3 100644
--- a/source/_components/facebook.markdown
+++ b/source/_components/facebook.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Facebook Messenger"
description: "Instructions on how to add Facebook user notifications to Home Assistant."
-date: 2016-12-31 14:14
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: facebook.png
ha_category:
- Notifications
diff --git a/source/_components/facebox.markdown b/source/_components/facebox.markdown
index e77f812d912..4cb4dd14a9d 100644
--- a/source/_components/facebox.markdown
+++ b/source/_components/facebox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Facebox"
description: "Detect and recognize faces with Facebox."
-date: 2018-05-03 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: machine-box.png
ha_category:
- Image Processing
diff --git a/source/_components/fail2ban.markdown b/source/_components/fail2ban.markdown
index ceefb1c8769..be4786f2ce8 100644
--- a/source/_components/fail2ban.markdown
+++ b/source/_components/fail2ban.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fail2Ban Sensor"
description: "Instructions on how to integrate a fail2ban sensor into Home Assistant."
-date: 2017-10-19 10:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Network
ha_iot_class: Local Polling
diff --git a/source/_components/familyhub.markdown b/source/_components/familyhub.markdown
index 8976e766cd8..bfd9b36fced 100644
--- a/source/_components/familyhub.markdown
+++ b/source/_components/familyhub.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Family Hub Camera"
description: "Instructions on how to integrate Samsung Family Hub refrigerator cameras within Home Assistant."
-date: 2018-05-04 09:44
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: familyhub.png
ha_category:
- Camera
diff --git a/source/_components/fan.markdown b/source/_components/fan.markdown
index 837749a1101..cdf478a8211 100644
--- a/source/_components/fan.markdown
+++ b/source/_components/fan.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fan"
description: "Instructions on how to setup Fan devices within Home Assistant."
-date: 2016-08-26 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Fan
diff --git a/source/_components/fan.mqtt.markdown b/source/_components/fan.mqtt.markdown
index bdb177d3663..8f4452bd46f 100644
--- a/source/_components/fan.mqtt.markdown
+++ b/source/_components/fan.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Fan"
description: "Instructions on how to integrate MQTT fans into Home Assistant."
-date: 2016-08-27 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Fan
diff --git a/source/_components/fan.template.markdown b/source/_components/fan.template.markdown
index 7309eec950f..2f1e5790f8c 100644
--- a/source/_components/fan.template.markdown
+++ b/source/_components/fan.template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Fan"
description: "Instructions how to setup the Template fans within Home Assistant."
-date: 2018-05-03 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Fan
ha_release: 0.69
diff --git a/source/_components/fan.xiaomi_miio.markdown b/source/_components/fan.xiaomi_miio.markdown
index 910a88b0d70..586db197c63 100644
--- a/source/_components/fan.xiaomi_miio.markdown
+++ b/source/_components/fan.xiaomi_miio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Air Purifier"
description: "Instructions on how to integrate your Xiaomi Air Purifier and Xiaomi Air Humidifier within Home Assistant."
-date: 2017-10-13 12:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Fan
diff --git a/source/_components/fastdotcom.markdown b/source/_components/fastdotcom.markdown
index 562fd9400bf..25172c912a3 100644
--- a/source/_components/fastdotcom.markdown
+++ b/source/_components/fastdotcom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fast.com"
description: "How to integrate Fast.com within Home Assistant."
-date: 2019-02-01 21:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: fastdotcom.png
ha_category:
- System Monitor
diff --git a/source/_components/fedex.markdown b/source/_components/fedex.markdown
index 9673ee4eed4..4eb1001ccfd 100644
--- a/source/_components/fedex.markdown
+++ b/source/_components/fedex.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Fedex Sensor
description: "Instructions on how to set up FedEx sensors within Home Assistant."
-date: 2017-02-14 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: fedex.png
ha_category:
- Postal Service
diff --git a/source/_components/feedreader.markdown b/source/_components/feedreader.markdown
index d79437e2a7e..57e5d8abd6e 100644
--- a/source/_components/feedreader.markdown
+++ b/source/_components/feedreader.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Feedreader
description: "Instructions on how to integrate RSS feeds into Home Assistant."
-date: 2016-04-18 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rss.gif
ha_category:
- Other
diff --git a/source/_components/ffmpeg.markdown b/source/_components/ffmpeg.markdown
index be586c9c01d..2b920789b67 100644
--- a/source/_components/ffmpeg.markdown
+++ b/source/_components/ffmpeg.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FFmpeg"
description: "Instructions on how to integrate FFmpeg within Home Assistant."
-date: 2016-09-14 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ffmpeg.png
ha_category:
- Image Processing
diff --git a/source/_components/ffmpeg_motion.markdown b/source/_components/ffmpeg_motion.markdown
index 104a1c3610d..3cae74e23f2 100644
--- a/source/_components/ffmpeg_motion.markdown
+++ b/source/_components/ffmpeg_motion.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FFmpeg Motion Binary Sensor"
description: "Instructions on how to integrate an FFmpeg-based motion binary sensor"
-date: 2016-08-25 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ffmpeg.png
ha_category:
- Image Processing
diff --git a/source/_components/ffmpeg_noise.markdown b/source/_components/ffmpeg_noise.markdown
index 24792aad04f..73c397755d6 100644
--- a/source/_components/ffmpeg_noise.markdown
+++ b/source/_components/ffmpeg_noise.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FFmpeg Noise Binary Sensor"
description: "Instructions on how to integrate an FFmpeg-based noise binary sensor"
-date: 2016-08-25 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ffmpeg.png
ha_category:
- Image Processing
diff --git a/source/_components/fibaro.markdown b/source/_components/fibaro.markdown
index efafc31d291..719c434df0e 100644
--- a/source/_components/fibaro.markdown
+++ b/source/_components/fibaro.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fibaro"
description: "Instructions on how to setup Fibaro Z-Wave hubs (HCL and HC2) and configure devices within Home Assistant."
-date: 2019-01-10 20:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: fibaro.png
ha_category:
- Hub
diff --git a/source/_components/fido.markdown b/source/_components/fido.markdown
index 96d7bfca41b..c4da6da4d67 100644
--- a/source/_components/fido.markdown
+++ b/source/_components/fido.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fido Sensor"
description: "Instructions on how to integrate Fido data usage within Home Assistant."
-date: 2017-01-01 17:17
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: fido.png
ha_category:
- Network
diff --git a/source/_components/file.markdown b/source/_components/file.markdown
index 35f0a3a0ad9..981bc079665 100644
--- a/source/_components/file.markdown
+++ b/source/_components/file.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "File"
description: "Instructions on how to integrate sensors which read from files into Home Assistant."
-date: 2015-06-22 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: file.png
ha_category:
- Utility
diff --git a/source/_components/filesize.markdown b/source/_components/filesize.markdown
index 3f6d8fde2db..32773c80885 100644
--- a/source/_components/filesize.markdown
+++ b/source/_components/filesize.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "File size Sensor"
description: "Component for monitoring the size of a file."
-date: 2018-02-06 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: file.png
ha_category:
- Utility
diff --git a/source/_components/filter.markdown b/source/_components/filter.markdown
index 65678b31807..b05e2a8a3b5 100644
--- a/source/_components/filter.markdown
+++ b/source/_components/filter.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Filter Sensor"
description: "Instructions on how to integrate Data Filter Sensors into Home Assistant."
-date: 2018-02-20
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Utility
ha_release: 0.65
diff --git a/source/_components/fints.markdown b/source/_components/fints.markdown
index 6a5247ab1e4..b3fe72cb42c 100644
--- a/source/_components/fints.markdown
+++ b/source/_components/fints.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FinTS Sensor"
description: "Instructions on how to use the FinTS sensor."
-date: 2018-03-25 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Finance
ha_release: "0.70"
diff --git a/source/_components/fitbit.markdown b/source/_components/fitbit.markdown
index b841e48f400..93dba7106b7 100644
--- a/source/_components/fitbit.markdown
+++ b/source/_components/fitbit.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fitbit"
description: "Instructions on how to integrate Fitbit devices within Home Assistant."
-date: 2016-05-09 15:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: fitbit.png
ha_category:
- Health
diff --git a/source/_components/fixer.markdown b/source/_components/fixer.markdown
index 1d11848b626..d971a706bd5 100644
--- a/source/_components/fixer.markdown
+++ b/source/_components/fixer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fixer.io"
description: "Instructions on how to integrate exchange rates from Fixer.io within Home Assistant."
-date: 2016-06-20 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Finance
logo: fixer-io.png
diff --git a/source/_components/flexit.markdown b/source/_components/flexit.markdown
index 44af442acc6..c363c3e78fb 100644
--- a/source/_components/flexit.markdown
+++ b/source/_components/flexit.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Flexit A/C controller"
description: "Instructions on how to integrate Flexit A/C unit into Home Assistant."
-date: 2017-06-02 16:30 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: flexit.png
ha_category:
- Climate
diff --git a/source/_components/flic.markdown b/source/_components/flic.markdown
index 94610531293..3cf2602b7f4 100644
--- a/source/_components/flic.markdown
+++ b/source/_components/flic.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Flic Smart Button
description: "Instructions on how to integrate flic buttons within Home Assistant."
-date: 2016-12-02 22:03
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: flic.png
ha_category:
- Binary Sensor
diff --git a/source/_components/flock.markdown b/source/_components/flock.markdown
index e82290757c7..cf51432bf99 100644
--- a/source/_components/flock.markdown
+++ b/source/_components/flock.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Flock"
description: "Instructions on how to add Flock notifications to Home Assistant."
-date: 2017-08-17 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: flock.png
ha_category:
- Notifications
diff --git a/source/_components/flunearyou.markdown b/source/_components/flunearyou.markdown
index cb16b130615..3b790a2ac2e 100644
--- a/source/_components/flunearyou.markdown
+++ b/source/_components/flunearyou.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Flu Near You"
description: "Instructions on how to use Flu Near You data within Home Assistant"
-date: 2018-11-02 21:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: flunearyou.png
ha_category:
- Health
diff --git a/source/_components/flux.markdown b/source/_components/flux.markdown
index b0cd5a095a2..db5c6d0aa21 100644
--- a/source/_components/flux.markdown
+++ b/source/_components/flux.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Flux Light Adjustment"
description: "Instructions on how to have switches call command line commands."
-date: 2016-06-01 17:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Automation
ha_release: 0.21
diff --git a/source/_components/flux_led.markdown b/source/_components/flux_led.markdown
index d2aed2bdfbd..f2e4b5c48ed 100644
--- a/source/_components/flux_led.markdown
+++ b/source/_components/flux_led.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Flux Led/MagicLight"
description: "Instructions on how to setup Flux led/MagicLight within Home Assistant."
-date: 2015-07-17 20:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: magic_light.png
ha_category:
- Light
diff --git a/source/_components/folder.markdown b/source/_components/folder.markdown
index 1041e990e72..2244d28c0bc 100644
--- a/source/_components/folder.markdown
+++ b/source/_components/folder.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Folder sensor"
description: "Sensor for monitoring the contents of a folder."
-date: 2018-02-21 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: file.png
ha_category:
- Utility
diff --git a/source/_components/folder_watcher.markdown b/source/_components/folder_watcher.markdown
index 551a934246a..41e6de16f6f 100644
--- a/source/_components/folder_watcher.markdown
+++ b/source/_components/folder_watcher.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Folder Watcher"
description: "Component for monitoring changes within the filesystem."
-date: 2018-03-11 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- System Monitor
diff --git a/source/_components/foobot.markdown b/source/_components/foobot.markdown
index 5a10d9ca0ce..a52fad0e8d1 100644
--- a/source/_components/foobot.markdown
+++ b/source/_components/foobot.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Foobot Air Quality Monitor"
description: "Instructions on how to setup Foobot Air Quality sensor in Home Assistant."
-date: 2018-02-14 06:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: foobot.png
ha_category:
- Health
diff --git a/source/_components/foscam.markdown b/source/_components/foscam.markdown
index 7cf9451dcc4..3794b714f7a 100644
--- a/source/_components/foscam.markdown
+++ b/source/_components/foscam.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Foscam IP Camera"
description: "Instructions on how to integrate Foscam IP cameras within Home Assistant."
-date: 2015-09-17 08:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: foscam.png
ha_category:
- Camera
diff --git a/source/_components/foursquare.markdown b/source/_components/foursquare.markdown
index d5dc45dce43..307324cbc74 100644
--- a/source/_components/foursquare.markdown
+++ b/source/_components/foursquare.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Foursquare
description: "Instructions on how to the Foursquare API into Home Assistant."
-date: 2016-08-08 17:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: foursquare.png
ha_category:
- Social
diff --git a/source/_components/free_mobile.markdown b/source/_components/free_mobile.markdown
index 7b231a1182d..b347f645b69 100644
--- a/source/_components/free_mobile.markdown
+++ b/source/_components/free_mobile.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Free Mobile"
description: "Instructions on how to add user notifications to Home Assistant."
-date: 2016-01-12 08:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: free_mobile.png
ha_category:
- Notifications
diff --git a/source/_components/freebox.markdown b/source/_components/freebox.markdown
index d50c2e34c1c..181ae6b4215 100644
--- a/source/_components/freebox.markdown
+++ b/source/_components/freebox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Freebox"
description: "Instructions on how to integrate Freebox routers into Home Assistant."
-date: 2018-11-15 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: freebox.svg
ha_category:
- Network
diff --git a/source/_components/freedns.markdown b/source/_components/freedns.markdown
index 251844f64c6..f356c7becfa 100644
--- a/source/_components/freedns.markdown
+++ b/source/_components/freedns.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "freedns.afraid.org"
description: "Keep your DNS record up to date with FreeDNS."
-date: 2018-03-27 21:30
-sidebar: true
-comments: false
-sharing: true
logo: afraid_freedns.png
-footer: true
ha_category:
- Network
ha_release: 0.67
diff --git a/source/_components/fritz.markdown b/source/_components/fritz.markdown
index c92dad1bd0a..48d347f5486 100644
--- a/source/_components/fritz.markdown
+++ b/source/_components/fritz.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FRITZ!Box"
description: "Instructions on how to integrate AVM FRITZ!Box based routers into Home Assistant."
-date: 2015-12-13 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: avm.png
ha_category:
- Presence Detection
diff --git a/source/_components/fritzbox.markdown b/source/_components/fritzbox.markdown
index 4afc8b1eb06..3e3722c6c65 100644
--- a/source/_components/fritzbox.markdown
+++ b/source/_components/fritzbox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Fritzbox"
description: "Instructions on how to integrate the AVM Fritzbox Smart Home components."
-date: 2018-02-18 17:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: avm.png
ha_category:
- Binary Sensor
diff --git a/source/_components/fritzbox_callmonitor.markdown b/source/_components/fritzbox_callmonitor.markdown
index 674d745d81e..92a2a841775 100644
--- a/source/_components/fritzbox_callmonitor.markdown
+++ b/source/_components/fritzbox_callmonitor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FRITZ!Box Call Monitor"
description: "Instructions on how to integrate a phone call monitor for AVM FRITZ!Box routers into Home Assistant."
-date: 2016-08-13 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: avm.png
ha_category:
- System Monitor
diff --git a/source/_components/fritzbox_netmonitor.markdown b/source/_components/fritzbox_netmonitor.markdown
index fced5ad5c9f..46acc3c838f 100644
--- a/source/_components/fritzbox_netmonitor.markdown
+++ b/source/_components/fritzbox_netmonitor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "FRITZ!Box Net Monitor"
description: "Instructions on how to integrate an AVM FRITZ!Box monitor into Home Assistant."
-date: 2017-01-17 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: avm.png
ha_category:
- System Monitor
diff --git a/source/_components/fritzdect.markdown b/source/_components/fritzdect.markdown
index 1b568645d31..c3af9d09a0c 100644
--- a/source/_components/fritzdect.markdown
+++ b/source/_components/fritzdect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "AVM FRITZ!DECT Switch"
description: "Instructions on how to integrate your AVM FRITZ!DECT switches into Home Assistant."
-date: 2017-01-24 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: avm.png
ha_category:
- Switch
diff --git a/source/_components/frontend.markdown b/source/_components/frontend.markdown
index 7b3d7e5a2c7..6efe0efa3da 100644
--- a/source/_components/frontend.markdown
+++ b/source/_components/frontend.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Frontend"
description: "Offers a frontend to Home Assistant."
-date: 2015-12-06 21:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/frontier_silicon.markdown b/source/_components/frontier_silicon.markdown
index dd2248429d3..122bb6b81c4 100644
--- a/source/_components/frontier_silicon.markdown
+++ b/source/_components/frontier_silicon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Frontier Silicon Internet Radios"
description: "Instructions on how to integrate Frontier Silicon Internet Radios into Home Assistant."
-date: 2017-02-04 00:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: frontier.png
ha_category:
- Media Player
diff --git a/source/_components/futurenow.markdown b/source/_components/futurenow.markdown
index 647d56b7f4b..d31f61d51ea 100644
--- a/source/_components/futurenow.markdown
+++ b/source/_components/futurenow.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "P5 FutureNow Lights"
description: "Instructions on how to set up P5 FutureNow relay/dimmer units as lights within Home Assistant."
-date: 2018-07-24 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: p5.png
ha_category:
- Light
diff --git a/source/_components/garadget.markdown b/source/_components/garadget.markdown
index 2767f7d8de8..38f382effe0 100644
--- a/source/_components/garadget.markdown
+++ b/source/_components/garadget.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Garadget Cover"
description: "Instructions on how to integrate Garadget covers within Home Assistant."
-date: 2016-10-24 14:25
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: garadget.png
ha_category:
- Cover
diff --git a/source/_components/gc100.markdown b/source/_components/gc100.markdown
index 7edb21fefd9..b073fba7e30 100644
--- a/source/_components/gc100.markdown
+++ b/source/_components/gc100.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "gc100"
description: "Instructions on how to integrate gc100 with Home Assistant."
-date: 2017-10-26 17:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Hub
- Binary Sensor
diff --git a/source/_components/gearbest.markdown b/source/_components/gearbest.markdown
index 1503ad714ec..7955c2b662a 100644
--- a/source/_components/gearbest.markdown
+++ b/source/_components/gearbest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Gearbest"
description: "Instructions on how to integrate a Gearbest sensor into Home Assistant."
-date: 2017-11-13 09:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gearbest.png
ha_category:
- Sensor
diff --git a/source/_components/geizhals.markdown b/source/_components/geizhals.markdown
index 7f27e62e3e2..6c823218e09 100644
--- a/source/_components/geizhals.markdown
+++ b/source/_components/geizhals.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Geizhals"
description: "Instructions on how to integrate a Geizhals sensor into Home Assistant."
-date: 2017-07-15 14:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: geizhals.png
ha_category:
- Sensor
diff --git a/source/_components/generic.markdown b/source/_components/generic.markdown
index 9295eae9bd7..71211d34b14 100644
--- a/source/_components/generic.markdown
+++ b/source/_components/generic.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Generic IP Camera"
description: "Instructions on how to integrate IP cameras within Home Assistant."
-date: 2015-07-11 0:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Camera
logo: home-assistant.png
diff --git a/source/_components/generic_thermostat.markdown b/source/_components/generic_thermostat.markdown
index 3a2f6dda052..c90e67006e9 100644
--- a/source/_components/generic_thermostat.markdown
+++ b/source/_components/generic_thermostat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Generic Thermostat"
description: "Turn Home Assistant into a thermostat"
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Climate
diff --git a/source/_components/geniushub.markdown b/source/_components/geniushub.markdown
index 8d3433d1ff9..32f601fbaf1 100644
--- a/source/_components/geniushub.markdown
+++ b/source/_components/geniushub.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Genius Hub"
description: "Instructions on how to integrate Genius Hub with Home Assistant."
-date: 2019-03-03 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: geniushub.png
ha_category:
- Climate
diff --git a/source/_components/geo_json_events.markdown b/source/_components/geo_json_events.markdown
index f7856098e98..d1af720e800 100644
--- a/source/_components/geo_json_events.markdown
+++ b/source/_components/geo_json_events.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GeoJSON Events"
description: "Instructions on how to integrate GeoJSON feeds into Home Assistant."
-date: 2018-09-19 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: geo_location.png
ha_category:
- Geolocation
diff --git a/source/_components/geo_location.markdown b/source/_components/geo_location.markdown
index 8b6600e2444..b115262e62b 100644
--- a/source/_components/geo_location.markdown
+++ b/source/_components/geo_location.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Geolocation"
description: "Instructions on how to integrate geolocation aware platforms into Home Assistant."
-date: 2018-08-27 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: geo_location.png
ha_release: 0.78
---
diff --git a/source/_components/geo_rss_events.markdown b/source/_components/geo_rss_events.markdown
index a03fcc390a4..b522f74c101 100644
--- a/source/_components/geo_rss_events.markdown
+++ b/source/_components/geo_rss_events.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: GeoRSS Events Sensor
description: "Instructions on how to set up GeoRSS sensors within Home Assistant."
-date: 2017-07-31
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rss.png
ha_category:
- Sensor
diff --git a/source/_components/geofency.markdown b/source/_components/geofency.markdown
index 58043c8fb36..5458b6207f6 100644
--- a/source/_components/geofency.markdown
+++ b/source/_components/geofency.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Geofency"
description: "Instructions for how to use Geofency to track devices in Home Assistant."
-date: 2017-08-22 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: geofency.png
ha_category:
- Presence Detection
diff --git a/source/_components/github.markdown b/source/_components/github.markdown
index 8ff1b4f3f8c..221b3c9027b 100644
--- a/source/_components/github.markdown
+++ b/source/_components/github.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GitHub Sensor"
description: "How to integrate the GitHub sensor into Home Assistant."
-date: 2018-12-24 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: github.png
ha_category:
- Sensor
diff --git a/source/_components/gitlab_ci.markdown b/source/_components/gitlab_ci.markdown
index ebdf7770fa4..f757d7f3d62 100644
--- a/source/_components/gitlab_ci.markdown
+++ b/source/_components/gitlab_ci.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GitLab-CI Sensor"
description: "How to integrate GitLab-CI Job status within Home Assistant."
-date: 2018-09-10 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gitlab.png
ha_category:
- Sensor
diff --git a/source/_components/gitter.markdown b/source/_components/gitter.markdown
index fa9b0c16208..b874bfb4d3a 100644
--- a/source/_components/gitter.markdown
+++ b/source/_components/gitter.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Gitter Sensor"
description: "Instructions on how to integrate a Gitter room sensor with Home Assistant"
-date: 2017-06-11 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gitter.png
ha_category:
- Sensor
diff --git a/source/_components/glances.markdown b/source/_components/glances.markdown
index f3b54a52666..5d416924817 100644
--- a/source/_components/glances.markdown
+++ b/source/_components/glances.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Glances"
description: "Instructions on how to integrate Glances sensors into Home Assistant."
-date: 2015-09-14 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: glances.png
ha_category:
- System Monitor
diff --git a/source/_components/gntp.markdown b/source/_components/gntp.markdown
index 3fcde360366..50b4f025593 100644
--- a/source/_components/gntp.markdown
+++ b/source/_components/gntp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GNTP (Growl)"
description: "Instructions for adding GNTP/Growl notifications to Home Assistant."
-date: 2016-03-25 18:18
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gntp.png
ha_category:
- Notifications
diff --git a/source/_components/goalfeed.markdown b/source/_components/goalfeed.markdown
index 284c1b238f6..e48394fa3a2 100644
--- a/source/_components/goalfeed.markdown
+++ b/source/_components/goalfeed.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Goalfeed"
description: "Instructions on how to setup Goalfeed events within Home Assistant."
-date: 2017-12-13 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: goalfeed.png
ha_category:
- Other
diff --git a/source/_components/gogogate2.markdown b/source/_components/gogogate2.markdown
index 756be2750cc..ab3688e7e46 100644
--- a/source/_components/gogogate2.markdown
+++ b/source/_components/gogogate2.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Gogogate2 Cover"
description: "Instructions on how to integrate Gogogate2-Enabled garage door covers into Home Assistant."
-date: 2018-03-26 20:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gogogate2.png
ha_category:
- Cover
diff --git a/source/_components/google_assistant.markdown b/source/_components/google_assistant.markdown
index ac7c55e0f96..062859ee7b6 100644
--- a/source/_components/google_assistant.markdown
+++ b/source/_components/google_assistant.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Assistant"
description: "Setup for Google Assistant integration"
-date: 2017-10-17 12:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google-assistant.png
ha_category:
- Voice
diff --git a/source/_components/google_cloud.markdown b/source/_components/google_cloud.markdown
index 6a6382f001d..2bccfd55273 100644
--- a/source/_components/google_cloud.markdown
+++ b/source/_components/google_cloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Cloud Platform"
description: "Google Cloud Platform integration."
-date: 2019-05-02 12:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_cloud.png
ha_category: Text-to-speech
ha_release: 0.95
diff --git a/source/_components/google_domains.markdown b/source/_components/google_domains.markdown
index f19649e4409..dddb8f31dd9 100644
--- a/source/_components/google_domains.markdown
+++ b/source/_components/google_domains.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Domains"
description: "Keep your computer registered with the Google Domains dynamic DNS."
-date: 2017-10-23 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_domains.png
ha_category:
- Network
diff --git a/source/_components/google_maps.markdown b/source/_components/google_maps.markdown
index 9f81b0c1a91..36669e6a661 100644
--- a/source/_components/google_maps.markdown
+++ b/source/_components/google_maps.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Maps Location Sharing"
description: "Instructions how to use Google Maps Location Sharing to track devices in Home Assistant."
-date: 2017-02-12 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_maps.png
ha_release: 0.67
ha_category:
diff --git a/source/_components/google_pubsub.markdown b/source/_components/google_pubsub.markdown
index 490909b2555..089377abe7f 100644
--- a/source/_components/google_pubsub.markdown
+++ b/source/_components/google_pubsub.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Pub/Sub"
description: "Setup for Google Pub/Sub integration"
-date: 2019-01-12 13:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google-pubsub.png
ha_category:
- History
diff --git a/source/_components/google_translate.markdown b/source/_components/google_translate.markdown
index 7a01d4dc5e7..2fa680f2341 100644
--- a/source/_components/google_translate.markdown
+++ b/source/_components/google_translate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Translate Text-to-Speech"
description: "Instructions on how to setup Google Translate Text-to-Speech with Home Assistant."
-date: 2016-12-13 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google.png
ha_category:
- Text-to-speech
diff --git a/source/_components/google_travel_time.markdown b/source/_components/google_travel_time.markdown
index 22a6ba23c8d..4a7ccadf83b 100644
--- a/source/_components/google_travel_time.markdown
+++ b/source/_components/google_travel_time.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Maps Travel Time"
description: "Instructions on how to add Google Maps travel time to Home Assistant."
-date: 2016-03-28 10:19
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_maps.png
ha_category:
- Transport
diff --git a/source/_components/google_wifi.markdown b/source/_components/google_wifi.markdown
index 1c4bd6a8a85..867867838cd 100644
--- a/source/_components/google_wifi.markdown
+++ b/source/_components/google_wifi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Wifi"
description: "Instructions on how to integrate Google Wifi/OnHub routers into Home Assistant."
-date: 2017-07-15 21:22
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- System Monitor
logo: google_wifi.png
diff --git a/source/_components/googlehome.markdown b/source/_components/googlehome.markdown
index 5d4cb29f40c..0921c73dbe5 100644
--- a/source/_components/googlehome.markdown
+++ b/source/_components/googlehome.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Home"
description: "Instructions on how to connect to your Google Home device."
-date: 2018-11-04 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: google_home.png
ha_release: 0.88
ha_category:
diff --git a/source/_components/gpmdp.markdown b/source/_components/gpmdp.markdown
index 20a96fd89d1..c52a3a8be43 100644
--- a/source/_components/gpmdp.markdown
+++ b/source/_components/gpmdp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Play Music Desktop Player"
description: "Instructions on how to integrate GPMDP into Home Assistant."
-date: 2016-05-09 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gpmdp.png
ha_category:
- Media Player
diff --git a/source/_components/gpsd.markdown b/source/_components/gpsd.markdown
index 64af59c6b1b..89e84ceef05 100644
--- a/source/_components/gpsd.markdown
+++ b/source/_components/gpsd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GPSD"
description: "Instructions on how to integrate GPSD into Home Assistant."
-date: 2016-07-18 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gpsd.png
ha_category:
- Utility
diff --git a/source/_components/gpslogger.markdown b/source/_components/gpslogger.markdown
index d8acd113ba5..75a4762b0d5 100644
--- a/source/_components/gpslogger.markdown
+++ b/source/_components/gpslogger.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GPSLogger"
description: "Instructions on how to use GPSLogger to track devices in Home Assistant."
-date: 2016-11-25 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: gpslogger.png
ha_category:
- Presence Detection
diff --git a/source/_components/graphite.markdown b/source/_components/graphite.markdown
index 902bb85fa71..3a1c3c73780 100644
--- a/source/_components/graphite.markdown
+++ b/source/_components/graphite.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Graphite"
description: "Instructions on how to record Home Assistant history in Graphite."
-date: 2016-02-10 17:11
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: graphite.png
ha_category:
- History
diff --git a/source/_components/greeneye_monitor.markdown b/source/_components/greeneye_monitor.markdown
index 84b8afdbd12..9a753a3dfae 100644
--- a/source/_components/greeneye_monitor.markdown
+++ b/source/_components/greeneye_monitor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GreenEye Monitor"
description: "Instructions on how to integrate your GreenEye Monitor within Home Assistant."
-date: 2018-09-02 11:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: brultech.png
ha_category:
- Hub
diff --git a/source/_components/greenwave.markdown b/source/_components/greenwave.markdown
index 6e19678ab47..efdcd794150 100644
--- a/source/_components/greenwave.markdown
+++ b/source/_components/greenwave.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Greenwave Reality (TCP Connected) Lights
description: "Instructions on how to set up Greenwave Reality lights within Home Assistant."
-date: 2017-11-17 18:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: greenwavereality.png
ha_category:
- Light
diff --git a/source/_components/group.markdown b/source/_components/group.markdown
index db00da88802..834acf23396 100644
--- a/source/_components/group.markdown
+++ b/source/_components/group.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Group"
description: "Instructions on how to setup groups within Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Organization
diff --git a/source/_components/gstreamer.markdown b/source/_components/gstreamer.markdown
index 6f711de1a24..65f7bf53d74 100644
--- a/source/_components/gstreamer.markdown
+++ b/source/_components/gstreamer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Gstreamer"
description: "Instructions on how to integrate Gstreamer into Home Assistant."
-date: 2017-02-16 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Media Player
logo: gstreamer.png
diff --git a/source/_components/gtfs.markdown b/source/_components/gtfs.markdown
index 2416c97cedb..5be94ee6788 100644
--- a/source/_components/gtfs.markdown
+++ b/source/_components/gtfs.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Public Transit (GTFS)"
description: "Instructions on how to use public transit open data in Home Assistant."
-date: 2016-03-28 10:19
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: train.png
ha_category:
- Transport
diff --git a/source/_components/gtt.markdown b/source/_components/gtt.markdown
index e72d52af96b..15a922a1074 100644
--- a/source/_components/gtt.markdown
+++ b/source/_components/gtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "GTT"
description: "Instructions on how to integrate timetable data for a GTT stop within Home Assistant."
-date: 2018-11-13 12:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Transport
logo: gtt.png
diff --git a/source/_components/habitica.markdown b/source/_components/habitica.markdown
index 7082fd5bcfd..1bfa73e545f 100644
--- a/source/_components/habitica.markdown
+++ b/source/_components/habitica.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Habitica"
description: "Instructions on enabling Habitica support for your Home Assistant"
-date: 2018-08-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: habitica.png
ha_category:
- Hub
diff --git a/source/_components/hangouts.markdown b/source/_components/hangouts.markdown
index e117fafc7b5..2287e220c84 100644
--- a/source/_components/hangouts.markdown
+++ b/source/_components/hangouts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Google Hangouts"
description: "Hangouts chatbot support"
-date: 2018-08-18 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hangouts.png
ha_category:
- Hub
diff --git a/source/_components/harman_kardon_avr.markdown b/source/_components/harman_kardon_avr.markdown
index 6d6d1a28ad9..c16910a0e2a 100644
--- a/source/_components/harman_kardon_avr.markdown
+++ b/source/_components/harman_kardon_avr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Harman Kardon AVR Network Receivers"
description: "Instructions on how to integrate Harman Kardon AVR Network Receivers into Home Assistant."
-date: 2018-11-20 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: harman_kardon.png
ha_category:
- Media Player
diff --git a/source/_components/harmony.markdown b/source/_components/harmony.markdown
index dbcf68641c2..454b92cee5c 100644
--- a/source/_components/harmony.markdown
+++ b/source/_components/harmony.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Harmony Hub Remote"
description: "Instructions on how to integrate Harmony Hub remotes into Home Assistant."
-date: 2016-11-05 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: logitech.png
ha_category:
- Remote
diff --git a/source/_components/haveibeenpwned.markdown b/source/_components/haveibeenpwned.markdown
index 3d6feb54adb..aac05cc6dab 100644
--- a/source/_components/haveibeenpwned.markdown
+++ b/source/_components/haveibeenpwned.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HaveIBeenPwned Sensor"
description: "Instructions on how to integrate HaveIBeenPwned sensor into Home Assistant."
-date: 2016-09-29 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: haveibeenpwned.png
ha_category:
- Sensor
diff --git a/source/_components/hddtemp.markdown b/source/_components/hddtemp.markdown
index 1577dbb8775..3ad3a2ff6c3 100644
--- a/source/_components/hddtemp.markdown
+++ b/source/_components/hddtemp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HDDTemp"
description: "Instructions on how to integrate hard drive temperature information into Home Assistant."
-date: 2016-10-28 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- System Monitor
ha_release: 0.32
diff --git a/source/_components/hdmi_cec.markdown b/source/_components/hdmi_cec.markdown
index 391a35e344c..ff957054a70 100644
--- a/source/_components/hdmi_cec.markdown
+++ b/source/_components/hdmi_cec.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HDMI CEC"
description: "Instructions on how to interact with HDMI CEC via Home Assistant."
-date: 2016-06-24 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Automation
logo: hdmi.png
diff --git a/source/_components/heatmiser.markdown b/source/_components/heatmiser.markdown
index 7a3834a8bcd..d63a58764fc 100644
--- a/source/_components/heatmiser.markdown
+++ b/source/_components/heatmiser.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Heatmiser Thermostat"
description: "Instructions on how to integrate Heatmiser thermostats within Home Assistant."
-date: 2015-12-11 12:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: heatmiser.png
ha_category:
- Climate
diff --git a/source/_components/heos.markdown b/source/_components/heos.markdown
index d3462afa07e..302448ec4ee 100644
--- a/source/_components/heos.markdown
+++ b/source/_components/heos.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Denon HEOS"
description: "Instructions on how to integrate Denon HEOS into Home Assistant."
-date: 2019-03-06 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: heos.png
ha_category:
- Media Player
diff --git a/source/_components/hikvision.markdown b/source/_components/hikvision.markdown
index 15d91c1014a..e6b5cd06f0c 100644
--- a/source/_components/hikvision.markdown
+++ b/source/_components/hikvision.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Hikvision Binary Sensor
description: "Instructions on how to set up Hikvision camera binary sensors within Home Assistant."
-date: 2016-12-08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hikvision.png
ha_category:
- Binary Sensor
diff --git a/source/_components/hikvisioncam.markdown b/source/_components/hikvisioncam.markdown
index e6c544b04d9..f62f41b45b1 100644
--- a/source/_components/hikvisioncam.markdown
+++ b/source/_components/hikvisioncam.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hikvision Camera Switch"
description: "Instructions on how to integrate Hikvision camera switches into Home Assistant."
-date: 2015-06-10 22:54
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hikvision.png
ha_category:
- Switch
diff --git a/source/_components/hipchat.markdown b/source/_components/hipchat.markdown
index 97cac0dceb0..cad7631ecd4 100644
--- a/source/_components/hipchat.markdown
+++ b/source/_components/hipchat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HipChat"
description: "Instructions on how to add HipChat notifications to Home Assistant."
-date: 2017-08-10 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hipchat.png
ha_category:
- Notifications
diff --git a/source/_components/history.markdown b/source/_components/history.markdown
index 56839afa3b3..2ac348c9dfa 100644
--- a/source/_components/history.markdown
+++ b/source/_components/history.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "History"
description: "Instructions on how to enable history support for Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- History
diff --git a/source/_components/history_graph.markdown b/source/_components/history_graph.markdown
index c4d89a29d40..3d22f8b5c89 100644
--- a/source/_components/history_graph.markdown
+++ b/source/_components/history_graph.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "History Graph"
description: "Instructions for setting up History Graph."
-date: 2017-09-20 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- History
logo: home-assistant.png
diff --git a/source/_components/history_stats.markdown b/source/_components/history_stats.markdown
index 9e0ded8b066..03bb42cdb9f 100644
--- a/source/_components/history_stats.markdown
+++ b/source/_components/history_stats.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "History Statistics Sensor"
description: "Instructions about how to integrate historical statistics into Home Assistant."
-date: 2017-02-10 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/hitron_coda.markdown b/source/_components/hitron_coda.markdown
index 10d38357a85..53eee46d502 100644
--- a/source/_components/hitron_coda.markdown
+++ b/source/_components/hitron_coda.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hitron CODA Routers"
description: "Instructions on how to integrate Hitron CODA Routers into Home Assistant."
-date: 2017-10-03 15:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hitron.png
ha_category:
- Presence Detection
diff --git a/source/_components/hive.markdown b/source/_components/hive.markdown
index 1085481707e..89cd7e43ece 100644
--- a/source/_components/hive.markdown
+++ b/source/_components/hive.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hive"
description: "Instructions on how to integrate Hive devices with Home Assistant."
-date: 2017-09-24 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hive.png
ha_category:
- Hub
diff --git a/source/_components/hlk_sw16.markdown b/source/_components/hlk_sw16.markdown
index 8c92f79a59e..fbeb7109a12 100644
--- a/source/_components/hlk_sw16.markdown
+++ b/source/_components/hlk_sw16.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HLK-SW16 Relay Module"
description: "Instructions on how to integrate HLK-SW16 relay into Home Assistant."
-date: 2018-10-29 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hlktech.jpg
ha_category:
- DIY
diff --git a/source/_components/homeassistant.markdown b/source/_components/homeassistant.markdown
index d9783a795ae..62dda476583 100644
--- a/source/_components/homeassistant.markdown
+++ b/source/_components/homeassistant.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Core integration"
description: "Description of the homeassistant integration."
-date: 2019-04-03 02:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_release: 0.0
---
diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown
index fea03fdaa12..0459fde735e 100644
--- a/source/_components/homekit.markdown
+++ b/source/_components/homekit.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HomeKit"
description: "Instructions on how to set up the HomeKit integration in Home Assistant."
-date: 2018-02-20 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Voice
ha_release: 0.64
diff --git a/source/_components/homekit_controller.markdown b/source/_components/homekit_controller.markdown
index 6e5a0763aab..f1f089aee77 100644
--- a/source/_components/homekit_controller.markdown
+++ b/source/_components/homekit_controller.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HomeKit controller support"
description: "Instructions how to integrate your HomeKit devices within Home Assistant."
-date: 2018-03-19 21:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: apple-homekit.png
ha_category:
- Hub
diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown
index d336247b126..f83e5acabe7 100644
--- a/source/_components/homematic.markdown
+++ b/source/_components/homematic.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Homematic"
description: "Instructions for integrating Homematic into Home Assistant."
-date: 2018-02-13 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: homematic.png
ha_category:
- Hub
diff --git a/source/_components/homematicip_cloud.markdown b/source/_components/homematicip_cloud.markdown
index 23920f15f44..6d817784386 100644
--- a/source/_components/homematicip_cloud.markdown
+++ b/source/_components/homematicip_cloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HomematicIP Cloud"
description: "Instructions for integrating HomematicIP into Home Assistant."
-date: 2018-04-02 13:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: homematicip_cloud.png
ha_category:
- Hub
@@ -114,10 +108,10 @@ authtoken:
* Radiator thermostat (*HmIP-eTRV,-2,-C*) - should also work with (*HmIP-eTRV-2-UK, -B, -B1*)
* Temperature and humidity sensor (*HmIP-STH*)
* Temperature and humidity Sensor with display (*HmIP-STHD*)
-
+
* homematicip_cloud.cover
* Shutter actuator brand-mount (*HmIP-BROLL*)
- * Shutter actuator flush-mount (*HmIP-FROLL*)
+ * Shutter actuator flush-mount (*HmIP-FROLL*)
* homematicip_cloud.light
* Switch actuator and meter for brand switches (*HmIP-BSM*)
diff --git a/source/_components/homeworks.markdown b/source/_components/homeworks.markdown
index b2b2ce3c420..d9d1e221935 100644
--- a/source/_components/homeworks.markdown
+++ b/source/_components/homeworks.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Homeworks Hub"
description: "How to use Lutron Homeworks Series 4 & 8 with Home Assistant."
-date: 2018-10-05 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lutron.png
ha_category:
- Hub
diff --git a/source/_components/honeywell.markdown b/source/_components/honeywell.markdown
index 6a738563fd4..126248ca043 100644
--- a/source/_components/honeywell.markdown
+++ b/source/_components/honeywell.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Honeywell Thermostat"
description: "Instructions on how to integrate Honeywell thermostats within Home Assistant."
-date: 2016-02-07 22:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: honeywell.png
ha_category:
- Climate
diff --git a/source/_components/hook.markdown b/source/_components/hook.markdown
index a7fe81ed0d1..54f0bd33318 100644
--- a/source/_components/hook.markdown
+++ b/source/_components/hook.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "Hook Switch"
description: "Instructions on how to integrate the Hook Smart Home Hub into Home Assistant."
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hook.png
ha_category:
- Switch
diff --git a/source/_components/horizon.markdown b/source/_components/horizon.markdown
index 5839379b7bc..534ac046e75 100644
--- a/source/_components/horizon.markdown
+++ b/source/_components/horizon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Horizon HD Recorder"
description: "Instructions how to integrate the Unitymedia Horizon HD Recorder into Home Assistant."
-date: 2018-05-02 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: unitymedia.png
ha_category:
- Media Player
diff --git a/source/_components/hp_ilo.markdown b/source/_components/hp_ilo.markdown
index 0300a457a52..2556036c471 100644
--- a/source/_components/hp_ilo.markdown
+++ b/source/_components/hp_ilo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HP ILO"
description: "How to integrate HP ILO (Integrated Lights-Out) sensors within Home Assistant."
-date: 2016-08-15 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hewlett_packard_enterprise.png
ha_category:
- System Monitor
diff --git a/source/_components/html5.markdown b/source/_components/html5.markdown
index 7e1e63c2c14..2a50754c0aa 100644
--- a/source/_components/html5.markdown
+++ b/source/_components/html5.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Push Notifications"
description: "Instructions on how to use the HTML5 push notifications platform from Home Assistant."
-date: 2016-08-17 21:58
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: html5.png
ha_category:
- Notifications
diff --git a/source/_components/http.markdown b/source/_components/http.markdown
index 5a204422e31..760a84777ce 100644
--- a/source/_components/http.markdown
+++ b/source/_components/http.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HTTP"
description: "Offers a web framework to serve files."
-date: 2015-12-06 21:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: http.png
ha_category:
- Other
diff --git a/source/_components/htu21d.markdown b/source/_components/htu21d.markdown
index 11ad7267d31..1e7553c6d5b 100644
--- a/source/_components/htu21d.markdown
+++ b/source/_components/htu21d.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HTU21D Temperature and humidity sensor"
description: "Instructions on how to integrate a HTU21D Temperature and humidity sensor into Home Assistant."
-date: 2017-06-10 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/huawei_lte.markdown b/source/_components/huawei_lte.markdown
index 8df7f452a91..af151bb189b 100644
--- a/source/_components/huawei_lte.markdown
+++ b/source/_components/huawei_lte.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Huawei LTE Routers"
description: "Instructions on how to integrate Huawei LTE routers with Home Assistant."
-date: 2018-09-08 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: huawei.svg
ha_category:
- Network
diff --git a/source/_components/huawei_router.markdown b/source/_components/huawei_router.markdown
index 36f5f8fa8b6..745dd7f16c9 100644
--- a/source/_components/huawei_router.markdown
+++ b/source/_components/huawei_router.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Huawei Router"
description: "Instructions on how to integrate Huawei Routers into Home Assistant."
-date: 2017-07-16 01:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: huawei.svg
ha_category:
- Presence Detection
diff --git a/source/_components/hue.markdown b/source/_components/hue.markdown
index 6c3c272fd8e..d47cf984b75 100644
--- a/source/_components/hue.markdown
+++ b/source/_components/hue.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Philips Hue"
description: "Instructions on setting up Philips Hue within Home Assistant."
-date: 2017-11-29 23:51
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: philips_hue.png
ha_category:
- Hub
diff --git a/source/_components/hunterdouglas_powerview.markdown b/source/_components/hunterdouglas_powerview.markdown
index 6dac3997625..8a1d1a008c8 100644
--- a/source/_components/hunterdouglas_powerview.markdown
+++ b/source/_components/hunterdouglas_powerview.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PowerView Scenes"
description: "Instructions on how to setup Hunter Douglas PowerView scenes within Home Assistant."
-date: 2016-03-11 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hunter-douglas-powerview.png
ha_category:
- Scene
diff --git a/source/_components/hydrawise.markdown b/source/_components/hydrawise.markdown
index f44eebb6cf8..ff00aee162c 100644
--- a/source/_components/hydrawise.markdown
+++ b/source/_components/hydrawise.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hunter Hydrawise"
description: "Instructions on how to integrate your Hunter Hydrawise Wi-Fi irrigation control system within Home Assistant."
-date: 2018-04-11 08:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hydrawise_logo.png
ha_category:
- Irrigation
diff --git a/source/_components/hydroquebec.markdown b/source/_components/hydroquebec.markdown
index 8c061b92914..7b22d268394 100644
--- a/source/_components/hydroquebec.markdown
+++ b/source/_components/hydroquebec.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hydro-Québec"
description: "Instructions on how to integrate Hydro-Québec consumption profile within Home Assistant."
-date: 2016-12-10 0:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hydroquebec.svg
ha_category:
- Energy
diff --git a/source/_components/hyperion.markdown b/source/_components/hyperion.markdown
index 779b3c33b6a..3763f9864aa 100644
--- a/source/_components/hyperion.markdown
+++ b/source/_components/hyperion.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hyperion"
description: "Instructions on how to integrate Hyperion into Home Assistant."
-date: 2015-10-25 22:43
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: hyperion.png
ha_category:
- Light
diff --git a/source/_components/ialarm.markdown b/source/_components/ialarm.markdown
index 54b95ab3755..9a95b2d4ac7 100644
--- a/source/_components/ialarm.markdown
+++ b/source/_components/ialarm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Antifurto365 iAlarm Control Panel"
description: "Instructions on how to integrate iAlarms alarms into Home Assistant."
-date: 2017-11-30 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: antifurto365-ialarm.png
ha_category:
- Alarm
diff --git a/source/_components/icloud.markdown b/source/_components/icloud.markdown
index 69aa317b105..f19bb153956 100644
--- a/source/_components/icloud.markdown
+++ b/source/_components/icloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iCloud"
description: "Instructions on how to use iCloud to track devices in Home Assistant."
-date: 2015-12-15 1000
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: icloud.png
ha_category:
- Presence Detection
diff --git a/source/_components/idteck_prox.markdown b/source/_components/idteck_prox.markdown
index b9200304c43..66fc22403cd 100644
--- a/source/_components/idteck_prox.markdown
+++ b/source/_components/idteck_prox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IDTECK Prox Card Reader"
description: "How to use IDTECK proximity card readers."
-date: 2018-11-14 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: idteck.jpg
ha_category:
- Other
diff --git a/source/_components/ifttt.markdown b/source/_components/ifttt.markdown
index 50c837c1ea8..447037bebc3 100644
--- a/source/_components/ifttt.markdown
+++ b/source/_components/ifttt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IFTTT"
description: "Instructions on how to setup IFTTT within Home Assistant."
-date: 2015-09-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ifttt.png
ha_category:
- Automation
diff --git a/source/_components/iglo.markdown b/source/_components/iglo.markdown
index 2263ced9b8c..2e24c22db1c 100644
--- a/source/_components/iglo.markdown
+++ b/source/_components/iglo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iGlo"
description: "Instructions on how to integrate iGlo lights into Home Assistant."
-date: 2017-12-17 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: iglo.png
ha_category:
- Light
diff --git a/source/_components/ign_sismologia.markdown b/source/_components/ign_sismologia.markdown
index 37499875434..a5e30c4ce33 100644
--- a/source/_components/ign_sismologia.markdown
+++ b/source/_components/ign_sismologia.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IGN Sismología"
description: "Instructions on how to integrate the Instituto Geográfico Nacional Sismología (Earthquakes) Feed feed into Home Assistant."
-date: 2019-04-04 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ign-sismologia.png
ha_category:
- Geolocation
diff --git a/source/_components/ihc.markdown b/source/_components/ihc.markdown
index 70927c5deb2..097a7d01206 100644
--- a/source/_components/ihc.markdown
+++ b/source/_components/ihc.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IHC"
description: "Instructions on how to integrate the IHC integrations with Home Assistant"
-date: 2017-11-11 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ihc.png
ha_category:
- Hub
diff --git a/source/_components/image_processing.markdown b/source/_components/image_processing.markdown
index 9a0f64a3050..c73315b4fd9 100644
--- a/source/_components/image_processing.markdown
+++ b/source/_components/image_processing.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Image Processing"
description: "Instructions on how to setup image processing with Home Assistant."
-date: 2017-01-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.36
---
diff --git a/source/_components/imap.markdown b/source/_components/imap.markdown
index d32547a4f51..56b3a8753d5 100644
--- a/source/_components/imap.markdown
+++ b/source/_components/imap.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IMAP Unread E-mail"
description: "Instructions on how to integrate IMAP unread email into Home Assistant."
-date: 2016-07-11 06:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: smtp.png
ha_category:
- Mailbox
diff --git a/source/_components/imap_email_content.markdown b/source/_components/imap_email_content.markdown
index 6e7e198c0ad..4b64ae0d0d9 100644
--- a/source/_components/imap_email_content.markdown
+++ b/source/_components/imap_email_content.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IMAP Email Content"
description: "Instructions on how to integrate IMAP email content sensor into Home Assistant."
-date: 2016-09-09 12:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: smtp.png
ha_category:
- Mailbox
diff --git a/source/_components/incomfort.markdown b/source/_components/incomfort.markdown
index 41b9fd4bcbc..d17138c4796 100644
--- a/source/_components/incomfort.markdown
+++ b/source/_components/incomfort.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Intergas InComfort"
description: "Instructions on how to integrate an Intergas Lan2RF gateway with Home Assistant."
-date: 2019-03-03 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: incomfort.png
ha_category:
- Water heater
diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown
index 0b12fbee44b..65851e9aa4b 100644
--- a/source/_components/influxdb.markdown
+++ b/source/_components/influxdb.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "InfluxDB"
description: "Record events in InfluxDB."
-date: 2017-03-13 22:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: influxdb.png
ha_category:
- History
diff --git a/source/_components/input_boolean.markdown b/source/_components/input_boolean.markdown
index 74d7d45bd90..caeebd29f51 100644
--- a/source/_components/input_boolean.markdown
+++ b/source/_components/input_boolean.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Input Boolean"
description: "Instructions on how to integrate the Input Boolean integration into Home Assistant."
-date: 2016-01-17 16:58
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/input_datetime.markdown b/source/_components/input_datetime.markdown
index 08fca824434..40e9d4cd062 100644
--- a/source/_components/input_datetime.markdown
+++ b/source/_components/input_datetime.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Input Datetime"
description: "Instructions on how to integrate the Input Datetime integration into Home Assistant."
-date: 2017-09-14 16:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
@@ -27,16 +21,13 @@ add the following lines to your `configuration.yaml`:
input_datetime:
both_date_and_time:
name: Input with both date and time
- has_date: true
- has_time: true
+ has_ has_time: true
only_date:
name: Input with only date
- has_date: true
- has_time: false
+ has_ has_time: false
only_time:
name: Input with only time
- has_date: false
- has_time: true
+ has_ has_time: true
```
{% configuration %}
@@ -75,10 +66,8 @@ automations and templates.
| ----- | ----- |
| `has_time` | `true` if this entity has a time.
| `has_date` | `true` if this entity has a date.
-| `year` Users of Home Assistant Cloud can use the Remote UI without requiring any configuration.
diff --git a/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown b/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown
index 05f98878c5f..92131164e30 100644
--- a/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown
+++ b/source/_docs/ecosystem/certificates/tls_domain_certificate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Certificate for SSL/TLS via domain ownership"
description: "Configure a certificate to use with Home Assistant"
-date: 2017-02-17 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /cookbook/tls_domain_certificate/
---
diff --git a/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown b/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown
index 5efe94ec42e..4c71ad65b42 100644
--- a/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown
+++ b/source/_docs/ecosystem/certificates/tls_self_signed_certificate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Self-signed certificate for SSL/TLS"
description: "Configure a self-signed certificate to use with Home Assistant"
-date: 2016-10-06 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /cookbook/tls_self_signed_certificate/
---
diff --git a/source/_docs/ecosystem/hadashboard.markdown b/source/_docs/ecosystem/hadashboard.markdown
index 9daa0518206..1f01eb23fda 100755
--- a/source/_docs/ecosystem/hadashboard.markdown
+++ b/source/_docs/ecosystem/hadashboard.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HADashboard"
description: "HADashboard is a dashboard for Home Assistant that is intended to be wall mounted, and is optimized for distance viewing."
-release_date: 2016-11-13 15:00:00 -0500
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/hadashboard/
---
diff --git a/source/_docs/ecosystem/haproxy.markdown b/source/_docs/ecosystem/haproxy.markdown
index 628d04bef9f..bfb298381f6 100644
--- a/source/_docs/ecosystem/haproxy.markdown
+++ b/source/_docs/ecosystem/haproxy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HAProxy"
description: "Documentation about setting up Home Assistant with HAProxy"
-date: 2018-01-02 11:23:00 -0500
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Using HAProxy to proxy for Home Assistant allows you to serve Home Assistant securely over standard ports with HTTP to HTTPS redirection.
diff --git a/source/_docs/ecosystem/hass-configurator.markdown b/source/_docs/ecosystem/hass-configurator.markdown
index a921e075d53..19b13639774 100644
--- a/source/_docs/ecosystem/hass-configurator.markdown
+++ b/source/_docs/ecosystem/hass-configurator.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "HASS Configurator"
description: "Instructions on how to install and use the HASS Configurator"
-release_date: 2017-03-10 00:50:00 +0100
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/hass-configurator/
---
diff --git a/source/_docs/ecosystem/ios.markdown b/source/_docs/ecosystem/ios.markdown
index bb3e44d1310..c65cac8f08b 100644
--- a/source/_docs/ecosystem/ios.markdown
+++ b/source/_docs/ecosystem/ios.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iOS"
description: "Documentation about the Home Assistant iOS app."
-release_date: 2016-10-24 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/
---
diff --git a/source/_docs/ecosystem/ios/devices_file.markdown b/source/_docs/ecosystem/ios/devices_file.markdown
index 4b27059456f..9d1d2043786 100644
--- a/source/_docs/ecosystem/ios/devices_file.markdown
+++ b/source/_docs/ecosystem/ios/devices_file.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ios.conf"
description: "Describes the contents and purpose of ios.conf"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
The `ios.conf` file contains the most recent state of all registered iOS devices. Deleting this file will not disable the devices and the file will be recreated the next time a new device is connected or an existing one reconnects.
diff --git a/source/_docs/ecosystem/ios/integration.markdown b/source/_docs/ecosystem/ios/integration.markdown
index b6c27dd4373..aa1b8252607 100644
--- a/source/_docs/ecosystem/ios/integration.markdown
+++ b/source/_docs/ecosystem/ios/integration.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Integration"
description: "Examples of how Home Assistant for iOS can be integrated with other apps"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/integration/
---
diff --git a/source/_docs/ecosystem/ios/location.markdown b/source/_docs/ecosystem/ios/location.markdown
index f23997119f0..87cd0bce96c 100644
--- a/source/_docs/ecosystem/ios/location.markdown
+++ b/source/_docs/ecosystem/ios/location.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Location"
description: "Documentation about the location tracking abilities in Home Assistant for iOS"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/location/
---
diff --git a/source/_docs/ecosystem/ios/notifications.markdown b/source/_docs/ecosystem/ios/notifications.markdown
index 9d382585761..2d7ec759bf1 100644
--- a/source/_docs/ecosystem/ios/notifications.markdown
+++ b/source/_docs/ecosystem/ios/notifications.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Notifications Introduction"
description: "Getting started with iOS notifications"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/
---
diff --git a/source/_docs/ecosystem/ios/notifications/actions.markdown b/source/_docs/ecosystem/ios/notifications/actions.markdown
index b1321b5b713..f67edbf5eba 100644
--- a/source/_docs/ecosystem/ios/notifications/actions.markdown
+++ b/source/_docs/ecosystem/ios/notifications/actions.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Actionable notifications"
description: "Making push notifications a two way system"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/actions/
---
diff --git a/source/_docs/ecosystem/ios/notifications/architecture.markdown b/source/_docs/ecosystem/ios/notifications/architecture.markdown
index b7dac74dfb1..13719e92967 100644
--- a/source/_docs/ecosystem/ios/notifications/architecture.markdown
+++ b/source/_docs/ecosystem/ios/notifications/architecture.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Architecture"
description: "The push notification system layout"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/architecture/
---
diff --git a/source/_docs/ecosystem/ios/notifications/attachments.markdown b/source/_docs/ecosystem/ios/notifications/attachments.markdown
index 9bd56ae0633..52c45ae5260 100644
--- a/source/_docs/ecosystem/ios/notifications/attachments.markdown
+++ b/source/_docs/ecosystem/ios/notifications/attachments.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Notification attachments"
description: "Adding attachments to iOS push notifications"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/attachments/
---
diff --git a/source/_docs/ecosystem/ios/notifications/basic.markdown b/source/_docs/ecosystem/ios/notifications/basic.markdown
index 4ab600b699e..6bc2a2c5f84 100644
--- a/source/_docs/ecosystem/ios/notifications/basic.markdown
+++ b/source/_docs/ecosystem/ios/notifications/basic.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Basic Notifications"
description: "Basic notes about iOS notifications"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/basic/
---
diff --git a/source/_docs/ecosystem/ios/notifications/content_extensions.markdown b/source/_docs/ecosystem/ios/notifications/content_extensions.markdown
index 4c4940b2afa..4badaa3df48 100644
--- a/source/_docs/ecosystem/ios/notifications/content_extensions.markdown
+++ b/source/_docs/ecosystem/ios/notifications/content_extensions.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Dynamic content"
description: "Extend your notifications with dynamic content"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/content_extensions/
---
diff --git a/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown b/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown
index f1085c1d90c..aec550b5a7e 100644
--- a/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown
+++ b/source/_docs/ecosystem/ios/notifications/privacy_security_rate_limits.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Privacy, rate limiting and security"
description: "Notes about important topics relating to push notifications"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/privacy_security_rate_limits/
---
diff --git a/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown b/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown
index ad30c68b5af..acb937c2211 100644
--- a/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown
+++ b/source/_docs/ecosystem/ios/notifications/requesting_location_updates.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Requesting location updates"
description: "Ask the device to send a location update remotely"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/requesting_location_updates/
---
diff --git a/source/_docs/ecosystem/ios/notifications/sounds.markdown b/source/_docs/ecosystem/ios/notifications/sounds.markdown
index f318c04f42a..c4aec13c6b9 100644
--- a/source/_docs/ecosystem/ios/notifications/sounds.markdown
+++ b/source/_docs/ecosystem/ios/notifications/sounds.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Notification Sounds"
description: "Adding sounds to notifications"
-date: 2016-10-25 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/ios/notifications/sounds/
---
diff --git a/source/_docs/ecosystem/nginx.markdown b/source/_docs/ecosystem/nginx.markdown
index 4106b75c99e..8fb4f6e56c6 100644
--- a/source/_docs/ecosystem/nginx.markdown
+++ b/source/_docs/ecosystem/nginx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NGINX"
description: "Documentation about setting up Home Assistant with NGINX."
-release_date: 2016-12-02 15:00:00 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/nginx/
---
diff --git a/source/_docs/ecosystem/nginx_subdomain.markdown b/source/_docs/ecosystem/nginx_subdomain.markdown
index a405f90c08e..49bd7ff8ca8 100644
--- a/source/_docs/ecosystem/nginx_subdomain.markdown
+++ b/source/_docs/ecosystem/nginx_subdomain.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NGINX Configuration"
description: "Configure Nginx to work with Home Assistant as a subdomain"
-date: 2016-06-20 13:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
This example demonstrates how you can configure NGINX to act as a proxy for Home Assistant.
diff --git a/source/_docs/ecosystem/notebooks.markdown b/source/_docs/ecosystem/notebooks.markdown
index b7fb97f2bac..f6b37e226ce 100644
--- a/source/_docs/ecosystem/notebooks.markdown
+++ b/source/_docs/ecosystem/notebooks.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Jupyter Notebooks"
description: "Jupyter Notebooks to interact offline and online with Home Assistant."
-release_date: 2016-11-13 15:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/notebooks/
---
diff --git a/source/_docs/ecosystem/notebooks/api.markdown b/source/_docs/ecosystem/notebooks/api.markdown
index 5cfb2851561..063510542e2 100644
--- a/source/_docs/ecosystem/notebooks/api.markdown
+++ b/source/_docs/ecosystem/notebooks/api.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Home Assistant Python API"
description: "Basic example of interacting with Home Assistant live from a Jupyter notebook using the Python API."
-date: 2016-07-23 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/notebooks/api/
---
diff --git a/source/_docs/ecosystem/notebooks/database.markdown b/source/_docs/ecosystem/notebooks/database.markdown
index 58117385269..b300d0d110f 100644
--- a/source/_docs/ecosystem/notebooks/database.markdown
+++ b/source/_docs/ecosystem/notebooks/database.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Database"
description: "Accessing the Home-Assistant database from a Jupyter notebook."
-date: 2016-07-23 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/notebooks/database/
---
diff --git a/source/_docs/ecosystem/notebooks/graph.markdown b/source/_docs/ecosystem/notebooks/graph.markdown
index ca17727cd6b..5c34a6c86e9 100644
--- a/source/_docs/ecosystem/notebooks/graph.markdown
+++ b/source/_docs/ecosystem/notebooks/graph.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Graph"
description: "Basic example how to create a graph with a Jupyter notebook."
-date: 2016-07-23 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/notebooks/graph/
---
diff --git a/source/_docs/ecosystem/notebooks/installation.markdown b/source/_docs/ecosystem/notebooks/installation.markdown
index eb0b16a7982..8cd502a497f 100644
--- a/source/_docs/ecosystem/notebooks/installation.markdown
+++ b/source/_docs/ecosystem/notebooks/installation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation"
description: "Setup and first steps for Jupyter Notebooks and Home Assistant."
-date: 2016-07-23 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/notebooks/installation/
---
diff --git a/source/_docs/ecosystem/notebooks/stats.markdown b/source/_docs/ecosystem/notebooks/stats.markdown
index 105134ecf70..b80d7396693 100644
--- a/source/_docs/ecosystem/notebooks/stats.markdown
+++ b/source/_docs/ecosystem/notebooks/stats.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Statistics"
description: "Basic example how to create basic statistics with a Jupyter notebook."
-date: 2016-10-03 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/notebooks/stats/
---
diff --git a/source/_docs/ecosystem/scenegen.markdown b/source/_docs/ecosystem/scenegen.markdown
index b4101b5641f..61fc8f0e40d 100644
--- a/source/_docs/ecosystem/scenegen.markdown
+++ b/source/_docs/ecosystem/scenegen.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SceneGen"
description: "Scenegen is a scene generation tool for Home Assistant"
-release_date: 2016-10-30 15:00:00 -0500
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/scenegen/
---
diff --git a/source/_docs/ecosystem/synology.markdown b/source/_docs/ecosystem/synology.markdown
index eb459ec969a..413cffd4838 100644
--- a/source/_docs/ecosystem/synology.markdown
+++ b/source/_docs/ecosystem/synology.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Synology"
description: "Instructions on how to get Home Assistant up and running on Synology"
-release_date: 2016-12-07 15:00:00 -0500
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /ecosystem/synology/
---
diff --git a/source/_docs/ecosystem/tor.markdown b/source/_docs/ecosystem/tor.markdown
index ce9a4dde7f7..613d57f5ce7 100644
--- a/source/_docs/ecosystem/tor.markdown
+++ b/source/_docs/ecosystem/tor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tor Onion Service Configuration"
description: "Configure Tor to work with Home Assistant to provide secure remote access without opening your firewall"
-date: 2016-07-06 13:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /cookbook/tor_configuration/
---
diff --git a/source/_docs/frontend.markdown b/source/_docs/frontend.markdown
index 4c6d26dcabf..d8edee51223 100644
--- a/source/_docs/frontend.markdown
+++ b/source/_docs/frontend.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Frontend of Home Assistant"
description: "Frontend of Home Assistant."
-date: 2017-02-13 12:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
The frontend of Home Assistant is built with [Polymer](https://www.polymer-project.org/).
diff --git a/source/_docs/frontend/browsers.markdown b/source/_docs/frontend/browsers.markdown
index a9b14b44fe9..a6bb3be42f6 100644
--- a/source/_docs/frontend/browsers.markdown
+++ b/source/_docs/frontend/browsers.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Browsers"
description: "Browser Compatibility List"
-date: 2016-06-25 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/browsers/
---
diff --git a/source/_docs/frontend/mobile.markdown b/source/_docs/frontend/mobile.markdown
index 2a2ca9ccde7..e126c8ee755 100644
--- a/source/_docs/frontend/mobile.markdown
+++ b/source/_docs/frontend/mobile.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Getting started on Mobile"
description: "Android/iOS instructions to add Home Assistant to your homescreen."
-date: 2015-03-08 21:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/mobile/
---
diff --git a/source/_docs/glossary.markdown b/source/_docs/glossary.markdown
index c5a76c534f7..d6373656913 100644
--- a/source/_docs/glossary.markdown
+++ b/source/_docs/glossary.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Glossary"
description: "Home Assistant's Glossary."
-date: 2017-10-08 08:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
{% assign entries = site.data.glossary | sort: 'topic' %}
diff --git a/source/_docs/installation.markdown b/source/_docs/installation.markdown
index 47ded99b1c5..bd1f67cf179 100644
--- a/source/_docs/installation.markdown
+++ b/source/_docs/installation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation of Home Assistant"
description: "Instructions on how to install Home Assistant to launch on start."
-date: 2017-02-15 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation/
---
diff --git a/source/_docs/installation/archlinux.markdown b/source/_docs/installation/archlinux.markdown
index 68c6c70ff11..d8277cb7ba4 100644
--- a/source/_docs/installation/archlinux.markdown
+++ b/source/_docs/installation/archlinux.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on Arch Linux"
description: "Installation of Home Assistant on your Arch Linux computer."
-date: 2017-03-01 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
[Arch Linux](https://www.archlinux.org/) is a lightweight and flexible Linux distribution for x86_64.
diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown
index 14f548a0453..22a0ade9841 100644
--- a/source/_docs/installation/armbian.markdown
+++ b/source/_docs/installation/armbian.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on a Armbian system"
description: "Instructions to install Home Assistant on an Armbian-powered systems."
-date: 2017-02-23 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.
diff --git a/source/_docs/installation/centos.markdown b/source/_docs/installation/centos.markdown
index 824320c1526..4fa3d22b4a4 100644
--- a/source/_docs/installation/centos.markdown
+++ b/source/_docs/installation/centos.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on CentOS/RHEL"
description: "Installation of Home Assistant on your CentOS/RHEL computer."
-date: 2017-03-01 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
To run Python 3.x on [CentOS](https://www.centos.org/) or RHEL (Red Hat Enterprise Linux), [Software Collections](https://www.softwarecollections.org/en/scls/rhscl/rh-python36/) needs to be activated first.
diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown
index d0e7efdefe9..c1ed1029eab 100644
--- a/source/_docs/installation/docker.markdown
+++ b/source/_docs/installation/docker.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on Docker"
description: "Instructions to install Home Assistant on a Docker."
-date: 2016-04-16 11:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-docker/
---
diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown
index 847984b31b3..f241774e06f 100644
--- a/source/_docs/installation/fedora.markdown
+++ b/source/_docs/installation/fedora.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on Fedora"
description: "Installation of Home Assistant on your Fedora computer."
-date: 2017-03-01 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
[Fedora](https://fedoraproject.org) is an operating system based on the Linux kernel, developed by the community-supported Fedora Project. There are releases for x86 and x86_64 including ARM and other architectures.
diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown
index f5919c098e2..f1ab1a38461 100644
--- a/source/_docs/installation/freenas.markdown
+++ b/source/_docs/installation/freenas.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on FreeNAS 11.2"
description: "Installation of Home Assistant on your FreeNAS."
-date: 2017-06-20 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
[FreeNAS](https://www.freenas.org) is a free and open-source network-attached storage (NAS) software based on FreeBSD and the OpenZFS file system. It is licensed under the terms of the BSD License and runs on commodity x86-64 hardware.
diff --git a/source/_docs/installation/hassbian.markdown b/source/_docs/installation/hassbian.markdown
index 47b5224abba..3f1b772d888 100644
--- a/source/_docs/installation/hassbian.markdown
+++ b/source/_docs/installation/hassbian.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Hassbian"
description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi."
-date: 2016-09-26 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/hassbian/
---
diff --git a/source/_docs/installation/hassbian/common-tasks.markdown b/source/_docs/installation/hassbian/common-tasks.markdown
index dd3b084b90f..660ddedc379 100644
--- a/source/_docs/installation/hassbian/common-tasks.markdown
+++ b/source/_docs/installation/hassbian/common-tasks.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Common tasks on Hassbian"
description: "Instructions on how to do common tasks on Hassbian."
-date: 2018-06-03 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/hassbian/common-tasks/
---
diff --git a/source/_docs/installation/hassbian/customization.markdown b/source/_docs/installation/hassbian/customization.markdown
index 68f24ab51d5..d85e2352a9e 100644
--- a/source/_docs/installation/hassbian/customization.markdown
+++ b/source/_docs/installation/hassbian/customization.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Customization"
description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi."
-date: 2016-09-26 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/hassbian/customization/
---
diff --git a/source/_docs/installation/hassbian/installation.markdown b/source/_docs/installation/hassbian/installation.markdown
index 42cf57a292c..e11187956fb 100644
--- a/source/_docs/installation/hassbian/installation.markdown
+++ b/source/_docs/installation/hassbian/installation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installing Hassbian"
description: "Instructions to flash the Home Assistant Hassbian image on a Raspberry Pi."
-date: 2016-09-26 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/hassbian/installation/
---
diff --git a/source/_docs/installation/hassbian/integrations.markdown b/source/_docs/installation/hassbian/integrations.markdown
index 35b0fc9597a..87936b2707b 100644
--- a/source/_docs/installation/hassbian/integrations.markdown
+++ b/source/_docs/installation/hassbian/integrations.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Raspberry Pi integrations"
description: "Home Assistant integrations specific to the Raspberry Pi."
-date: 2016-09-26 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/hassbian/integrations/
---
diff --git a/source/_docs/installation/hassbian/upgrading.markdown b/source/_docs/installation/hassbian/upgrading.markdown
index fb4b7be7639..88d98bba1e1 100644
--- a/source/_docs/installation/hassbian/upgrading.markdown
+++ b/source/_docs/installation/hassbian/upgrading.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Upgrading Hassbian"
description: "Instructions on how to upgrade Hassbian to the latest version."
-date: 2018-06-03 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/hassbian/upgrading/
---
diff --git a/source/_docs/installation/macos.markdown b/source/_docs/installation/macos.markdown
index 45720754da9..8658f7cedc8 100644
--- a/source/_docs/installation/macos.markdown
+++ b/source/_docs/installation/macos.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on macOS"
description: "Installation of Home Assistant on your macOS system."
-date: 2017-03-01 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
[macOS](http://www.apple.com/macos/) is available by default on Apple computer. If you run a different operating system, please refer to the other section of the documentation.
diff --git a/source/_docs/installation/python.markdown b/source/_docs/installation/python.markdown
index 7f8c01ad421..42e50c4be88 100644
--- a/source/_docs/installation/python.markdown
+++ b/source/_docs/installation/python.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on your computer"
description: "Installation of Home Assistant on your computer."
-date: 2014-12-18 22:57
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-python/
---
diff --git a/source/_docs/installation/raspberry-pi-all-in-one.markdown b/source/_docs/installation/raspberry-pi-all-in-one.markdown
index f983bb9d0be..84b4fe4a93c 100644
--- a/source/_docs/installation/raspberry-pi-all-in-one.markdown
+++ b/source/_docs/installation/raspberry-pi-all-in-one.markdown
@@ -1,10 +1,5 @@
---
-layout: page
title: "Raspberry Pi All-In-One Installer"
-date: 2016-05-12 01:39
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-raspberry-pi-all-in-one/
---
diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown
index 36d6aade77e..3cd62230e84 100644
--- a/source/_docs/installation/raspberry-pi.markdown
+++ b/source/_docs/installation/raspberry-pi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Manual installation on a Raspberry Pi"
description: "Instructions to install Home Assistant on a Raspberry Pi running Raspbian Lite."
-date: 2018-06-03 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-raspberry-pi/
---
diff --git a/source/_docs/installation/synology.markdown b/source/_docs/installation/synology.markdown
index 454dcd8858c..34221433849 100644
--- a/source/_docs/installation/synology.markdown
+++ b/source/_docs/installation/synology.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on a Synology NAS"
description: "Instructions to install Home Assistant on a Synology NAS."
-date: 2016-04-16 11:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-synology/
---
diff --git a/source/_docs/installation/troubleshooting.markdown b/source/_docs/installation/troubleshooting.markdown
index 40b8e4c84fd..c9fc3c2eb9b 100644
--- a/source/_docs/installation/troubleshooting.markdown
+++ b/source/_docs/installation/troubleshooting.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Troubleshooting installation problems"
description: "Common installation problems and their solutions."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/troubleshooting/
---
diff --git a/source/_docs/installation/updating.markdown b/source/_docs/installation/updating.markdown
index cb72a13f291..4b06dda4503 100644
--- a/source/_docs/installation/updating.markdown
+++ b/source/_docs/installation/updating.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Updating Home Assistant"
description: "Step to update Home Assistant."
-date: 2016-05-04 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/updating/
---
diff --git a/source/_docs/installation/vagrant.markdown b/source/_docs/installation/vagrant.markdown
index 4ebcf7f4f2d..409712c4090 100644
--- a/source/_docs/installation/vagrant.markdown
+++ b/source/_docs/installation/vagrant.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on Vagrant"
description: "Instructions to run Home Assistant on a Vagrant VM."
-date: 2016-05-28 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-vagrant/
---
diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown
index 4164658a955..2540a8dfe58 100644
--- a/source/_docs/installation/virtualenv.markdown
+++ b/source/_docs/installation/virtualenv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation in Python virtual environment"
description: "How to install Home Assistant in a Python virtual environment."
-date: 2016-4-16 16:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/installation-virtualenv/
---
diff --git a/source/_docs/installation/windows.markdown b/source/_docs/installation/windows.markdown
index b88a7f590fb..33b24845f76 100644
--- a/source/_docs/installation/windows.markdown
+++ b/source/_docs/installation/windows.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Installation on a Windows system"
description: "Instructions to install Home Assistant on a Microsoft Windows system."
-date: 2017-02-23 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
To run Home Assistant on Microsoft Windows installation you need to install Python first. Download Python (the latest version of Python 3.6 is recommended) for [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/) and follow the instructions of the installer.
diff --git a/source/_docs/mqtt.markdown b/source/_docs/mqtt.markdown
index 179850b301a..bc403b15b66 100644
--- a/source/_docs/mqtt.markdown
+++ b/source/_docs/mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT"
description: "Details about the MQTT support of Home Assistant."
-date: 2017-02-15 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: 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/_docs/mqtt/birth_will.markdown b/source/_docs/mqtt/birth_will.markdown
index d0c46687279..0a6c2f818e9 100644
--- a/source/_docs/mqtt/birth_will.markdown
+++ b/source/_docs/mqtt/birth_will.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Birth and Last will"
description: "Instructions on how to setup MQTT birth and last will messages within Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/broker.markdown b/source/_docs/mqtt/broker.markdown
index 55813f5b8ee..6061e975dcb 100644
--- a/source/_docs/mqtt/broker.markdown
+++ b/source/_docs/mqtt/broker.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Brokers"
description: "Instructions on how to setup MQTT brokers for Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/certificate.markdown b/source/_docs/mqtt/certificate.markdown
index f673741c245..9a07f556419 100644
--- a/source/_docs/mqtt/certificate.markdown
+++ b/source/_docs/mqtt/certificate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Certificate"
description: "Instructions on how to setup MQTT with a certificate in Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/discovery.markdown b/source/_docs/mqtt/discovery.markdown
index 4bb58d18abd..19b7d35bc6f 100644
--- a/source/_docs/mqtt/discovery.markdown
+++ b/source/_docs/mqtt/discovery.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Discovery"
description: "Instructions on how to setup MQTT Discovery within Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/logging.markdown b/source/_docs/mqtt/logging.markdown
index b282e6df557..ae8b29cee50 100644
--- a/source/_docs/mqtt/logging.markdown
+++ b/source/_docs/mqtt/logging.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Logging"
description: "Instructions on how to setup MQTT Logging within Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/processing_json.markdown b/source/_docs/mqtt/processing_json.markdown
index 8afb951f8e6..0a9c36cdf13 100644
--- a/source/_docs/mqtt/processing_json.markdown
+++ b/source/_docs/mqtt/processing_json.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Processing JSON"
description: "Instructions on how to process the MQTT payload."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/service.markdown b/source/_docs/mqtt/service.markdown
index bd1d89e752f..19f8397ada3 100644
--- a/source/_docs/mqtt/service.markdown
+++ b/source/_docs/mqtt/service.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Publish service"
description: "Instructions on how to setup the MQTT Publish service within Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/mqtt/testing.markdown b/source/_docs/mqtt/testing.markdown
index 3957b8e8693..7db04673c45 100644
--- a/source/_docs/mqtt/testing.markdown
+++ b/source/_docs/mqtt/testing.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Testing"
description: "Instructions on how to test your MQTT setup."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
---
diff --git a/source/_docs/quality_scale.markdown b/source/_docs/quality_scale.markdown
index 327d51a85f8..4f4b7dd3051 100644
--- a/source/_docs/quality_scale.markdown
+++ b/source/_docs/quality_scale.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Quality Scale"
description: "Details about the classification of integrations."
-date: 2018-09-26 23:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
The Integration Quality Scale scores each integration based on the code quality and user experience. Each level of the quality scale consists of a list of requirements. If an integration matches all requirements, it's considered to have reached that level.
diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown
index 64a336da207..15169f367a1 100644
--- a/source/_docs/scripts.markdown
+++ b/source/_docs/scripts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Script Syntax"
description: "Documentation for the Home Assistant Script Syntax."
-date: 2016-04-24 08:30 +0100
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/scripts/
---
diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown
index 83e4ddf8c24..8eb94550471 100644
--- a/source/_docs/scripts/conditions.markdown
+++ b/source/_docs/scripts/conditions.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Conditions"
description: "Documentation about all available conditions."
-date: 2016-04-24 08:30 +0100
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/scripts-conditions/
---
diff --git a/source/_docs/scripts/editor.markdown b/source/_docs/scripts/editor.markdown
index d298b1d36ba..a321fdd5497 100644
--- a/source/_docs/scripts/editor.markdown
+++ b/source/_docs/scripts/editor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Script Editor"
description: "Instructions on how to use the new script editor."
-date: 2016-08-26 03:30 +0000
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/script/editor/
---
diff --git a/source/_docs/scripts/service-calls.markdown b/source/_docs/scripts/service-calls.markdown
index 802f06172d0..d987c31a6df 100644
--- a/source/_docs/scripts/service-calls.markdown
+++ b/source/_docs/scripts/service-calls.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Service Calls"
description: "Instructions on how to call services in Home Assistant."
-date: 2016-03-12 12:00 -0800
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/scripts-service-calls/
---
diff --git a/source/_docs/security.markdown b/source/_docs/security.markdown
index 3d7f08fd801..82b6557a15f 100644
--- a/source/_docs/security.markdown
+++ b/source/_docs/security.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Security of Home Assistant"
description: "Security of Home Assistant."
-date: 2017-02-13 12:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
As Home Assistant is like every other service or daemon that is running on a computer system that allows access over a network connection, certain measures were taken to increase the overall security while still staying operational.
diff --git a/source/_docs/security/porosity.markdown b/source/_docs/security/porosity.markdown
index 59c6f5a398f..72f61ad4e11 100644
--- a/source/_docs/security/porosity.markdown
+++ b/source/_docs/security/porosity.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Home Assistant/Hass.io porosity"
description: "Use nmap to scan your Home Assistant instance."
-date: 2016-10-06 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
As a large amount of users are running [Hass.io](/hassio/), here we are using a Raspberry Pi 3 B and Hass.io 0.70.0 to show how Home Assistant looks from the network side. This is not a full blown investigation, just a quick overview.
diff --git a/source/_docs/security/webserver.markdown b/source/_docs/security/webserver.markdown
index 4392041b456..a2a9fa975e3 100644
--- a/source/_docs/security/webserver.markdown
+++ b/source/_docs/security/webserver.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Web server fingerprint"
description: "Use nmap to scan your Home Assistant instance."
-date: 2016-10-06 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/frontend/webserver/
---
diff --git a/source/_docs/tools.markdown b/source/_docs/tools.markdown
index 5bdf3eb0dda..118e507f542 100644
--- a/source/_docs/tools.markdown
+++ b/source/_docs/tools.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tools"
description: "Description of tools which helps when using Home Assistant."
-release_date: 2016-11-13 15:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Home Assistant ships a couple of helpers for the command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly.
diff --git a/source/_docs/tools/benchmark.markdown b/source/_docs/tools/benchmark.markdown
index 04ac884068c..4127702b99a 100644
--- a/source/_docs/tools/benchmark.markdown
+++ b/source/_docs/tools/benchmark.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "benchmark"
description: "Script to perform benchmarking of Home Assistant"
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
For testing the performance of Home Assistant the Benchmark script runs until you exit using Control+C.
diff --git a/source/_docs/tools/check_config.markdown b/source/_docs/tools/check_config.markdown
index b09ea5b17c2..cba0007c903 100644
--- a/source/_docs/tools/check_config.markdown
+++ b/source/_docs/tools/check_config.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "check_config"
description: "Script to perform a check of the current configuration"
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Test any changes to your `configuration.yaml` file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant.
diff --git a/source/_docs/tools/credstash.markdown b/source/_docs/tools/credstash.markdown
index 34bf8b0e2f9..8833cd09013 100644
--- a/source/_docs/tools/credstash.markdown
+++ b/source/_docs/tools/credstash.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "credstash"
description: "Script to store credentials securely in AWS"
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Using [Credstash](https://github.com/fugue/credstash) is an alternative way to `secrets.yaml`. They can be managed from the command line via the credstash script.
diff --git a/source/_docs/tools/dev-tools.markdown b/source/_docs/tools/dev-tools.markdown
index 70922185279..f5ce662e245 100644
--- a/source/_docs/tools/dev-tools.markdown
+++ b/source/_docs/tools/dev-tools.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Development Tools"
description: "Description of the Developer Tools."
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
The frontend contains a section called "Developer Tools".
diff --git a/source/_docs/tools/ensure_config.markdown b/source/_docs/tools/ensure_config.markdown
index 596c44d5717..78b7dd6def4 100644
--- a/source/_docs/tools/ensure_config.markdown
+++ b/source/_docs/tools/ensure_config.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ensure_config"
description: "Script to perform a check if the configuration file exists"
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
This script checks if the `configuration.yaml` file exists. If the file is not available, one is created.
diff --git a/source/_docs/tools/hass.markdown b/source/_docs/tools/hass.markdown
index 73e0bd68cd2..05a91d9f6ba 100644
--- a/source/_docs/tools/hass.markdown
+++ b/source/_docs/tools/hass.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "hass"
description: "Description of hass."
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
The command-line part of Home Assistant is `hass`.
diff --git a/source/_docs/tools/keyring.markdown b/source/_docs/tools/keyring.markdown
index be4f2634a0d..9b184b4b00e 100644
--- a/source/_docs/tools/keyring.markdown
+++ b/source/_docs/tools/keyring.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "keyring"
description: "Script to store secrets in a keyring"
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. The secrets can be managed from the command line via the `keyring` script.
diff --git a/source/_docs/tools/scripts.markdown b/source/_docs/tools/scripts.markdown
index 2b40ba28c5c..fba7e0af4d7 100644
--- a/source/_docs/tools/scripts.markdown
+++ b/source/_docs/tools/scripts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tools"
description: "Description of tools which helps when using Home Assistant."
-release_date: 2017-02-23 11:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /docs/tools/
---
diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown
index d047909146a..acb5a9cc8b2 100644
--- a/source/_docs/z-wave.markdown
+++ b/source/_docs/z-wave.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave"
description: "Using Z-Wave with Home Assistant."
-date: 2017-09-21 10:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/z-wave/
---
diff --git a/source/_docs/z-wave/adding.markdown b/source/_docs/z-wave/adding.markdown
index 30b0bcfde8c..a3bcfb736ae 100644
--- a/source/_docs/z-wave/adding.markdown
+++ b/source/_docs/z-wave/adding.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Devices - Adding and Removing"
description: "How to add and remove Z-Wave devices."
-date: 2017-11-08 19:06
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
## Adding Non-Secure Devices
diff --git a/source/_docs/z-wave/control-panel.markdown b/source/_docs/z-wave/control-panel.markdown
index e7d311f79d1..848321de11f 100644
--- a/source/_docs/z-wave/control-panel.markdown
+++ b/source/_docs/z-wave/control-panel.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Control Panel"
description: "How to use the Z-Wave control panel."
-date: 2017-09-21 12:49
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/z-wave-panel/
---
diff --git a/source/_docs/z-wave/controllers.markdown b/source/_docs/z-wave/controllers.markdown
index 40f9119523d..28740df56af 100644
--- a/source/_docs/z-wave/controllers.markdown
+++ b/source/_docs/z-wave/controllers.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Controllers"
description: "Extended instructions how to setup Z-Wave."
-date: 2016-03-24 08:49 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
## Supported Z-Wave USB Sticks & Hardware Modules
diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown
index ba399e458d3..dc9d65e3c40 100644
--- a/source/_docs/z-wave/device-specific.markdown
+++ b/source/_docs/z-wave/device-specific.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Device Specific Settings"
description: "Notes for specific Z-Wave devices."
-date: 2016-03-24 08:49 -0700
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/z-wave-device-specific/
---
diff --git a/source/_docs/z-wave/devices.markdown b/source/_docs/z-wave/devices.markdown
index 65b76ba669f..a3d9a71a976 100644
--- a/source/_docs/z-wave/devices.markdown
+++ b/source/_docs/z-wave/devices.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Devices"
description: "What you need to know about Z-Wave devices."
-date: 2017-09-21 11:49
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/z-wave-devices/
---
diff --git a/source/_docs/z-wave/entities.markdown b/source/_docs/z-wave/entities.markdown
index 4b165097f07..d1fb3095a75 100644
--- a/source/_docs/z-wave/entities.markdown
+++ b/source/_docs/z-wave/entities.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Entity Naming"
description: "A summary of common entity names."
-date: 2017-09-21 10:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
diff --git a/source/_docs/z-wave/events.markdown b/source/_docs/z-wave/events.markdown
index 9867108994e..fc586ce37c9 100644
--- a/source/_docs/z-wave/events.markdown
+++ b/source/_docs/z-wave/events.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Events"
description: "Events generated by the Z-Wave component."
-date: 2017-09-21 10:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
## zwave.network_complete
diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown
index 7a29e132b67..2ff4bf18eb1 100644
--- a/source/_docs/z-wave/installation.markdown
+++ b/source/_docs/z-wave/installation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave"
description: "Installation of the Z-Wave component."
-date: 2017-09-21 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
redirect_from: /getting-started/z-wave-installation/
---
diff --git a/source/_docs/z-wave/query-stage.markdown b/source/_docs/z-wave/query-stage.markdown
index 7112cd055b6..ce56787a752 100644
--- a/source/_docs/z-wave/query-stage.markdown
+++ b/source/_docs/z-wave/query-stage.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Query Stage"
description: "What are the Query Stages."
-date: 2017-09-21 11:49
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
When the Z-Wave mesh is first started, the controller will go through all the following stages for every device on the mesh. This is a slow process, and to complete requires that the devices be awake. While devices that are mains or USB powered are always awake, battery-powered devices spend most of their time asleep. Because of this, you can expect that after startup your battery powered devices will spend time in `Initializing (CacheLoad)` - how long depends on the device.
diff --git a/source/_docs/z-wave/services.markdown b/source/_docs/z-wave/services.markdown
index 017c7844006..0e9e77d802b 100644
--- a/source/_docs/z-wave/services.markdown
+++ b/source/_docs/z-wave/services.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Z-Wave Services"
description: "Services exposed by the Z-Wave component."
-date: 2017-09-21 10:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
---
The `zwave` integration exposes multiple services to help maintain the network. All of these are available through the Z-Wave control panel.
diff --git a/source/_faq/after-upgrading.markdown b/source/_faq/after-upgrading.markdown
index c74ca7d7646..574d7cd4ee1 100644
--- a/source/_faq/after-upgrading.markdown
+++ b/source/_faq/after-upgrading.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "After upgrading, your browser login gets stuck"
description: "After upgrading, your browser login gets stuck"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Usage
---
diff --git a/source/_faq/browser.markdown b/source/_faq/browser.markdown
index 78ae2000c46..427ae0c4922 100644
--- a/source/_faq/browser.markdown
+++ b/source/_faq/browser.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "Frontend is acting weird"
description: "Frontend is acting weird"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Usage
---
diff --git a/source/_faq/character_t.markdown b/source/_faq/character_t.markdown
index 7deae536748..4380b0bd2f5 100644
--- a/source/_faq/character_t.markdown
+++ b/source/_faq/character_t.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "found character '\t' that cannot start any token"
description: "found character '\t' that cannot start any token"
-date: 2018-06-02 10:00
-comments: false
-sharing: true
-footer: true
ha_category: Usage
---
diff --git a/source/_faq/component.markdown b/source/_faq/component.markdown
index 1c8194ec1df..49db9c4525a 100644
--- a/source/_faq/component.markdown
+++ b/source/_faq/component.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "My integration does not show up"
description: "My integration does not show up"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Configuration
---
diff --git a/source/_faq/configuration-file.markdown b/source/_faq/configuration-file.markdown
index c33e1678269..88fda41f0ea 100644
--- a/source/_faq/configuration-file.markdown
+++ b/source/_faq/configuration-file.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "Why are you using YAML for the configuration file?"
description: "Why are you using YAML for the configuration file?"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Configuration
---
diff --git a/source/_faq/connection-error.markdown b/source/_faq/connection-error.markdown
index cad8704c49f..ba007cdd559 100644
--- a/source/_faq/connection-error.markdown
+++ b/source/_faq/connection-error.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "Connection error"
description: "Connection error"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Usage
---
diff --git a/source/_faq/dependencies.markdown b/source/_faq/dependencies.markdown
index 3e8e5781f8b..99b5e249c0b 100644
--- a/source/_faq/dependencies.markdown
+++ b/source/_faq/dependencies.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "Dependencies"
description: "Dependencies"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Usage
---
diff --git a/source/_faq/distutils.markdown b/source/_faq/distutils.markdown
index 75f9a72e615..21a9e58020b 100644
--- a/source/_faq/distutils.markdown
+++ b/source/_faq/distutils.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "distutils.errors.DistutilsOptionError"
description: "distutils.errors.DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Installation
---
diff --git a/source/_faq/documentation-tool.markdown b/source/_faq/documentation-tool.markdown
index 15357cae46a..7ea2ddeb649 100644
--- a/source/_faq/documentation-tool.markdown
+++ b/source/_faq/documentation-tool.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Documentation tools"
description: "Tools for creating the documentation"
-date: 2017-06-18 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category: Documentation
---
diff --git a/source/_faq/ha-vs-hassio.markdown b/source/_faq/ha-vs-hassio.markdown
index 41e373cfee0..6b6a8988c33 100644
--- a/source/_faq/ha-vs-hassio.markdown
+++ b/source/_faq/ha-vs-hassio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Home Assistant vs. Hass.io"
description: "Home Assistant vs. Hass.io"
-date: 2018-02-12 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category: Installation
---
diff --git a/source/_faq/libyaml.markdown b/source/_faq/libyaml.markdown
index 59b89bee0b3..b054b0be9f9 100644
--- a/source/_faq/libyaml.markdown
+++ b/source/_faq/libyaml.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "libyaml is not found or a compiler error"
description: "libyaml is not found or a compiler error"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Installation
---
diff --git a/source/_faq/missing-documentation.markdown b/source/_faq/missing-documentation.markdown
index a37bde635d2..b952e61823b 100644
--- a/source/_faq/missing-documentation.markdown
+++ b/source/_faq/missing-documentation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Missing Documentation"
description: "The docs are missing or outdated"
-date: 2017-06-18 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category: Documentation
---
diff --git a/source/_faq/pip.markdown b/source/_faq/pip.markdown
index 45b3d127318..2f865fbf6dc 100644
--- a/source/_faq/pip.markdown
+++ b/source/_faq/pip.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "No module named pip"
description: "No module named pip"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Installation
---
diff --git a/source/_faq/pip3.markdown b/source/_faq/pip3.markdown
index ff61d2fdc46..ad7503ec18c 100644
--- a/source/_faq/pip3.markdown
+++ b/source/_faq/pip3.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "pip3: command not found"
description: "pip3: command not found"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Installation
---
diff --git a/source/_faq/problems-with-dependencies.markdown b/source/_faq/problems-with-dependencies.markdown
index 4af26ecc082..0de5ab78a14 100644
--- a/source/_faq/problems-with-dependencies.markdown
+++ b/source/_faq/problems-with-dependencies.markdown
@@ -1,11 +1,6 @@
---
-layout: page
title: "Problems with dependencies"
description: "Problems with dependencies"
-date: 2017-06-18 09:00
-comments: false
-sharing: true
-footer: true
ha_category: Usage
---
diff --git a/source/_faq/python.markdown b/source/_faq/python.markdown
index 97cdacb34c7..d46767dd774 100644
--- a/source/_faq/python.markdown
+++ b/source/_faq/python.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Python 2"
description: "Support for Python 2"
-date: 2017-06-18 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category: Common
---
diff --git a/source/_faq/release.markdown b/source/_faq/release.markdown
index 1c8b5f84082..a7c2636552d 100644
--- a/source/_faq/release.markdown
+++ b/source/_faq/release.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Releases"
description: "Releases"
-date: 2017-06-18 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category: Common
---
diff --git a/source/_layouts/category_index.html b/source/_layouts/category_index.html
index 770900ba361..764a9f5c15f 100644
--- a/source/_layouts/category_index.html
+++ b/source/_layouts/category_index.html
@@ -1,6 +1,6 @@
---
-layout: page
title: "Blog index"
+layout: page
---
`month`
`day` | The year, month and day of the date.
(only available if `has_date: true`)
-| `hour`
`minute`
`second` | The hour, minute and second of the time.
(only available if `has_time: true`)
-| `timestamp` | A timestamp representing the time held in the input.
If `has_date: true`, this is the UNIX timestamp of the date / time held by the input. Otherwise if only `has_time: true`, this is the number of seconds since midnight representing the time held by the input.
-
+| `year`
`month`
`day` | The year, month and day of the date.
(only available if `has_| `hour`
`minute`
`second` | The hour, minute and second of the time.
(only available if `has_time: true`)
+| `timestamp` | A timestamp representing the time held in the input.
If `has_
### Restore State
This integration will automatically restore the state it had prior to Home
@@ -140,12 +129,10 @@ automation:
- service: input_datetime.set_datetime
entity_id: input_datetime.another_date
data_template:
- date: '{{ now().strftime("%Y-%m-%d") }}'
- - service: input_datetime.set_datetime
+ - service: input_datetime.set_datetime
data_template:
entity_id: input_datetime.date_and_time
- date: >
- {{ now().timestamp() | timestamp_custom("%Y-%m-%d", true) }}
+ {{ now().timestamp() | timestamp_custom("%Y-%m-%d", true) }}
time: >
{{ now().timestamp() | timestamp_custom("%H:%M:%S", true) }}
```
diff --git a/source/_components/input_number.markdown b/source/_components/input_number.markdown
index 8c8440d6674..0304f8c40be 100644
--- a/source/_components/input_number.markdown
+++ b/source/_components/input_number.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Input Number"
description: "Instructions on how to integrate the Input Number integration into Home Assistant."
-date: 2017-09-19 03:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/input_select.markdown b/source/_components/input_select.markdown
index 9dede4b40d9..b54187ea375 100644
--- a/source/_components/input_select.markdown
+++ b/source/_components/input_select.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Input Select"
description: "Instructions on how to integrate the Input Select integration into Home Assistant."
-date: 2016-02-02 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/input_text.markdown b/source/_components/input_text.markdown
index 5fa1dddb288..5fb4a0c7ab8 100644
--- a/source/_components/input_text.markdown
+++ b/source/_components/input_text.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Input Text"
description: "Instructions on how to integrate the Input Text integration into Home Assistant."
-date: 2016-03-15 06:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/insteon.markdown b/source/_components/insteon.markdown
index fb95eff7d12..fa4f02cb8b3 100644
--- a/source/_components/insteon.markdown
+++ b/source/_components/insteon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Insteon"
description: "Instructions on how to set up an Insteon Modem (PLM or Hub) locally within Home Assistant."
-date: 2018-08-20 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: insteon.png
ha_category:
- Hub
diff --git a/source/_components/integration.markdown b/source/_components/integration.markdown
index 4ac9c85a8db..ddfd49a110a 100644
--- a/source/_components/integration.markdown
+++ b/source/_components/integration.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Integration Sensor"
description: "Instructions on how to integrate Integration Sensor into Home Assistant."
-date: 2019-01-02
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Utility
- Energy
diff --git a/source/_components/intent_script.markdown b/source/_components/intent_script.markdown
index 03942ddd6c9..3eb63f2b3e0 100644
--- a/source/_components/intent_script.markdown
+++ b/source/_components/intent_script.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Intent Script"
description: "Instructions on how to setup scripts to run on intents."
-date: 2016-02-10 17:11
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Intent
diff --git a/source/_components/introduction.markdown b/source/_components/introduction.markdown
index c8764f871e1..1ac12ddcd4a 100644
--- a/source/_components/introduction.markdown
+++ b/source/_components/introduction.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Introduction"
description: "Details about the introduction within Home Assistant."
-date: 2015-10-25 15:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_qa_scale: internal
ha_release: 0.7
diff --git a/source/_components/ios.markdown b/source/_components/ios.markdown
index b9c35417ff5..449d57d8b63 100644
--- a/source/_components/ios.markdown
+++ b/source/_components/ios.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iOS"
description: "Instructions on how to use the iOS companion app with Home Assistant."
-date: 2018-04-06 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: apple.png
ha_category:
- Hub
diff --git a/source/_components/iota.markdown b/source/_components/iota.markdown
index c93a7eb75ff..85a5f3bdcbb 100644
--- a/source/_components/iota.markdown
+++ b/source/_components/iota.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IOTA"
description: "Instructions on how to integrate IOTA wallets with Home Assistant."
-date: 2017-12-31 13:29
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: iota.png
ha_category:
- Finance
diff --git a/source/_components/iperf3.markdown b/source/_components/iperf3.markdown
index 26a4af07ff6..e7338d4273e 100644
--- a/source/_components/iperf3.markdown
+++ b/source/_components/iperf3.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Iperf3 Sensor"
description: "How to use Iperf3 within Home Assistant to measure your network bandwidth."
-date: 2018-05-01 02:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: iperf3.png
ha_category:
- System Monitor
diff --git a/source/_components/ipma.markdown b/source/_components/ipma.markdown
index 2c9c3a65c79..ab9398a250c 100644
--- a/source/_components/ipma.markdown
+++ b/source/_components/ipma.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IPMA"
description: "Instructions on how to integrate Instituto Português do Mar e Atmosfera weather conditions into Home Assistant."
-date: 2018-05-31 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ipma.png
ha_category:
- Weather
diff --git a/source/_components/iqvia.markdown b/source/_components/iqvia.markdown
index 3480b70eedd..1f156064030 100644
--- a/source/_components/iqvia.markdown
+++ b/source/_components/iqvia.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "IQVIA"
description: "Instructions on how to use IQVIA data within Home Assistant"
-date: 2018-01-10 19:20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: iqvia.png
ha_category:
- Health
diff --git a/source/_components/irish_rail_transport.markdown b/source/_components/irish_rail_transport.markdown
index 49328e6e658..cc414319e5a 100644
--- a/source/_components/irish_rail_transport.markdown
+++ b/source/_components/irish_rail_transport.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Irish Rail Transport"
description: "Instructions on how to integrate timetable data for traveling on Irish Rail within Home Assistant."
-date: 2017-10-15 16:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: irishrail.png
ha_category:
- Transport
diff --git a/source/_components/islamic_prayer_times.markdown b/source/_components/islamic_prayer_times.markdown
index 3b4f377372d..83028c45518 100644
--- a/source/_components/islamic_prayer_times.markdown
+++ b/source/_components/islamic_prayer_times.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Islamic Prayer Times"
description: "Instructions on how to integrate the Islamic Prayer Times sensor within Home Assistant."
-date: 2018-12-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_iot_class: Cloud Polling
diff --git a/source/_components/iss.markdown b/source/_components/iss.markdown
index f3bc3d1133b..7a7f7299c57 100644
--- a/source/_components/iss.markdown
+++ b/source/_components/iss.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "International Space Station"
description: "Know if or when ISS will be above your home location"
-date: 2016-12-18 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nasa.png
ha_category:
- Binary Sensor
diff --git a/source/_components/isy994.markdown b/source/_components/isy994.markdown
index 2c054715ea5..3972f030d48 100644
--- a/source/_components/isy994.markdown
+++ b/source/_components/isy994.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ISY994 Controller"
description: "Instructions on how to setup the ISY994 controller within Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: universal_devices.png
ha_category:
- Hub
diff --git a/source/_components/itach.markdown b/source/_components/itach.markdown
index 63a851c75e1..4f4272e9fde 100644
--- a/source/_components/itach.markdown
+++ b/source/_components/itach.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iTach Remote"
description: "Instructions on how to integrate a Global Caché iTach IP2IR gateway into Home Assistant."
-date: 2017-2-12 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: globalcache.png
ha_category:
- Remote
diff --git a/source/_components/itunes.markdown b/source/_components/itunes.markdown
index f1b88555eb5..ccfa6db8273 100644
--- a/source/_components/itunes.markdown
+++ b/source/_components/itunes.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iTunes"
description: "Instructions on how to integrate iTunes into Home Assistant."
-date: 2015-06-22 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: itunes.png
ha_category:
- Media Player
diff --git a/source/_components/jewish_calendar.markdown b/source/_components/jewish_calendar.markdown
index ddd9e221aeb..b114d80836c 100644
--- a/source/_components/jewish_calendar.markdown
+++ b/source/_components/jewish_calendar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Jewish Calendar"
description: "Instructions on how to integrate the Jewish Calendar sensor within Home Assistant."
-date: 2018-09-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Calendar
ha_iot_class: Local Polling
diff --git a/source/_components/joaoapps_join.markdown b/source/_components/joaoapps_join.markdown
index cdd30ea0c94..878bf842718 100644
--- a/source/_components/joaoapps_join.markdown
+++ b/source/_components/joaoapps_join.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Joaoapps Join"
description: "Instructions for how to integrate the Join by Joaoapps service within Home Assistant."
-date: 2016-07-12 10:49
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: joaoapps_join.png
ha_category:
- Hub
diff --git a/source/_components/juicenet.markdown b/source/_components/juicenet.markdown
index edfcb9e3559..11f88b5ea5c 100644
--- a/source/_components/juicenet.markdown
+++ b/source/_components/juicenet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Juicenet"
description: "Instructions on how to setup WiFi-equipped Juicenet charging stations with Home Assistant."
-date: 2017-05-20 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: juicenet.png
ha_category:
- Energy
diff --git a/source/_components/kankun.markdown b/source/_components/kankun.markdown
index f9d73200a9b..91343355393 100644
--- a/source/_components/kankun.markdown
+++ b/source/_components/kankun.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Kankun SP3 Wifi Switch"
description: "Instructions for the Kankun SP3 Wifi switch"
-date: 2016-12-28 01:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Switch
ha_release: 0.36
diff --git a/source/_components/keenetic_ndms2.markdown b/source/_components/keenetic_ndms2.markdown
index bcbebdd4fb0..232a1d96f31 100644
--- a/source/_components/keenetic_ndms2.markdown
+++ b/source/_components/keenetic_ndms2.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Keenetic NDMS2 Routers"
description: "Instructions on how to integrate Keenetic NDMS2 Routers into Home Assistant."
-date: 2017-09-15 15:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: keenetic.png
ha_category:
- Presence Detection
diff --git a/source/_components/keyboard.markdown b/source/_components/keyboard.markdown
index 740f3ee601b..bd7e8278cff 100644
--- a/source/_components/keyboard.markdown
+++ b/source/_components/keyboard.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Keyboard"
description: "Instructions on how to simulate key presses with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: keyboard.png
ha_category:
- Automation
diff --git a/source/_components/keyboard_remote.markdown b/source/_components/keyboard_remote.markdown
index c766cdf88c5..5ff4877008a 100644
--- a/source/_components/keyboard_remote.markdown
+++ b/source/_components/keyboard_remote.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Keyboard Remote"
description: "Instructions on how to use a keyboard to remote control Home Assistant."
-date: 2016-09-28 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: keyboard.png
ha_category:
- Other
diff --git a/source/_components/kira.markdown b/source/_components/kira.markdown
index 9f73d031bc2..8ae5afa26a1 100644
--- a/source/_components/kira.markdown
+++ b/source/_components/kira.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Kira"
description: "Instructions on how to integrate Keene Electronics IR over IP modules (Kira) into Home Assistant."
-date: 2017-05-07 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: keene.png
ha_category:
- Hub
diff --git a/source/_components/kiwi.markdown b/source/_components/kiwi.markdown
index 78edc656e6f..3eef4156105 100644
--- a/source/_components/kiwi.markdown
+++ b/source/_components/kiwi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KIWI Lock"
description: "Instructions on how to integrate KIWI Smart Lock and Smart Entry."
-date: 2018-05-16 13:37
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: kiwi.png
ha_category:
- Lock
diff --git a/source/_components/knx.markdown b/source/_components/knx.markdown
index 0749dc101f9..32b58cb4814 100644
--- a/source/_components/knx.markdown
+++ b/source/_components/knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX"
description: "Instructions on how to integrate KNX components with Home Assistant."
-date: 2016-06-08 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Hub
diff --git a/source/_components/kodi.markdown b/source/_components/kodi.markdown
index 552dac04e15..0333077e71e 100644
--- a/source/_components/kodi.markdown
+++ b/source/_components/kodi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Kodi"
description: "Instructions on how to integrate Kodi into Home Assistant."
-date: 2015-06-22 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: kodi.png
ha_category:
- Notifications
diff --git a/source/_components/konnected.markdown b/source/_components/konnected.markdown
index 00d1b166dd3..7ae9340f032 100644
--- a/source/_components/konnected.markdown
+++ b/source/_components/konnected.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Konnected"
description: "Connect wired alarm sensors and siren using the NodeMCU based Konnected Alarm Panel"
-date: 2018-04-03 12:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: konnected.png
ha_category:
- Alarm
diff --git a/source/_components/kwb.markdown b/source/_components/kwb.markdown
index 2f0fd0d6dd6..9443bb92505 100644
--- a/source/_components/kwb.markdown
+++ b/source/_components/kwb.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KWB Easyfire Sensor"
description: "Instructions on how to integrate the KWB Easyfire sensor into Home Assistant."
-date: 2017-03-06 14:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: kwb.png
ha_category:
- Sensor
diff --git a/source/_components/lacrosse.markdown b/source/_components/lacrosse.markdown
index 6d0d4954989..ff0888c267f 100644
--- a/source/_components/lacrosse.markdown
+++ b/source/_components/lacrosse.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LaCrosse Sensor"
description: "Instructions on how to integrate LaCrosse sensor data received from Jeelink into Home Assistant."
-date: 2017-10-29 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- DIY
diff --git a/source/_components/lametric.markdown b/source/_components/lametric.markdown
index 80517890ea3..2e2755de054 100644
--- a/source/_components/lametric.markdown
+++ b/source/_components/lametric.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LaMetric"
description: "Instructions on how to integrate LaMetric with Home Assistant."
-date: 2017-04-02 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lametric.png
ha_category:
- Hub
diff --git a/source/_components/lannouncer.markdown b/source/_components/lannouncer.markdown
index cb1aed42f6e..bcbf1177c7d 100644
--- a/source/_components/lannouncer.markdown
+++ b/source/_components/lannouncer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lannouncer"
description: "Instructions on how to add Lannouncer notifications to Home Assistant."
-date: 2017-01-06 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lannouncer.png
ha_category:
- Notifications
diff --git a/source/_components/lastfm.markdown b/source/_components/lastfm.markdown
index f8f4a54e586..487302ff40f 100644
--- a/source/_components/lastfm.markdown
+++ b/source/_components/lastfm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Last.fm"
description: "Instructions on how to integrate Last.fm sensors into Home Assistant."
-date: 2016-05-18 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lastfm.png
ha_category:
- Social
diff --git a/source/_components/launch_library.markdown b/source/_components/launch_library.markdown
index 1cd6706cb75..771999a99cd 100644
--- a/source/_components/launch_library.markdown
+++ b/source/_components/launch_library.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Space Launch sensor"
description: "Instructions on how to integrate space launch information within Home Assistant."
-date: 2018-11-06 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rocket.png
ha_category:
- Sensor
diff --git a/source/_components/lcn.markdown b/source/_components/lcn.markdown
index 479ca0d3c4f..963cf65955a 100644
--- a/source/_components/lcn.markdown
+++ b/source/_components/lcn.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LCN"
description: "Instructions on how to integrate LCN components with Home Assistant."
-date: 2018-11-01 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lcn.png
ha_category:
- Hub
diff --git a/source/_components/lg_netcast.markdown b/source/_components/lg_netcast.markdown
index 6bb81bf3c13..c48b2959f4a 100644
--- a/source/_components/lg_netcast.markdown
+++ b/source/_components/lg_netcast.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LG Netcast TV"
description: "Instructions on how to integrate a LG TV (Netcast 3.0 & 4.0) within Home Assistant."
-date: 2016-05-12 23:22
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lg.png
ha_category:
- Media Player
diff --git a/source/_components/lg_soundbar.markdown b/source/_components/lg_soundbar.markdown
index c3a027d5a01..c72753a25c0 100644
--- a/source/_components/lg_soundbar.markdown
+++ b/source/_components/lg_soundbar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LG Soundbars"
description: "Instructions on how to integrate LG Soundbars into Home Assistant."
-date: 2018-10-17 19:55:18
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lg.png
ha_category:
- Media Player
diff --git a/source/_components/life360.markdown b/source/_components/life360.markdown
index 91b7a157b10..43ee24c7def 100644
--- a/source/_components/life360.markdown
+++ b/source/_components/life360.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Life360"
description: "Instructions how to use Life360 to track devices in Home Assistant."
-date: 2019-04-24 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: life360.png
ha_release: 0.95
ha_category:
diff --git a/source/_components/lifx.markdown b/source/_components/lifx.markdown
index 7cab06739f8..bd82d153145 100644
--- a/source/_components/lifx.markdown
+++ b/source/_components/lifx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LIFX"
description: "Instructions on how to integrate LIFX into Home Assistant."
-date: 2018-10-08 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lifx.png
ha_category:
- Light
diff --git a/source/_components/lifx_cloud.markdown b/source/_components/lifx_cloud.markdown
index d253fc98dcc..0b23600d413 100644
--- a/source/_components/lifx_cloud.markdown
+++ b/source/_components/lifx_cloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LIFX Cloud Scenes"
description: "Instructions on using native LIFX scenes with Home Assistant."
-date: 2017-04-15 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lifx.png
ha_category:
- Scene
diff --git a/source/_components/light.group.markdown b/source/_components/light.group.markdown
index 574a556df2b..d3cebe4421f 100644
--- a/source/_components/light.group.markdown
+++ b/source/_components/light.group.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Light Group"
description: "Instructions for how to setup light groups within Home Assistant."
-date: 2018-02-23 11:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_release: 0.65
diff --git a/source/_components/light.knx.markdown b/source/_components/light.knx.markdown
index c47374bfb91..1b23b88ebbc 100644
--- a/source/_components/light.knx.markdown
+++ b/source/_components/light.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Light"
description: "Instructions on how to integrate KNX lights with Home Assistant."
-date: 2016-06-24 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Light
diff --git a/source/_components/light.markdown b/source/_components/light.markdown
index caaa824f5c4..02d23302789 100644
--- a/source/_components/light.markdown
+++ b/source/_components/light.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lights"
description: "Instructions on how to setup your lights with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Light
diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown
index 35bbbdda890..26f61a7df1d 100644
--- a/source/_components/light.mqtt.markdown
+++ b/source/_components/light.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Light"
description: "Instructions on how to setup MQTT lights using default schema within Home Assistant."
-date: 2015-11-13 08:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Light
diff --git a/source/_components/light.mysensors.markdown b/source/_components/light.mysensors.markdown
index 150d4ca21a9..4a115e27f8d 100644
--- a/source/_components/light.mysensors.markdown
+++ b/source/_components/light.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Light"
description: "Instructions on how to integrate MySensors lights into Home Assistant."
-date: 2016-10-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/light.rflink.markdown b/source/_components/light.rflink.markdown
index 5a16281dc38..c8ef5edd6c4 100644
--- a/source/_components/light.rflink.markdown
+++ b/source/_components/light.rflink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFLink Light"
description: "Instructions on how to integrate RFLink lights into Home Assistant."
-date: 2016-01-04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rflink.png
ha_category:
- Light
diff --git a/source/_components/light.rfxtrx.markdown b/source/_components/light.rfxtrx.markdown
index 38a84f2554e..3a35a07cf6e 100644
--- a/source/_components/light.rfxtrx.markdown
+++ b/source/_components/light.rfxtrx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFXtrx Light"
description: "Instructions on how to integrate RFXtrx lights into Home Assistant."
-date: 2015-10-08 10:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rfxtrx.png
ha_category:
- Light
diff --git a/source/_components/light.switch.markdown b/source/_components/light.switch.markdown
index 15aff42e555..8ddacb048a0 100644
--- a/source/_components/light.switch.markdown
+++ b/source/_components/light.switch.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Light Switch"
description: "Instructions on how to set up a light switch within Home Assistant."
-date: 2018-11-18 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_release: 0.83
diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown
index 54f1f79cd38..d7a564f0a21 100644
--- a/source/_components/light.template.markdown
+++ b/source/_components/light.template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Light"
description: "Instructions on how to integrate Template Lights into Home Assistant."
-date: 2016-05-18 20:32
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_release: 0.46
diff --git a/source/_components/light.xiaomi_aqara.markdown b/source/_components/light.xiaomi_aqara.markdown
index 5b433fbab97..a8624675e83 100644
--- a/source/_components/light.xiaomi_aqara.markdown
+++ b/source/_components/light.xiaomi_aqara.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Light"
description: "Instructions on how to setup the Xiaomi light within Home Assistant."
-date: 2017-07-21 16:34
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Light
diff --git a/source/_components/light.xiaomi_miio.markdown b/source/_components/light.xiaomi_miio.markdown
index ab2f1cd46ac..088b578c578 100644
--- a/source/_components/light.xiaomi_miio.markdown
+++ b/source/_components/light.xiaomi_miio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Philips Light"
description: "Instructions on how to integrate your Xiaomi Philips Lights within Home Assistant."
-date: 2017-08-26 08:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: philips.png
ha_category:
- Light
diff --git a/source/_components/lightwave.markdown b/source/_components/lightwave.markdown
index 227e9128324..9071b56142e 100644
--- a/source/_components/lightwave.markdown
+++ b/source/_components/lightwave.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lightwave"
description: "Instructions on how to integrate Lightwave devices with Home Assistant."
-date: 2018-12-03 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lightwave.png
ha_category:
- Hub
diff --git a/source/_components/limitlessled.markdown b/source/_components/limitlessled.markdown
index 1bd989a41ee..e5ffa2d5628 100644
--- a/source/_components/limitlessled.markdown
+++ b/source/_components/limitlessled.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LimitlessLED"
description: "Instructions on how to setup LimitlessLED within Home Assistant."
-date: 2015-12-03 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: limitlessled_logo.png
ha_category:
- Light
diff --git a/source/_components/linksys_ap.markdown b/source/_components/linksys_ap.markdown
index e4bf531c8f3..e0d1f34f93e 100644
--- a/source/_components/linksys_ap.markdown
+++ b/source/_components/linksys_ap.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Linksys Access Points"
description: "Instructions on how to integrate Linksys Access Points into Home Assistant."
-date: 2016-12-16 01:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Presence Detection
logo: linksys.png
diff --git a/source/_components/linksys_smart.markdown b/source/_components/linksys_smart.markdown
index f0132a9ad64..5d5dc2ba339 100644
--- a/source/_components/linksys_smart.markdown
+++ b/source/_components/linksys_smart.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Linksys Smart Wifi Router"
description: "Instructions on how to integrate Linksys Smart Wifi Router into Home Assistant."
-date: 2017-06-22 01:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Presence Detection
logo: linksys.png
diff --git a/source/_components/linky.markdown b/source/_components/linky.markdown
index e4f1fd52164..980899bf8f5 100644
--- a/source/_components/linky.markdown
+++ b/source/_components/linky.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Linky Sensor"
description: "Instructions on how to integrate Linky consumption data within Home Assistant."
-date: 2018-09-06 08:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: enedis.png
ha_release: 0.79
ha_category:
diff --git a/source/_components/linode.markdown b/source/_components/linode.markdown
index fe02e625b87..5f53f387e03 100644
--- a/source/_components/linode.markdown
+++ b/source/_components/linode.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Linode"
description: "Instructions on how to set up Linode within Home Assistant."
-date: 2017-10-20 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- System Monitor
- Binary Sensor
diff --git a/source/_components/linux_battery.markdown b/source/_components/linux_battery.markdown
index e91589b9442..a71296ee3ee 100644
--- a/source/_components/linux_battery.markdown
+++ b/source/_components/linux_battery.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Linux Battery"
description: "Instructions on how to integrate Linux Battery information into Home Assistant."
-date: 2016-09-06 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: linux_battery.png
ha_category:
- System Monitor
diff --git a/source/_components/lirc.markdown b/source/_components/lirc.markdown
index 71d386d78fc..43e5efb1ed0 100644
--- a/source/_components/lirc.markdown
+++ b/source/_components/lirc.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LIRC"
description: "Instructions on how to integrate IR remotes with LIRC into Home Assistant."
-date: 2016-05-22 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lirc.gif
ha_category:
- Automation
diff --git a/source/_components/litejet.markdown b/source/_components/litejet.markdown
index d0a5208c617..06a1ebb9081 100644
--- a/source/_components/litejet.markdown
+++ b/source/_components/litejet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LiteJet"
description: "Instructions on how to setup the LiteJet hub within Home Assistant."
-date: 2015-10-26 09:37
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: centralite.svg
ha_category:
- Light
diff --git a/source/_components/liveboxplaytv.markdown b/source/_components/liveboxplaytv.markdown
index dc4e1815fed..bdc98302862 100644
--- a/source/_components/liveboxplaytv.markdown
+++ b/source/_components/liveboxplaytv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Orange Livebox Play TV"
description: "Instructions on how to integrate a Livebox Play TV appliance into Home Assistant."
-date: 2017-01-25 07:27
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: orange.png
ha_category:
- Media Player
diff --git a/source/_components/llamalab_automate.markdown b/source/_components/llamalab_automate.markdown
index 0c4444bd6d8..d2ef9ecafe1 100644
--- a/source/_components/llamalab_automate.markdown
+++ b/source/_components/llamalab_automate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "LlamaLab Automate"
description: "Instructions on how to add user notifications to Home Assistant."
-date: 2016-08-21 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: llamalab_automate.png
ha_category:
- Notifications
diff --git a/source/_components/local_file.markdown b/source/_components/local_file.markdown
index 218b9cd142f..1c835419568 100644
--- a/source/_components/local_file.markdown
+++ b/source/_components/local_file.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Local File"
description: "Instructions how to use Local File as a Camera within Home Assistant."
-date: 2016-06-12 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: file.png
ha_category:
- Camera
diff --git a/source/_components/locative.md b/source/_components/locative.md
index 795061979b3..c1e3b5dd7d4 100644
--- a/source/_components/locative.md
+++ b/source/_components/locative.md
@@ -1,12 +1,6 @@
---
-layout: page
title: "Locative"
description: "Instructions on how to use Locative to track devices in Home Assistant."
-date: 2015-10-13 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: locative.png
ha_category:
- Presence Detection
diff --git a/source/_components/lock.markdown b/source/_components/lock.markdown
index b5e7ad675d9..175a7389c3f 100644
--- a/source/_components/lock.markdown
+++ b/source/_components/lock.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Locks"
description: "Instructions on how to setup your locks with Home Assistant."
-date: 2015-11-21 08:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Lock
diff --git a/source/_components/lock.mqtt.markdown b/source/_components/lock.mqtt.markdown
index fb4d2ebffc7..53a4b2b58c0 100644
--- a/source/_components/lock.mqtt.markdown
+++ b/source/_components/lock.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Lock"
description: "Instructions on how to integrate MQTT locks into Home Assistant."
-date: 2016-02-28 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Lock
diff --git a/source/_components/lock.template.markdown b/source/_components/lock.template.markdown
index dda6caa7207..e89cb65ab98 100644
--- a/source/_components/lock.template.markdown
+++ b/source/_components/lock.template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Lock"
description: "Instructions on how to integrate Template Locks into Home Assistant."
-date: 2018-10-09 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Lock
ha_release: 0.81
diff --git a/source/_components/lock.xiaomi_aqara.markdown b/source/_components/lock.xiaomi_aqara.markdown
index c0172ab57a3..30cd3c7ecb3 100644
--- a/source/_components/lock.xiaomi_aqara.markdown
+++ b/source/_components/lock.xiaomi_aqara.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Aqara Lock"
description: "Instructions on how to setup the Xiaomi Aqara Lock within Home Assistant."
-date: 2018-05-17 20:24
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Lock
diff --git a/source/_components/lockitron.markdown b/source/_components/lockitron.markdown
index 663a1aa2f40..1d19c605fd6 100644
--- a/source/_components/lockitron.markdown
+++ b/source/_components/lockitron.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lockitron Lock"
description: "Instructions on how to integrate Lockitron locks into Home Assistant."
-date: 2017-03-24 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lockitron.png
ha_category:
- Lock
diff --git a/source/_components/logbook.markdown b/source/_components/logbook.markdown
index 051ce219e7b..f442871f462 100644
--- a/source/_components/logbook.markdown
+++ b/source/_components/logbook.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Logbook"
description: "Instructions on how to enable the logbook integration for Home Assistant."
-date: 2015-04-25 9:23
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: logbook.png
ha_category:
- History
diff --git a/source/_components/logentries.markdown b/source/_components/logentries.markdown
index 67bf57d3bf3..f6b9092429b 100644
--- a/source/_components/logentries.markdown
+++ b/source/_components/logentries.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "Logentries"
description: "Send events to Logentries."
-date: 2016-04-29 16:50
-sidebar: true
-comments: false
-sharing: true
logo: logentries.png
-footer: true
ha_category:
- History
ha_release: 0.13
diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown
index 009601811c5..7149deb1e70 100644
--- a/source/_components/logger.markdown
+++ b/source/_components/logger.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Logger"
description: "Instructions on how to enable the logger integration for Home Assistant."
-date: 2015-11-12 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/logi_circle.markdown b/source/_components/logi_circle.markdown
index 71bbfd151d7..f184a431b0f 100644
--- a/source/_components/logi_circle.markdown
+++ b/source/_components/logi_circle.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Logi Circle"
description: "Instructions on how to integrate your Logi Circle cameras within Home Assistant."
-date: 2018-09-08 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: logi_circle.png
ha_category:
- Camera
diff --git a/source/_components/london_air.markdown b/source/_components/london_air.markdown
index 64f806e1036..14dbadea5cb 100644
--- a/source/_components/london_air.markdown
+++ b/source/_components/london_air.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "London Air Quality"
description: "Display the current status of London air quality by area and pollution type."
-date: 2017-08-02 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: waqi.png
ha_category:
- Health
diff --git a/source/_components/london_underground.markdown b/source/_components/london_underground.markdown
index e2a3237d0d9..1103750a3e6 100644
--- a/source/_components/london_underground.markdown
+++ b/source/_components/london_underground.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "London Underground"
description: "Display the current status of London underground & overground lines within Home Assistant."
-date: 2017-07-15 18:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: london_underground.png
ha_category:
- Transport
diff --git a/source/_components/loopenergy.markdown b/source/_components/loopenergy.markdown
index 8fb48ffdb78..6ae803111e6 100644
--- a/source/_components/loopenergy.markdown
+++ b/source/_components/loopenergy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Loop Energy"
description: "Instructions on how to integrate Loop Energy devices within Home Assistant."
-date: 2016-04-02 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: loop.png
ha_category:
- Energy
diff --git a/source/_components/luci.markdown b/source/_components/luci.markdown
index 83115e944af..ab86a3ce934 100644
--- a/source/_components/luci.markdown
+++ b/source/_components/luci.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenWRT (luci)"
description: "Instructions on how to integrate OpenWRT routers into Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openwrt.png
ha_category:
- Presence Detection
diff --git a/source/_components/luftdaten.markdown b/source/_components/luftdaten.markdown
index bd1a91f1c49..2f6d03c656c 100644
--- a/source/_components/luftdaten.markdown
+++ b/source/_components/luftdaten.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Luftdaten"
description: "Instructions on how to setup Luftdaten sensors in Home Assistant."
-date: 2018-11-05 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: luftdaten.png
ha_category:
- Health
diff --git a/source/_components/lupusec.markdown b/source/_components/lupusec.markdown
index 629121651fa..9c2d3e74e54 100644
--- a/source/_components/lupusec.markdown
+++ b/source/_components/lupusec.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lupus Electronics Home Security"
description: "Instructions on integrating Lupusec home security with Home Assistant."
-date: 2018-10-03 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lupusec.png
ha_category:
- Hub
diff --git a/source/_components/lutron.markdown b/source/_components/lutron.markdown
index a7f5459a602..261e60b57d2 100644
--- a/source/_components/lutron.markdown
+++ b/source/_components/lutron.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lutron"
description: "Instructions on how to use Lutron devices with Home Assistant."
-date: 2017-01-28 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lutron.png
ha_category:
- Hub
diff --git a/source/_components/lutron_caseta.markdown b/source/_components/lutron_caseta.markdown
index 4e9e436cc6a..8b09f7a9415 100644
--- a/source/_components/lutron_caseta.markdown
+++ b/source/_components/lutron_caseta.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lutron Caseta"
description: "Instructions on how to use Lutron Caseta devices with Home Assistant."
-date: 2017-01-28 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lutron.png
ha_category:
- Hub
diff --git a/source/_components/lw12wifi.markdown b/source/_components/lw12wifi.markdown
index 72115c2994d..df1857a7968 100644
--- a/source/_components/lw12wifi.markdown
+++ b/source/_components/lw12wifi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lagute LW-12"
description: "Instructions on how to setup Lagute LW-12 Wifi LED controller within Home Assistant."
-date: 2018-04-28 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_iot_class: Local Polling
diff --git a/source/_components/lyft.markdown b/source/_components/lyft.markdown
index 6fc53741317..b23535f0a8d 100644
--- a/source/_components/lyft.markdown
+++ b/source/_components/lyft.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Lyft Sensor"
description: "How to integrate Lyft in Home Assistant"
-date: 2017-03-19 21:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: lyft.png
ha_category:
- Transport
diff --git a/source/_components/magicseaweed.markdown b/source/_components/magicseaweed.markdown
index 91a41655be8..7433ed97d0b 100644
--- a/source/_components/magicseaweed.markdown
+++ b/source/_components/magicseaweed.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Magicseaweed Sensor"
description: "How to integrate Magicseaweed within Home Assistant."
-date: 2018-06-24 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: magicseaweed.png
ha_category:
- Sensor
diff --git a/source/_components/mailbox.markdown b/source/_components/mailbox.markdown
index c6d270fdad9..5d8669c7e8b 100644
--- a/source/_components/mailbox.markdown
+++ b/source/_components/mailbox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mailbox"
description: "Instructions on how to setup your mailboxes with Home Assistant."
-date: 2017-06-30 18:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.51
---
diff --git a/source/_components/mailgun.markdown b/source/_components/mailgun.markdown
index 29e4c17f0f9..4e5d0354d5e 100644
--- a/source/_components/mailgun.markdown
+++ b/source/_components/mailgun.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mailgun"
description: "Instructions on how to add Mailgun mail notifications to Home Assistant."
-date: 2017-02-06 16:52
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mailgun.png
ha_category:
- Notifications
diff --git a/source/_components/manual.markdown b/source/_components/manual.markdown
index 6f87545eb8c..2d926f22f47 100644
--- a/source/_components/manual.markdown
+++ b/source/_components/manual.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Manual Alarm Control Panel"
description: "Instructions on how to integrate manual alarms into Home Assistant."
-date: 2015-10-13 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Alarm
diff --git a/source/_components/manual_mqtt.markdown b/source/_components/manual_mqtt.markdown
index 4b912bb6de1..a9279c4ddd0 100644
--- a/source/_components/manual_mqtt.markdown
+++ b/source/_components/manual_mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Manual Alarm Control Panel with MQTT Support"
description: "Instructions on how to integrate manual alarms into Home Assistant with MQTT support."
-date: 2017-07-02 9:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Alarm
diff --git a/source/_components/map.markdown b/source/_components/map.markdown
index 4db8024e468..dbaefece9f5 100644
--- a/source/_components/map.markdown
+++ b/source/_components/map.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Map"
description: "Offers a map to show tracked devices."
-date: 2017-10-11 10:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/marytts.markdown b/source/_components/marytts.markdown
index aba32454a4b..c493db37e8c 100644
--- a/source/_components/marytts.markdown
+++ b/source/_components/marytts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MaryTTS"
description: "Instructions on how to setup MaryTTS with Home Assistant."
-date: 2017-04-08 16:49
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: marytts.png
ha_category:
- Text-to-speech
diff --git a/source/_components/mastodon.markdown b/source/_components/mastodon.markdown
index df074b1e606..8dbd394bb3c 100644
--- a/source/_components/mastodon.markdown
+++ b/source/_components/mastodon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mastodon"
description: "Instructions on how to add Instapush notifications to Home Assistant."
-date: 2018-03-25 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mastodon.png
ha_category:
- Notifications
diff --git a/source/_components/matrix.markdown b/source/_components/matrix.markdown
index e0fb914dcbf..788f7815a96 100644
--- a/source/_components/matrix.markdown
+++ b/source/_components/matrix.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Matrix"
description: "Matrix chatbot support"
-date: 2018-03-25 18:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: matrix.png
ha_category:
- Hub
diff --git a/source/_components/maxcube.markdown b/source/_components/maxcube.markdown
index caf4f987340..ca323b75f8c 100644
--- a/source/_components/maxcube.markdown
+++ b/source/_components/maxcube.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "eQ-3 MAX! Cube"
description: "Instructions on how to integrate eQ-3 MAX! components with Home Assistant via eQ-3 MAX! Cube."
-date: 2017-02-04 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: maxcube.png
ha_category:
- Climate
diff --git a/source/_components/mcp23017.markdown b/source/_components/mcp23017.markdown
index e906d4114ed..56374eaf52c 100644
--- a/source/_components/mcp23017.markdown
+++ b/source/_components/mcp23017.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MCP23017 I2C GPIO expander"
description: "Instructions on how to integrate the MCP23017 GPIO pin expander with I2C interface into Home Assistant."
-date: 2019-04-14 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown
index 0aeb880cbd0..ac536aef146 100644
--- a/source/_components/media_extractor.markdown
+++ b/source/_components/media_extractor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Media Extractor"
description: "Instructions on how to integrate the Media Extractor into Home Assistant."
-date: 2017-07-12 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Media Player
diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown
index 65b1fc27652..7d0e1dd84e0 100644
--- a/source/_components/media_player.markdown
+++ b/source/_components/media_player.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Media Player"
description: "Instructions on how to setup your media players with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Media Player
diff --git a/source/_components/mediaroom.markdown b/source/_components/mediaroom.markdown
index 1bf9dd3d4f6..44faf7f8c79 100644
--- a/source/_components/mediaroom.markdown
+++ b/source/_components/mediaroom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mediaroom"
description: "Instructions on how to integrate Mediaroom Set-Top Boxes into Home Assistant."
-date: 2018-01-22 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mediaroom.png
ha_category:
- Media Player
diff --git a/source/_components/melissa.markdown b/source/_components/melissa.markdown
index 1225eb38086..fb38635219f 100644
--- a/source/_components/melissa.markdown
+++ b/source/_components/melissa.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Melissa"
description: "Instructions on how to integrate Melissa Climate into Home Assistant."
-date: 2017-01-05 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mclimate.png
ha_category:
- Hub
diff --git a/source/_components/meraki.markdown b/source/_components/meraki.markdown
index d3d82a14a52..0dba4b9c8ee 100644
--- a/source/_components/meraki.markdown
+++ b/source/_components/meraki.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Meraki"
description: "Instructions on how to integrate Meraki-based presence detection into Home Assistant."
-date: 2017-11-22 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: meraki.png
ha_category:
- Presence Detection
diff --git a/source/_components/mercedesme.markdown b/source/_components/mercedesme.markdown
index 5b12016f0e0..242514d4850 100644
--- a/source/_components/mercedesme.markdown
+++ b/source/_components/mercedesme.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mercedes me"
description: "Instructions on how to integrate Mercedes car with Mercedes me into Home Assistant."
-date: 2018-01-27 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mercedesme.png
ha_category:
- Car
diff --git a/source/_components/message_bird.markdown b/source/_components/message_bird.markdown
index d71a9a36c73..17018a384d1 100644
--- a/source/_components/message_bird.markdown
+++ b/source/_components/message_bird.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MessageBird"
description: "Instructions on how to add user notifications to Home Assistant."
-date: 2016-03-15 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: message_bird.png
ha_category:
- Notifications
diff --git a/source/_components/met.markdown b/source/_components/met.markdown
index a656578fed7..664e3cf7320 100644
--- a/source/_components/met.markdown
+++ b/source/_components/met.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Met.no"
description: "Instructions on how to integrate Met.no within Home Assistant."
-date: 2018-09-17 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: metno.png
ha_category:
- Weather
diff --git a/source/_components/meteo_france.markdown b/source/_components/meteo_france.markdown
index e041a5b94ce..a6e7354957e 100644
--- a/source/_components/meteo_france.markdown
+++ b/source/_components/meteo_france.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Météo-France"
description: "Instructions on how to integrate Météo-France within Home Assistant."
-date: 2018-10-18 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: meteo-france.png
ha_release: 0.89
ha_iot_class: Cloud Polling
diff --git a/source/_components/meteoalarm.markdown b/source/_components/meteoalarm.markdown
index 07ee8f8c4a4..9f53d6e6257 100644
--- a/source/_components/meteoalarm.markdown
+++ b/source/_components/meteoalarm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: MeteoAlarm Sensor
description: "Instructions on how to set up MeteoAlarm binary sensors within Home Assistant."
-date: 2019-05-03 16:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: meteoalarm.png
ha_category: Binary Sensor
ha_release: 0.93
diff --git a/source/_components/metoffice.markdown b/source/_components/metoffice.markdown
index 1410c447717..d5493d880d1 100644
--- a/source/_components/metoffice.markdown
+++ b/source/_components/metoffice.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Met Office"
description: "Instructions on how to integrate Met Office weather conditions into Home Assistant."
-date: 2017-03-23 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: metoffice.jpg
ha_category:
- Weather
diff --git a/source/_components/mfi.markdown b/source/_components/mfi.markdown
index 04af0134ac1..360ceb02954 100644
--- a/source/_components/mfi.markdown
+++ b/source/_components/mfi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "mFi"
description: "Instructions on how to integrate mFi within Home Assistant."
-date: 2016-02-07 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ubiquiti.png
ha_category:
- Network
diff --git a/source/_components/mhz19.markdown b/source/_components/mhz19.markdown
index 5a5dfed9e7b..849a21bde1d 100644
--- a/source/_components/mhz19.markdown
+++ b/source/_components/mhz19.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MH-Z19 CO2 Sensor"
description: "Instructions on how to integrate the MH-Z19 CO2 sensor with Home Assistant."
-date: 2016-08-24 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mhz19_logo.png
ha_category:
- DIY
diff --git a/source/_components/microsoft.markdown b/source/_components/microsoft.markdown
index 25c9bfb07e3..8bee1e31277 100644
--- a/source/_components/microsoft.markdown
+++ b/source/_components/microsoft.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Microsoft Text-to-Speech"
description: "Instructions on how to set up Microsoft Text-to-Speech with Home Assistant."
-date: 2017-11-07 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: microsoft.png
ha_category:
- Text-to-speech
diff --git a/source/_components/microsoft_face.markdown b/source/_components/microsoft_face.markdown
index 9ddf62c6d6c..02f1c347e31 100644
--- a/source/_components/microsoft_face.markdown
+++ b/source/_components/microsoft_face.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Microsoft Face"
description: "Instructions on how to integrate Microsoft Face integration into Home Assistant."
-date: 2017-01-25 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: microsoft.png
ha_category:
- Image Processing
diff --git a/source/_components/microsoft_face_detect.markdown b/source/_components/microsoft_face_detect.markdown
index 354d65254c8..a5f0b48ae67 100644
--- a/source/_components/microsoft_face_detect.markdown
+++ b/source/_components/microsoft_face_detect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Microsoft Face Detect"
description: "Instructions on how to integrate Microsoft Face Detect into Home Assistant."
-date: 2017-01-25 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: microsoft.png
ha_category:
- Image Processing
diff --git a/source/_components/microsoft_face_identify.markdown b/source/_components/microsoft_face_identify.markdown
index ebd4b254768..904ca8ad932 100644
--- a/source/_components/microsoft_face_identify.markdown
+++ b/source/_components/microsoft_face_identify.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Microsoft Face Identify"
description: "Instructions on how to integrate Microsoft Face Identify into Home Assistant."
-date: 2017-01-25 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: microsoft.png
ha_category:
- Image Processing
diff --git a/source/_components/miflora.markdown b/source/_components/miflora.markdown
index 78e02804369..88ce7069dc9 100644
--- a/source/_components/miflora.markdown
+++ b/source/_components/miflora.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mi Flora plant sensor"
description: "Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant."
-date: 2016-09-19 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: miflora.png
ha_category:
- Environment
@@ -122,8 +116,7 @@ sensor:
- platform: miflora
mac: 'xx:xx:xx:xx:xx:xx'
name: Flower 1
- force_update: false
- median: 3
+ force_up median: 3
monitored_conditions:
- moisture
- light
diff --git a/source/_components/mikrotik.markdown b/source/_components/mikrotik.markdown
index 9614e40ce4d..49199b8c8b2 100644
--- a/source/_components/mikrotik.markdown
+++ b/source/_components/mikrotik.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MikroTik"
description: "Instructions on how to integrate MikroTik/RouterOS based devices into Home Assistant."
-date: 2017-04-28 16:03
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mikrotik.png
ha_category:
- Presence Detection
diff --git a/source/_components/mill.markdown b/source/_components/mill.markdown
index 093bf7e2ee2..750607ba7df 100644
--- a/source/_components/mill.markdown
+++ b/source/_components/mill.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mill heater"
description: "Instructions on how to integrate Mill heater into Home Assistant."
-date: 2018-10-10 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mill.png
ha_category:
- Climate
diff --git a/source/_components/min_max.markdown b/source/_components/min_max.markdown
index fbcf66d44d7..6ea5c94f4bd 100644
--- a/source/_components/min_max.markdown
+++ b/source/_components/min_max.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Min/max Sensor"
description: "Instructions on how to integrate min/max sensors into Home Assistant."
-date: 2016-10-13 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/mitemp_bt.markdown b/source/_components/mitemp_bt.markdown
index 35954e7e775..46d44d831cf 100644
--- a/source/_components/mitemp_bt.markdown
+++ b/source/_components/mitemp_bt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi BLE Temperature and Humidity sensor"
description: "Instructions on how to integrate MiTemp BLE temperature and humidity sensor with Home Assistant."
-date: 2018-04-22 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- DIY
@@ -127,8 +121,7 @@ sensor:
- platform: mitemp_bt
mac: 'xx:xx:xx:xx:xx:xx'
name: Kids Room Temp
- force_update: false
- median: 3
+ force_up median: 3
monitored_conditions:
- temperature
- humidity
diff --git a/source/_components/mjpeg.markdown b/source/_components/mjpeg.markdown
index 3f1ce4400b3..3ab163d7c30 100644
--- a/source/_components/mjpeg.markdown
+++ b/source/_components/mjpeg.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Generic MJPEG IP Camera"
description: "Instructions on how to integrate IP cameras within Home Assistant."
-date: 2015-11-09 08:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Camera
diff --git a/source/_components/mobile_app.markdown b/source/_components/mobile_app.markdown
index fd28efdff3e..74ff070dc85 100644
--- a/source/_components/mobile_app.markdown
+++ b/source/_components/mobile_app.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mobile App"
description: "The Mobile App integration allows a generic platform for integrating with mobile apps."
-date: 2019-03-06 01:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- "Other"
diff --git a/source/_components/mochad.markdown b/source/_components/mochad.markdown
index d4207ffe5bb..9233b8227ca 100644
--- a/source/_components/mochad.markdown
+++ b/source/_components/mochad.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mochad"
description: "Instructions on how to integrate Mochad into Home Assistant."
-date: 2016-10-20 17:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Hub
- Light
diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown
index 98cbb20da3f..fb0bc873119 100644
--- a/source/_components/modbus.markdown
+++ b/source/_components/modbus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Modbus"
description: "Instructions on how to integrate Modbus within Home Assistant."
-date: 2015-04-25 9:16
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: modbus.png
ha_category:
- Hub
diff --git a/source/_components/modem_callerid.markdown b/source/_components/modem_callerid.markdown
index 51ef586329f..cd28ac6c315 100644
--- a/source/_components/modem_callerid.markdown
+++ b/source/_components/modem_callerid.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Caller ID Sensor"
description: "Instructions on how to integrate the Caller ID sensor into Home Assistant."
-date: 2017-02-20 22:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_release: "0.40"
diff --git a/source/_components/mold_indicator.markdown b/source/_components/mold_indicator.markdown
index ec8c3722058..261ca47c7aa 100644
--- a/source/_components/mold_indicator.markdown
+++ b/source/_components/mold_indicator.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mold Indicator"
description: "How to use the mold growth indication integration in Home Assistant"
-date: 2016-02-11 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Environment
diff --git a/source/_components/monoprice.markdown b/source/_components/monoprice.markdown
index 8f5fa9cce8f..2641bf05f0f 100644
--- a/source/_components/monoprice.markdown
+++ b/source/_components/monoprice.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Monoprice 6-Zone Amplifier"
description: "Instructions on how to integrate Monoprice 6-Zone Home Audio Controller into Home Assistant."
-date: 2017-10-02 11:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: monoprice.svg
ha_category:
- Media Player
diff --git a/source/_components/moon.markdown b/source/_components/moon.markdown
index 7254e672d69..ea0db0737fa 100644
--- a/source/_components/moon.markdown
+++ b/source/_components/moon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Moon Sensor"
description: "Instructions on how to integrate the moon sensor into Home Assistant."
-date: 2017-02-03 07:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Environment
diff --git a/source/_components/mopar.markdown b/source/_components/mopar.markdown
index 74993eaa693..2d397cd75b6 100644
--- a/source/_components/mopar.markdown
+++ b/source/_components/mopar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mopar"
description: "Instructions on how to integrate Mopar vehicles into Home Assistant."
-date: 2017-08-30 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mopar.png
ha_category:
- Car
diff --git a/source/_components/mpchc.markdown b/source/_components/mpchc.markdown
index 21cc0b83e2a..b16b0a74e17 100644
--- a/source/_components/mpchc.markdown
+++ b/source/_components/mpchc.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MPC-HC"
description: "Instructions on how to integrate MPC-HC into Home Assistant."
-date: 2016-07-27 21:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mpchc.png
ha_category:
- Media Player
diff --git a/source/_components/mpd.markdown b/source/_components/mpd.markdown
index c17885ebf74..ebf80e02ffe 100644
--- a/source/_components/mpd.markdown
+++ b/source/_components/mpd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Music Player Daemon (MPD)"
description: "Instructions on how to integrate Music Player Daemon into Home Assistant."
-date: 2016-09-30 23:06
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mpd.png
ha_category:
- Media Player
diff --git a/source/_components/mqtt.markdown b/source/_components/mqtt.markdown
index b26b6f7163f..77327257046 100644
--- a/source/_components/mqtt.markdown
+++ b/source/_components/mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT"
description: "Instructions on how to setup MQTT within Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Hub
diff --git a/source/_components/mqtt_eventstream.markdown b/source/_components/mqtt_eventstream.markdown
index feb0354ff44..b4216bf71c3 100644
--- a/source/_components/mqtt_eventstream.markdown
+++ b/source/_components/mqtt_eventstream.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Eventstream"
description: "Instructions on how to setup MQTT eventstream within Home Assistant."
-date: 2016-01-13 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Other
diff --git a/source/_components/mqtt_json.markdown b/source/_components/mqtt_json.markdown
index 2daf308fcfe..7d2968fd01f 100644
--- a/source/_components/mqtt_json.markdown
+++ b/source/_components/mqtt_json.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "JSON MQTT Device Tracker"
description: "Instructions on how to use JSON MQTT to track devices in Home Assistant."
-date: 2017-04-12 20:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Presence Detection
diff --git a/source/_components/mqtt_room.markdown b/source/_components/mqtt_room.markdown
index f3d24bdc9e7..1721581d906 100644
--- a/source/_components/mqtt_room.markdown
+++ b/source/_components/mqtt_room.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Room Presence"
description: "Instructions on how to track room presence within Home Assistant."
-date: 2016-08-21 03:58
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Presence Detection
diff --git a/source/_components/mqtt_statestream.markdown b/source/_components/mqtt_statestream.markdown
index 891d882df61..2a4d185eb47 100644
--- a/source/_components/mqtt_statestream.markdown
+++ b/source/_components/mqtt_statestream.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Statestream"
description: "Instructions on how to setup MQTT Statestream within Home Assistant."
-date: 2017-10-01 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Other
diff --git a/source/_components/mvglive.markdown b/source/_components/mvglive.markdown
index 95b51353fa1..8b1d94d075e 100644
--- a/source/_components/mvglive.markdown
+++ b/source/_components/mvglive.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MVG"
description: "Instructions on how to integrate Munich public transport departure times into Home Assistant."
-date: 2017-03-21 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mvg.png
ha_category:
- Transport
diff --git a/source/_components/mychevy.markdown b/source/_components/mychevy.markdown
index a4bc25370e0..cb72b781e35 100644
--- a/source/_components/mychevy.markdown
+++ b/source/_components/mychevy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MyChevy"
description: "Instructions on how to integrate Chevy Bolt car into Home Assistant."
-date: 2017-08-28 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: chevy.png
ha_category:
- Car
diff --git a/source/_components/mycroft.markdown b/source/_components/mycroft.markdown
index 7d06ea10ac0..41a8959b70c 100644
--- a/source/_components/mycroft.markdown
+++ b/source/_components/mycroft.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mycroft"
description: "Instructions on how to setup Mycroft AI within Home Assistant."
-date: 2017-08-26 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mycroft.png
ha_category:
- Voice
diff --git a/source/_components/myq.markdown b/source/_components/myq.markdown
index 31f02870e0d..49d39aef031 100644
--- a/source/_components/myq.markdown
+++ b/source/_components/myq.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MyQ Cover"
description: "Instructions on how to integrate MyQ-Enabled garage door covers into Home Assistant."
-date: 2017-02-14 14:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: myq.png
ha_category:
- Cover
diff --git a/source/_components/mysensors.markdown b/source/_components/mysensors.markdown
index ffb975624fc..98bd9f28f36 100644
--- a/source/_components/mysensors.markdown
+++ b/source/_components/mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors"
description: "Instructions on how to integrate MySensors sensors into Home Assistant."
-date: 2016-10-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/mystrom.markdown b/source/_components/mystrom.markdown
index 050cfe5fbe3..4419123b408 100644
--- a/source/_components/mystrom.markdown
+++ b/source/_components/mystrom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "myStrom WiFi Bulb"
description: "Instructions on how to integrate myStrom WiFi Bulbs into Home Assistant."
-date: 2017-04-18 06:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mystrom.png
ha_category:
- Light
diff --git a/source/_components/mythicbeastsdns.markdown b/source/_components/mythicbeastsdns.markdown
index 1b721ffe012..b2e771163c0 100644
--- a/source/_components/mythicbeastsdns.markdown
+++ b/source/_components/mythicbeastsdns.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Mythic Beasts DNS"
description: "Keep your mythic beasts DNS updated"
-date: 2018-11-09 14:57
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Network
ha_release: 0.85
diff --git a/source/_components/n26.markdown b/source/_components/n26.markdown
index a9e7d5c2ee1..264cf0c8d3c 100644
--- a/source/_components/n26.markdown
+++ b/source/_components/n26.markdown
@@ -1,19 +1,12 @@
---
-layout: page
title: "N26"
description: "Instructions on how to integrate N26 integration within Home Assistant."
-date: 2019-03-11 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: n26.png
ha_category:
- Finance
- Sensor
- Switch
ha_release: 0.92
-featured: false
ha_iot_class: Cloud Polling
---
diff --git a/source/_components/nad.markdown b/source/_components/nad.markdown
index bcdec4b48ca..402e8227d95 100644
--- a/source/_components/nad.markdown
+++ b/source/_components/nad.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NAD"
description: "Instructions on how to integrate NAD receivers into Home Assistant."
-date: 2016-01-05 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nad.png
ha_category:
- Media Player
diff --git a/source/_components/namecheapdns.markdown b/source/_components/namecheapdns.markdown
index 6189ac0aea0..4508a5fe15e 100644
--- a/source/_components/namecheapdns.markdown
+++ b/source/_components/namecheapdns.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NamecheapDNS"
description: "Keep your namecheap dynamic DNS up to date"
-date: 2017-10-11 20:16
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: namecheap.png
ha_category:
- Network
diff --git a/source/_components/nanoleaf.markdown b/source/_components/nanoleaf.markdown
index 1a14a5744a9..6a234cc8d93 100644
--- a/source/_components/nanoleaf.markdown
+++ b/source/_components/nanoleaf.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nanoleaf Light Panel"
description: "Instructions how to integrate Nanoleaf Light Panels into Home Assistant."
-date: 2018-01-04 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nanoleaf_light.png
ha_category:
- Light
diff --git a/source/_components/neato.markdown b/source/_components/neato.markdown
index 73b76c84d67..6eddf469ee4 100644
--- a/source/_components/neato.markdown
+++ b/source/_components/neato.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Neato Robotics"
description: "Instructions on how to integrate your Neato within Home Assistant."
-date: 2016-10-09 20:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: neato.png
ha_category:
- Camera
diff --git a/source/_components/nederlandse_spoorwegen.markdown b/source/_components/nederlandse_spoorwegen.markdown
index 7849eb5abdd..7faf2bdd120 100644
--- a/source/_components/nederlandse_spoorwegen.markdown
+++ b/source/_components/nederlandse_spoorwegen.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nederlandse Spoorwegen"
description: "Instructions on how to integrate timetable data for traveling by train in the Netherlands within Home Assistant."
-date: 2017-10-25 13:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nederlandse_spoorwegen.png
ha_category:
- Transport
diff --git a/source/_components/nello.markdown b/source/_components/nello.markdown
index 022b6cbb430..715c19e8624 100644
--- a/source/_components/nello.markdown
+++ b/source/_components/nello.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nello Lock"
description: "Instructions on how to integrate Nello intercom devices."
-date: 2017-08-13 17:25
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nello.png
ha_category:
- Lock
diff --git a/source/_components/ness_alarm.markdown b/source/_components/ness_alarm.markdown
index 02bf59f53db..fc3cb90fd84 100644
--- a/source/_components/ness_alarm.markdown
+++ b/source/_components/ness_alarm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ness Alarm"
description: "Instructions on how to integrate a Ness D8x/D16x alarm system with Home Assistant."
-date: 2018-11-25 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ness.png
ha_category:
- Alarm
diff --git a/source/_components/nest.markdown b/source/_components/nest.markdown
index 5512645fc80..1f9ac0374e3 100644
--- a/source/_components/nest.markdown
+++ b/source/_components/nest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nest"
description: "Instructions on how to integrate Nest into Home Assistant."
-date: 2016-01-29 21:57
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nest.png
ha_category:
- Hub
@@ -14,7 +8,6 @@ ha_category:
- Camera
- Climate
- Sensor
-featured: false
ha_iot_class: Cloud Push
redirect_from:
- /components/binary_sensor.nest/
diff --git a/source/_components/netatmo.markdown b/source/_components/netatmo.markdown
index af5503ba578..b5bd12a108d 100644
--- a/source/_components/netatmo.markdown
+++ b/source/_components/netatmo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Netatmo"
description: "Instructions on how to integrate Netatmo integration into Home Assistant."
-date: 2016-06-02 08:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: netatmo.png
ha_category:
- Hub
diff --git a/source/_components/netdata.markdown b/source/_components/netdata.markdown
index d69d9dc4e2f..0deca3fb283 100644
--- a/source/_components/netdata.markdown
+++ b/source/_components/netdata.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Netdata"
description: "Instructions on how to integrate Netdata within Home Assistant."
-date: 2016-12-05 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: netdata.png
ha_category:
- System Monitor
diff --git a/source/_components/netgear.markdown b/source/_components/netgear.markdown
index 622a451d59c..6b9189e52ff 100644
--- a/source/_components/netgear.markdown
+++ b/source/_components/netgear.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Netgear"
description: "Instructions on how to integrate Netgear routers into Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: netgear.png
ha_category:
- Presence Detection
diff --git a/source/_components/netgear_lte.markdown b/source/_components/netgear_lte.markdown
index d728a6c2dc4..fe414c6b482 100644
--- a/source/_components/netgear_lte.markdown
+++ b/source/_components/netgear_lte.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Netgear LTE"
description: "Instructions on how to integrate your Netgear LTE modem within Home Assistant."
-date: 2018-06-06 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: netgear.png
ha_release: 0.72
ha_category:
diff --git a/source/_components/netio.markdown b/source/_components/netio.markdown
index 99cfd8ebfda..6e72873cc72 100644
--- a/source/_components/netio.markdown
+++ b/source/_components/netio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Netio Switch"
description: "Instructions on how to integrate Netio switches into Home Assistant."
-date: 2016-09-02 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: netio.png
ha_category:
- Switch
diff --git a/source/_components/neurio_energy.markdown b/source/_components/neurio_energy.markdown
index f5453f39fe0..1c7c4c5b03c 100644
--- a/source/_components/neurio_energy.markdown
+++ b/source/_components/neurio_energy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Neurio"
description: "Instructions on how to integrate Neurio within Home Assistant."
-date: 2016-02-15 21:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: neurio.png
ha_category:
- Energy
diff --git a/source/_components/nextbus.markdown b/source/_components/nextbus.markdown
index f6324681eca..c05c001fd88 100644
--- a/source/_components/nextbus.markdown
+++ b/source/_components/nextbus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Public Transit (Nextbus)"
description: "Instructions on how to use public transit data from Nextbus in Home Assistant."
-date: 2019-02-20 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: train.png
ha_category:
- Transport
diff --git a/source/_components/nfandroidtv.markdown b/source/_components/nfandroidtv.markdown
index fa396171800..27ef3bad95e 100644
--- a/source/_components/nfandroidtv.markdown
+++ b/source/_components/nfandroidtv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Notifications for Android TV / FireTV"
description: "Notifications for Android TV / FireTV"
-date: 2016-10-21 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nfandroidtv.png
ha_category:
- Notifications
diff --git a/source/_components/niko_home_control.markdown b/source/_components/niko_home_control.markdown
index 83ae7f67628..c7244bf4b3f 100644
--- a/source/_components/niko_home_control.markdown
+++ b/source/_components/niko_home_control.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Niko Home Control Light"
description: "Instructions on how to integrate Niko Home Control lights into Home Assistant."
-date: 2018-04-08 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: niko.png
ha_category:
- Light
diff --git a/source/_components/nilu.markdown b/source/_components/nilu.markdown
index 65969efc2a2..17bd10436c6 100644
--- a/source/_components/nilu.markdown
+++ b/source/_components/nilu.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Norwegian Institute for Air Research"
description: "Instructions on how to integrate air pollution data from NILU within Home Assistant."
-date: 2018-12-30 18:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nilu_logo.png
ha_category:
- Health
diff --git a/source/_components/nissan_leaf.markdown b/source/_components/nissan_leaf.markdown
index 250e22e8a9d..b6c0fd82cbd 100644
--- a/source/_components/nissan_leaf.markdown
+++ b/source/_components/nissan_leaf.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nissan Leaf"
description: "Instructions for how to integrate Nissan Leaf(s) into Home Assistant."
-date: 2019-01-05 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nissan.png
ha_category:
- Car
diff --git a/source/_components/nmap_tracker.markdown b/source/_components/nmap_tracker.markdown
index 3ac31cf5e75..d02e99338a7 100644
--- a/source/_components/nmap_tracker.markdown
+++ b/source/_components/nmap_tracker.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nmap"
description: "Instructions on how to integrate Nmap into Home Assistant."
-date: 2018-09-21 18:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nmap.png
ha_category:
- Presence Detection
diff --git a/source/_components/nmbs.markdown b/source/_components/nmbs.markdown
index 06ba7603c29..0643941c70e 100644
--- a/source/_components/nmbs.markdown
+++ b/source/_components/nmbs.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NMBS Sensor"
description: "Instructions on how to integrate timetable data for traveling on the NMBS Belgian Railway within Home Assistant."
-date: 2018-11-24 13:47
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sncb_nmbs.gif
ha_category:
- Transport
diff --git a/source/_components/no_ip.markdown b/source/_components/no_ip.markdown
index 223f6f72bf0..b7011daa526 100644
--- a/source/_components/no_ip.markdown
+++ b/source/_components/no_ip.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NO-IP.com"
description: "Keep your computer registered with the NO-IP.com dynamic DNS."
-date: 2017-10-27 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: noip.png
ha_category:
- Network
diff --git a/source/_components/noaa_tides.markdown b/source/_components/noaa_tides.markdown
index 2f6ca17d99a..dd04e3cb897 100644
--- a/source/_components/noaa_tides.markdown
+++ b/source/_components/noaa_tides.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NOAA Tides"
description: "Instructions to add NOAA Tide information to Home Assistant."
-date: 2018-07-24 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Environment
ha_release: 0.75
diff --git a/source/_components/norway_air.markdown b/source/_components/norway_air.markdown
index 33c937cedb3..a957d14bb11 100644
--- a/source/_components/norway_air.markdown
+++ b/source/_components/norway_air.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Norway Air Quality"
description: "Display the current status of Norway air quality."
-date: 2019-02-02 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: metno.png
ha_category:
- Health
diff --git a/source/_components/notify.command_line.markdown b/source/_components/notify.command_line.markdown
index b9105f1981b..44c6db4e684 100644
--- a/source/_components/notify.command_line.markdown
+++ b/source/_components/notify.command_line.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Command line Notify"
description: "Instructions on how to add command line notifications to Home Assistant."
-date: 2016-02-22 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: command_line.png
ha_category:
- Notifications
diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown
index afda9b6f25b..2efe7347988 100644
--- a/source/_components/notify.group.markdown
+++ b/source/_components/notify.group.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Notify Group"
description: "Instructions on how to setup the notify group platform."
-date: 2016-08-18 00:12
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Notifications
diff --git a/source/_components/notify.knx.markdown b/source/_components/notify.knx.markdown
index 5c5db243871..2f3572ba211 100644
--- a/source/_components/notify.knx.markdown
+++ b/source/_components/notify.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Notify"
description: "Instructions on how to use the KNX notify with Home Assistant."
-date: 2016-09-03 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Notifications
diff --git a/source/_components/notify.markdown b/source/_components/notify.markdown
index 5255e2482d5..5dbb6d04ab7 100644
--- a/source/_components/notify.markdown
+++ b/source/_components/notify.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Notifications"
description: "Instructions on how to add user notifications to Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Notifications
diff --git a/source/_components/notify.mysensors.markdown b/source/_components/notify.mysensors.markdown
index 1a0f71e7875..5c304a67317 100644
--- a/source/_components/notify.mysensors.markdown
+++ b/source/_components/notify.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Notify"
description: "Instructions on how to integrate MySensors notifications into Home Assistant."
-date: 2017-01-07 15:00 +0100
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/notify.rest.markdown b/source/_components/notify.rest.markdown
index 66928eecbae..2c36aaec529 100644
--- a/source/_components/notify.rest.markdown
+++ b/source/_components/notify.rest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "REST"
description: "Instructions on how to add RESTful notifications to Home Assistant."
-date: 2016-02-12 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: restful.png
ha_category:
- Notifications
diff --git a/source/_components/nsw_fuel_station.markdown b/source/_components/nsw_fuel_station.markdown
index cf6dd619386..6897055e47c 100644
--- a/source/_components/nsw_fuel_station.markdown
+++ b/source/_components/nsw_fuel_station.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NSW Fuel Station Price Sensor"
description: "Instructions on how to integrate NSW fuel station prices into Home Assistant."
-date: 2018-06-02 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: fuelcheck.png
ha_category:
- Car
diff --git a/source/_components/nsw_rural_fire_service_feed.markdown b/source/_components/nsw_rural_fire_service_feed.markdown
index e14053f7c13..54515404b29 100644
--- a/source/_components/nsw_rural_fire_service_feed.markdown
+++ b/source/_components/nsw_rural_fire_service_feed.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NSW Rural Fire Service Incidents"
description: "Instructions on how to integrate the NSW Rural Fire Service Incidents feed into Home Assistant."
-date: 2018-09-23 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nsw-rural-fire-service.png
ha_category:
- Geolocation
diff --git a/source/_components/nuheat.markdown b/source/_components/nuheat.markdown
index 93d6006feac..57da10c93bc 100644
--- a/source/_components/nuheat.markdown
+++ b/source/_components/nuheat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NuHeat"
description: "Instructions on how to integrate your NuHeat Signature thermostats within Home Assistant."
-date: 2017-11-11 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nuheat.png
ha_category:
- Climate
diff --git a/source/_components/nuimo_controller.markdown b/source/_components/nuimo_controller.markdown
index 968026dfdb6..452926a2e1a 100644
--- a/source/_components/nuimo_controller.markdown
+++ b/source/_components/nuimo_controller.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nuimo controller"
description: "Instructions on how to setup and use a Nuimo device in Home Assistant."
-date: 2016-08-30 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nuimo.png
ha_category:
- Hub
diff --git a/source/_components/nuki.markdown b/source/_components/nuki.markdown
index 1706f363579..1c900edfec6 100644
--- a/source/_components/nuki.markdown
+++ b/source/_components/nuki.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Nuki Smart Lock"
description: "Instructions on how to integrate a Nuki Smart Lock devices."
-date: 2017-02-02 09:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nuki.png
ha_category:
- Lock
diff --git a/source/_components/nut.markdown b/source/_components/nut.markdown
index b0863ba2a33..1b370f9309d 100644
--- a/source/_components/nut.markdown
+++ b/source/_components/nut.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: NUT Sensor
description: "Instructions on how to set up NUT sensors within Home Assistant."
-date: 2016-11-23
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: nut.png
ha_category:
- System Monitor
@@ -90,15 +84,12 @@ ups.vendorid: 051d
ups.timer.shutdown: -1
ups.test.result: No test initiated
ups.firmware: 868.L3 -P.D
-battery.mfr.date: 2015/05/08
-ups.serial: 3B1519X19994
+battery.mfr.ups.serial: 3B1519X19994
ups.productid: 0002
battery.runtime: 2552
-battery.date: 2001/09/25
-battery.voltage.nominal: 24.0
+battery.battery.voltage.nominal: 24.0
battery.type: PbAc
-ups.mfr.date: 2015/05/08
-ups.status: OL
+ups.mfr.ups.status: OL
ups.model: Back-UPS RS1000G
ups.beeper.status: disabled
battery.charge: 100
diff --git a/source/_components/nx584.markdown b/source/_components/nx584.markdown
index 73c489f466f..b6d7cf24f79 100644
--- a/source/_components/nx584.markdown
+++ b/source/_components/nx584.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NX584 Alarm Control Panel"
description: "Instructions on how to integrate NX584 into Home Assistant."
-date: 2016-02-07 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: networx.png
ha_category:
- Alarm
diff --git a/source/_components/nzbget.markdown b/source/_components/nzbget.markdown
index 2a91ac2877c..375928a39cb 100644
--- a/source/_components/nzbget.markdown
+++ b/source/_components/nzbget.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "NZBGet"
description: "Instructions on how to integrate NZBGet within Home Assistant."
-date: 2016-04-08 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Downloading
logo: nzbget.png
diff --git a/source/_components/oasa_telematics.markdown b/source/_components/oasa_telematics.markdown
index 36cb1e3a18c..5dfd7d71158 100644
--- a/source/_components/oasa_telematics.markdown
+++ b/source/_components/oasa_telematics.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OASA Telematics"
description: "Instructions on how to integrate bus and trolley arrival data for Greek OASA Telematics within Home Assistant."
-date: 2019-03-05 21:52
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: oasa.png
ha_category:
- Transport
diff --git a/source/_components/octoprint.markdown b/source/_components/octoprint.markdown
index 95efbbdbd5e..3f66a1b6338 100644
--- a/source/_components/octoprint.markdown
+++ b/source/_components/octoprint.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OctoPrint"
description: "Instructions on how to setup the OctoPrint in Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: octoprint.png
ha_category:
- Hub
diff --git a/source/_components/oem.markdown b/source/_components/oem.markdown
index 82de0925bfa..0d78a4e7ba1 100644
--- a/source/_components/oem.markdown
+++ b/source/_components/oem.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenEnergyMonitor WiFi Thermostat"
description: "Instructions on how to integrate an OpenEnergyMonitor thermostat with Home Assistant."
-date: 2017-01-27 11:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: oem.png
ha_category:
- Climate
diff --git a/source/_components/ohmconnect.markdown b/source/_components/ohmconnect.markdown
index 065138acd8e..85c9f98d7a2 100644
--- a/source/_components/ohmconnect.markdown
+++ b/source/_components/ohmconnect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OhmConnect"
description: "Documentation about the OhmConnect sensor."
-date: 2016-08-08 17:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: "ohmconnect.png"
ha_category:
- Energy
diff --git a/source/_components/onboarding.markdown b/source/_components/onboarding.markdown
index 4214d6def9c..6bbc0ba483a 100644
--- a/source/_components/onboarding.markdown
+++ b/source/_components/onboarding.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Onboarding"
description: "This integration is responsible for providing the onboarding endpoints."
-date: 2018-03-19 21:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/onewire.markdown b/source/_components/onewire.markdown
index 7cacfeb3d59..7bc9d35aabd 100644
--- a/source/_components/onewire.markdown
+++ b/source/_components/onewire.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "One wire Sensor"
description: "Instructions on how to integrate One wire (1-wire) sensors into Home Assistant."
-date: 2017-09-15 10:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: onewire.png
ha_category:
- DIY
diff --git a/source/_components/onkyo.markdown b/source/_components/onkyo.markdown
index 822717cb504..6b51a0095ba 100644
--- a/source/_components/onkyo.markdown
+++ b/source/_components/onkyo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Onkyo"
description: "Instructions on how to integrate Onkyo and some Pioneer receivers into Home Assistant."
-date: 2016-03-30 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: onkyo.png
ha_category:
- Media Player
diff --git a/source/_components/onvif.markdown b/source/_components/onvif.markdown
index f6721103f53..9bba6088bdf 100644
--- a/source/_components/onvif.markdown
+++ b/source/_components/onvif.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ONVIF Camera"
description: "Instructions on how to integrate a ONVIF camera within Home Assistant."
-date: 2017-06-09 21:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: onvif.png
ha_category:
- Camera
diff --git a/source/_components/openalpr_cloud.markdown b/source/_components/openalpr_cloud.markdown
index 8ba6284898b..9029e61b93a 100644
--- a/source/_components/openalpr_cloud.markdown
+++ b/source/_components/openalpr_cloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenALPR Cloud"
description: "Instructions on how to integrate licences plates with OpenALPR cloud into Home Assistant."
-date: 2017-01-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openalpr.png
ha_category:
- Image Processing
diff --git a/source/_components/openalpr_local.markdown b/source/_components/openalpr_local.markdown
index 6206c7feaef..8321eac791e 100644
--- a/source/_components/openalpr_local.markdown
+++ b/source/_components/openalpr_local.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenALPR Local"
description: "Instructions on how to integrate licences plates with OpenALPR local into Home Assistant."
-date: 2017-01-09 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openalpr.png
ha_category:
- Image Processing
diff --git a/source/_components/opencv.markdown b/source/_components/opencv.markdown
index e9047b10432..460def7eb71 100644
--- a/source/_components/opencv.markdown
+++ b/source/_components/opencv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenCV"
description: "Instructions on how to integrate OpenCV image processing into Home Assistant."
-date: 2017-01-25 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: opencv.png
ha_category:
- Image Processing
diff --git a/source/_components/openevse.markdown b/source/_components/openevse.markdown
index dd5e1dd4bd9..6b63ca3a203 100644
--- a/source/_components/openevse.markdown
+++ b/source/_components/openevse.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenEVSE Sensor"
description: "Instructions on how to integrate a WiFi-equipped OpenEVSE Charging station with Home Assistant"
-date: 2017-02-02 22:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openevse.png
ha_category:
- Car
diff --git a/source/_components/openexchangerates.markdown b/source/_components/openexchangerates.markdown
index d6e93cb9806..9d069eea6d8 100644
--- a/source/_components/openexchangerates.markdown
+++ b/source/_components/openexchangerates.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Open Exchange Rates"
description: "Instructions on how to integrate exchange rates from https://openexchangerates.org within Home Assistant."
-date: 2016-06-23 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Finance
logo: openexchangerates.png
diff --git a/source/_components/opengarage.markdown b/source/_components/opengarage.markdown
index fc433c1d2e0..5f0da78a861 100644
--- a/source/_components/opengarage.markdown
+++ b/source/_components/opengarage.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenGarage Cover"
description: "Instructions on how to integrate OpenGarage.io covers within Home Assistant."
-date: 2017-04-07 14:25
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: opengarage.png
ha_category:
- DIY
diff --git a/source/_components/openhardwaremonitor.markdown b/source/_components/openhardwaremonitor.markdown
index 6abc3fafc86..8964e53f1a4 100644
--- a/source/_components/openhardwaremonitor.markdown
+++ b/source/_components/openhardwaremonitor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Open Hardware Monitor Sensor"
description: "Instructions on how to integrate Open Hardware Monitor within Home Assistant."
-date: 2017-06-16 00:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openhardwaremonitor.png
ha_category:
- System Monitor
diff --git a/source/_components/openhome.markdown b/source/_components/openhome.markdown
index ac3916a1a53..d6c2183e6ab 100644
--- a/source/_components/openhome.markdown
+++ b/source/_components/openhome.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Linn / Openhome"
description: "Instructions on how to integrate Linn Ds and Openhome renderers into Home Assistant."
-date: 2017-02-21 22:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: linn.png
ha_category:
- Media Player
diff --git a/source/_components/opensensemap.markdown b/source/_components/opensensemap.markdown
index ff26c8b9d3f..49dc1f723f1 100644
--- a/source/_components/opensensemap.markdown
+++ b/source/_components/opensensemap.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenSenseMap"
description: "Instructions on how to setup openSenseMap sensors in Home Assistant."
-date: 2018-12-15 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: opensensemap.png
ha_category:
- Health
diff --git a/source/_components/opensky.markdown b/source/_components/opensky.markdown
index 13613a87df4..7bcfe5f785b 100644
--- a/source/_components/opensky.markdown
+++ b/source/_components/opensky.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenSky Network"
description: "Instructions on how to integrate OpenSky Network into Home Assistant."
-date: 2017-04-14 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: opensky.png
ha_category:
- Transport
diff --git a/source/_components/opentherm_gw.markdown b/source/_components/opentherm_gw.markdown
index 0320bdddc63..eb1d5a6c285 100644
--- a/source/_components/opentherm_gw.markdown
+++ b/source/_components/opentherm_gw.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenTherm Gateway Hub"
description: "Control your OpenTherm Gateway from Home Assistant."
-date: 2018-10-07 16:23
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: opentherm.png
ha_category:
- Hub
diff --git a/source/_components/openuv.markdown b/source/_components/openuv.markdown
index 7c83aa13f27..a67ac93b715 100644
--- a/source/_components/openuv.markdown
+++ b/source/_components/openuv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenUV"
description: "Instructions on how to integrate OpenUV within Home Assistant."
-date: 2018-07-31 22:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openuv.jpg
ha_category:
- Health
diff --git a/source/_components/openweathermap.markdown b/source/_components/openweathermap.markdown
index 4581bfe0c78..e5b7852c48c 100644
--- a/source/_components/openweathermap.markdown
+++ b/source/_components/openweathermap.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenWeatherMap"
description: "Instructions on how to integrate OpenWeatherMap within Home Assistant."
-date: 2016-09-29 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openweathermap.png
ha_category:
- Weather
diff --git a/source/_components/openwrt.markdown b/source/_components/openwrt.markdown
index 81df537190d..d23133df208 100644
--- a/source/_components/openwrt.markdown
+++ b/source/_components/openwrt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenWRT"
description: "Instructions on how to integrate OpenWRT routers into Home Assistant."
-date: 2018-03-09 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openwrt.png
ha_category:
- Presence Detection
diff --git a/source/_components/opple.markdown b/source/_components/opple.markdown
index 5b8dd124269..b74d6ca3c06 100644
--- a/source/_components/opple.markdown
+++ b/source/_components/opple.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Opple Light"
description: "Instructions on how to integrate Opple lights into Home Assistant."
-date: 2018-09-21 10:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: opple.png
ha_category:
- Light
diff --git a/source/_components/orangepi_gpio.markdown b/source/_components/orangepi_gpio.markdown
index 8a3c0c0684b..c1c61481a61 100644
--- a/source/_components/orangepi_gpio.markdown
+++ b/source/_components/orangepi_gpio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Orange Pi GPIO"
description: "Instructions on how to integrate the GPIO capability of a Orange Pi into Home Assistant."
-date: 2019-03-29 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- DIY
- Binary Sensor
diff --git a/source/_components/orvibo.markdown b/source/_components/orvibo.markdown
index 670a5100f04..bcd1fdc336d 100644
--- a/source/_components/orvibo.markdown
+++ b/source/_components/orvibo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Orvibo Switch"
description: "Instructions on how to integrate Orvibo sockets within Home Assistant."
-date: 2015-11-15 18:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: orvibo.png
ha_category:
- Switch
diff --git a/source/_components/osramlightify.markdown b/source/_components/osramlightify.markdown
index 956eb114621..5d24ccff1f5 100644
--- a/source/_components/osramlightify.markdown
+++ b/source/_components/osramlightify.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Osram Lightify"
description: "Instructions on how to integrate Osram Lightify into Home Assistant."
-date: 2016-05-29 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: osramlightify.png
ha_category:
- Light
diff --git a/source/_components/otp.markdown b/source/_components/otp.markdown
index 41e4a27980d..eb13a912337 100644
--- a/source/_components/otp.markdown
+++ b/source/_components/otp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OTP Sensor"
description: "Instructions on how to add One-Time Password (OTP) sensors into Home Assistant."
-date: 2017-07-04 07:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/owlet.markdown b/source/_components/owlet.markdown
index e822dfcfc85..506fe5ca46b 100644
--- a/source/_components/owlet.markdown
+++ b/source/_components/owlet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Owlet"
description: "Instructions on how to integrate Owlet baby monitor into Home Assistant."
-date: 2019-01-19
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: owlet.svg
ha_category:
- Health
diff --git a/source/_components/owntracks.markdown b/source/_components/owntracks.markdown
index 244e72fea58..d9bde300359 100644
--- a/source/_components/owntracks.markdown
+++ b/source/_components/owntracks.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Owntracks"
description: "Instructions on how to use Owntracks to track devices in Home Assistant."
-date: 2015-09-22 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: owntracks.png
ha_category:
- Presence Detection
diff --git a/source/_components/panasonic_bluray.markdown b/source/_components/panasonic_bluray.markdown
index 9120ea72a6a..145c6e4443d 100644
--- a/source/_components/panasonic_bluray.markdown
+++ b/source/_components/panasonic_bluray.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Panasonic Blu-Ray Player"
description: "Instructions on how to integrate a Panasonic Blu-Ray player into Home Assistant."
-date: 2018-11-13 20:48
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: panasonic.png
ha_category:
- Media Player
diff --git a/source/_components/panasonic_viera.markdown b/source/_components/panasonic_viera.markdown
index c6a8761dba1..b725f530f79 100644
--- a/source/_components/panasonic_viera.markdown
+++ b/source/_components/panasonic_viera.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Panasonic Viera TV"
description: "Instructions on how to integrate a Panasonic Viera TV into Home Assistant."
-date: 2016-03-17 13:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: panasonic.png
ha_category:
- Media Player
diff --git a/source/_components/pandora.markdown b/source/_components/pandora.markdown
index fbb8664e261..7e363e1b12f 100644
--- a/source/_components/pandora.markdown
+++ b/source/_components/pandora.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pandora"
description: "Instructions on how to integrate Pandora radio into Home Assistant."
-date: 2016-06-10 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pandora.png
ha_category:
- Media Player
diff --git a/source/_components/panel_custom.markdown b/source/_components/panel_custom.markdown
index a69d84452a7..1a7932446b7 100644
--- a/source/_components/panel_custom.markdown
+++ b/source/_components/panel_custom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Panel Custom"
description: "Instructions on how to add customized panels to the frontend of Home Assistant."
-date: 2015-08-08 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Front end
diff --git a/source/_components/panel_iframe.markdown b/source/_components/panel_iframe.markdown
index e3c420f5964..32fd09543f5 100644
--- a/source/_components/panel_iframe.markdown
+++ b/source/_components/panel_iframe.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Panel iFrame"
description: "Instructions on how to add iFrames in the frontend of Home Assistant."
-date: 2015-07-17 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Front end
diff --git a/source/_components/pencom.markdown b/source/_components/pencom.markdown
index b3ec93a6496..394b23b8dc5 100644
--- a/source/_components/pencom.markdown
+++ b/source/_components/pencom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pencom"
description: "How to use Pencom Designs 8 channel relay boards."
-date: 2018-10-05 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pencom.png
ha_category:
- Switch
diff --git a/source/_components/persistent_notification.markdown b/source/_components/persistent_notification.markdown
index 4138fef8711..32f4ac8c5e2 100644
--- a/source/_components/persistent_notification.markdown
+++ b/source/_components/persistent_notification.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Persistent notification"
description: "Instructions on how to integrate persistent notifications into Home Assistant."
-date: 2016-06-25 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/person.markdown b/source/_components/person.markdown
index f8c1dad8cd1..03d7d39311b 100644
--- a/source/_components/person.markdown
+++ b/source/_components/person.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Person"
description: "Instructions on how to set up people tracking within Home Assistant."
-date: 2019-02-05 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Presence Detection
diff --git a/source/_components/philips_js.markdown b/source/_components/philips_js.markdown
index 36cd7db54ce..5b7302ccfd9 100644
--- a/source/_components/philips_js.markdown
+++ b/source/_components/philips_js.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Philips TV"
description: "Instructions on how to add Philips TVs to Home Assistant."
-date: 2016-11-01 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: philips.png
ha_category:
- Media Player
diff --git a/source/_components/pi_hole.markdown b/source/_components/pi_hole.markdown
index 9fc4c447797..39c1ae878fc 100644
--- a/source/_components/pi_hole.markdown
+++ b/source/_components/pi_hole.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pi-hole Sensor"
description: "Instructions on how to integrate Pi-hole sensors into Home Assistant."
-date: 2016-09-03 16:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- System Monitor
ha_iot_class: Local Polling
diff --git a/source/_components/picotts.markdown b/source/_components/picotts.markdown
index 72bd863e746..1eb6b3ce654 100644
--- a/source/_components/picotts.markdown
+++ b/source/_components/picotts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pico Text-to-Speech"
description: "Instructions on how to setup Pico Text-to-Speech with Home Assistant."
-date: 2017-01-03 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Text-to-speech
diff --git a/source/_components/piglow.markdown b/source/_components/piglow.markdown
index 2f239c948a5..8b2fcd8724d 100644
--- a/source/_components/piglow.markdown
+++ b/source/_components/piglow.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Piglow"
description: "Instructions on how to setup Piglow LED's within Home Assistant."
-date: 2017-01-13 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/pilight.markdown b/source/_components/pilight.markdown
index f8b9ba414b4..955cd6463b5 100644
--- a/source/_components/pilight.markdown
+++ b/source/_components/pilight.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pilight"
description: "Instructions on how to setup Pilight within Home Assistant."
-date: 2015-08-07 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pilight.png
ha_category:
- DIY
diff --git a/source/_components/ping.markdown b/source/_components/ping.markdown
index 9d843846aa3..fd0732a01e9 100644
--- a/source/_components/ping.markdown
+++ b/source/_components/ping.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ping (ICMP)"
description: "Instructions on how to integrate Ping (ICMP)-based into Home Assistant."
-date: 2017-04-11 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Network
diff --git a/source/_components/pioneer.markdown b/source/_components/pioneer.markdown
index a81ebdcdbd3..737cc1adadc 100644
--- a/source/_components/pioneer.markdown
+++ b/source/_components/pioneer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pioneer Network Receivers"
description: "Instructions on how to integrate a Pioneer Network Receivers into Home Assistant."
-date: 2016-05-07 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pioneer.png
ha_category:
- Media Player
diff --git a/source/_components/pjlink.markdown b/source/_components/pjlink.markdown
index f597e9c2b30..dd09608325d 100644
--- a/source/_components/pjlink.markdown
+++ b/source/_components/pjlink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PJLink"
description: "Instructions on how to integrate PJLink enabled projectors into Home Assistant."
-date: 2018-06-21 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pjlink.png
ha_category:
- Media Player
diff --git a/source/_components/plaato.markdown b/source/_components/plaato.markdown
index e2a310a85f6..484b968dcf7 100644
--- a/source/_components/plaato.markdown
+++ b/source/_components/plaato.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Plaato Airlock"
description: "Instructions on how to integrate Plaato Airlock sensors within Home Assistant."
-date: 2019-05-07 01:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: plaato.png
ha_release: 0.95
ha_category:
diff --git a/source/_components/plant.markdown b/source/_components/plant.markdown
index c694c3b8c8f..c84198204ed 100644
--- a/source/_components/plant.markdown
+++ b/source/_components/plant.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Plant monitor"
description: "Instructions on how to setup plant monitoring with Home Assistant."
-date: 2016-05-7 23:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Environment
diff --git a/source/_components/plex.markdown b/source/_components/plex.markdown
index 0e551978e04..713c260050a 100644
--- a/source/_components/plex.markdown
+++ b/source/_components/plex.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Plex"
description: "Instructions on how to integrate Plex into Home Assistant."
-date: 2015-10-05 21:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: plex.png
ha_category:
- Media Player
diff --git a/source/_components/plum_lightpad.markdown b/source/_components/plum_lightpad.markdown
index f8c501c1abb..972e8ec58d9 100644
--- a/source/_components/plum_lightpad.markdown
+++ b/source/_components/plum_lightpad.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Plum Lightpad"
description: "Instructions on setting up Plum Lightpads within Home Assistant."
-date: 2018-10-15 17:58
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Switch
ha_iot_class: Local Push
diff --git a/source/_components/pocketcasts.markdown b/source/_components/pocketcasts.markdown
index 64ad0a07c3a..7b06660dab5 100644
--- a/source/_components/pocketcasts.markdown
+++ b/source/_components/pocketcasts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: PocketCasts
description: "Instructions on how to set up PocketCasts sensors within Home Assistant."
-date: 2017-02-14 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pocketcasts.png
ha_category:
- Multimedia
diff --git a/source/_components/point.markdown b/source/_components/point.markdown
index 8c9915fb08b..6865bb0741e 100644
--- a/source/_components/point.markdown
+++ b/source/_components/point.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Minut Point"
description: "Instructions on how to integrate Minut Point into Home Assistant."
-date: 2018-11-19
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: minut.svg
ha_category:
- Hub
diff --git a/source/_components/polling.markdown b/source/_components/polling.markdown
index f4e4b23aa93..e1137c24589 100644
--- a/source/_components/polling.markdown
+++ b/source/_components/polling.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Telegram polling"
description: "Telegram polling support"
-date: 2017-04-05 18:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: telegram.png
ha_category:
- Notifications
diff --git a/source/_components/postnl.markdown b/source/_components/postnl.markdown
index 0ff4c3c6ee8..f49f008629f 100644
--- a/source/_components/postnl.markdown
+++ b/source/_components/postnl.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: PostNL Sensor
description: "Instructions on how to set up PostNL sensors within Home Assistant."
-date: 2017-04-22 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: postnl.png
ha_category:
- Postal Service
diff --git a/source/_components/prezzibenzina.markdown b/source/_components/prezzibenzina.markdown
index bde2995dbad..8a5eb6a5c03 100644
--- a/source/_components/prezzibenzina.markdown
+++ b/source/_components/prezzibenzina.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PrezziBenzina Sensor"
description: "Instructions on how to integrate PrezziBenzina sensors within Home Assistant."
-date: 2018-12-14 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: prezzibenzina.png
ha_category:
- Energy
diff --git a/source/_components/proliphix.markdown b/source/_components/proliphix.markdown
index ce5e25e1d76..5436b632906 100644
--- a/source/_components/proliphix.markdown
+++ b/source/_components/proliphix.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Proliphix Thermostat"
description: "Instructions on how to integrate Proliphix thermostats within Home Assistant."
-date: 2016-01-15 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: proliphix.png
ha_category:
- Climate
diff --git a/source/_components/prometheus.markdown b/source/_components/prometheus.markdown
index c428cefee07..57b7609a353 100644
--- a/source/_components/prometheus.markdown
+++ b/source/_components/prometheus.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "Prometheus"
description: "Record events in Prometheus."
-date: 2017-06-25 08:00
-sidebar: true
-comments: false
-sharing: true
logo: prometheus.png
-footer: true
ha_category:
- "History"
ha_release: 0.49
diff --git a/source/_components/prowl.markdown b/source/_components/prowl.markdown
index a3b86309372..f8b920dd7a2 100644
--- a/source/_components/prowl.markdown
+++ b/source/_components/prowl.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Prowl"
description: "Instructions on how to add Prowl notifications to Home Assistant."
-date: 2017-08-17 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: prowl.png
ha_category:
- Notifications
diff --git a/source/_components/proximity.markdown b/source/_components/proximity.markdown
index f38e402fa86..985e03b3932 100644
--- a/source/_components/proximity.markdown
+++ b/source/_components/proximity.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Proximity"
description: "Instructions on how to setup Proximity monitoring within Home Assistant."
-date: 2016-02-07 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/proxy.markdown b/source/_components/proxy.markdown
index e2d46e7abff..76f3c7888af 100644
--- a/source/_components/proxy.markdown
+++ b/source/_components/proxy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Camera Proxy"
description: "Instructions on how to integrate a camera proxy within Home Assistant."
-date: 2018-03-08 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Camera
ha_release: 0.65
diff --git a/source/_components/ps4.markdown b/source/_components/ps4.markdown
index 83f64747cbe..3a74a850485 100644
--- a/source/_components/ps4.markdown
+++ b/source/_components/ps4.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sony PlayStation 4"
description: "Instructions on how to integrate a Sony PlayStation 4 into Home Assistant."
-date: 2019-02-12 01:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ps4.png
ha_category:
- Media Player
diff --git a/source/_components/ptvsd.markdown b/source/_components/ptvsd.markdown
index 6ec01abb881..a68ec77eea7 100644
--- a/source/_components/ptvsd.markdown
+++ b/source/_components/ptvsd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PTVSD Debugger (Visual Studio Code)"
description: "Debugging from Visual Studio Code."
-date: 2019-04-24 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: visual-studio.png
ha_category:
- Utility
diff --git a/source/_components/pulseaudio_loopback.markdown b/source/_components/pulseaudio_loopback.markdown
index 08e2768ba13..8361853a577 100644
--- a/source/_components/pulseaudio_loopback.markdown
+++ b/source/_components/pulseaudio_loopback.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PulseAudio Loopback Switch"
description: "Instructions on how to use Pulseaudio loopback modules to build a flexible whole-home audio system."
-date: 2016-03-22 21:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pulseaudio.png
ha_category:
- Switch
diff --git a/source/_components/push.markdown b/source/_components/push.markdown
index d085c9c317d..1ab2e3e121f 100644
--- a/source/_components/push.markdown
+++ b/source/_components/push.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Push"
description: "Instructions how to use Push Camera within Home Assistant."
-date: 2018-06-26 23:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: camcorder.png
ha_category:
- Camera
diff --git a/source/_components/pushbullet.markdown b/source/_components/pushbullet.markdown
index 5082a2a3178..338d6e9da69 100644
--- a/source/_components/pushbullet.markdown
+++ b/source/_components/pushbullet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pushbullet Mirrors"
description: "Instructions on how to read user pushes in Home Assistant"
-date: 2017-04-20 16:44
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pushbullet.png
ha_category:
- Sensor
diff --git a/source/_components/pushetta.markdown b/source/_components/pushetta.markdown
index 40c729e7d8b..15f19b97601 100644
--- a/source/_components/pushetta.markdown
+++ b/source/_components/pushetta.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pushetta"
description: "Instructions on how to add Pushetta notifications to Home Assistant."
-date: 2015-11-10 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pushetta.png
ha_category:
- Notifications
diff --git a/source/_components/pushover.markdown b/source/_components/pushover.markdown
index bd28231695d..781ac32babd 100644
--- a/source/_components/pushover.markdown
+++ b/source/_components/pushover.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pushover"
description: "Instructions on how to add Pushover notifications to Home Assistant."
-date: 2015-01-20 22:36
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pushover.png
ha_category:
- Notifications
diff --git a/source/_components/pushsafer.markdown b/source/_components/pushsafer.markdown
index 84f3e4dc022..fefd3bfa884 100644
--- a/source/_components/pushsafer.markdown
+++ b/source/_components/pushsafer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Pushsafer"
description: "Instructions on how to add Pushsafer notifications to Home Assistant."
-date: 2018-01-05 11:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pushsafer.png
ha_category:
- Notifications
diff --git a/source/_components/pvoutput.markdown b/source/_components/pvoutput.markdown
index d67614ef98e..2550a42e0e3 100644
--- a/source/_components/pvoutput.markdown
+++ b/source/_components/pvoutput.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PVOutput Sensor"
description: "Instructions on how to use PVOutput within Home Assistant."
-date: 2016-11-06 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pvoutput.png
ha_category:
- Energy
diff --git a/source/_components/pyload.markdown b/source/_components/pyload.markdown
index b3e6a833ba2..95f20efbdf6 100644
--- a/source/_components/pyload.markdown
+++ b/source/_components/pyload.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "pyLoad Sensor"
description: "Instructions on how to integrate pyLoad download sensor within Home Assistant."
-date: 2017-10-23 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: pyload.png
ha_category:
- Downloading
diff --git a/source/_components/python_script.markdown b/source/_components/python_script.markdown
index feb29f8d6ef..c86e5b50d2c 100644
--- a/source/_components/python_script.markdown
+++ b/source/_components/python_script.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Python Scripts"
description: "Instructions on how to setup Python scripts within Home Assistant."
-date: 2017-06-15 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/qbittorrent.markdown b/source/_components/qbittorrent.markdown
index 730a7d56d13..673d56d1e9c 100644
--- a/source/_components/qbittorrent.markdown
+++ b/source/_components/qbittorrent.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "qBittorrent Sensor"
description: "Instructions on how to integrate qBittorrent sensors within Home Assistant."
-date: 2018-11-21 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: qbittorrent.png
ha_category:
- Downloading
diff --git a/source/_components/qld_bushfire.markdown b/source/_components/qld_bushfire.markdown
index 9596e67d97a..cb988f1b021 100644
--- a/source/_components/qld_bushfire.markdown
+++ b/source/_components/qld_bushfire.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Queensland Bushfire Alert"
description: "Instructions on how to integrate the Queensland Bushfire Alert feed into Home Assistant."
-date: 2019-06-11 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: geo_location.png
ha_category: Geolocation
ha_iot_class: Cloud Polling
diff --git a/source/_components/qnap.markdown b/source/_components/qnap.markdown
index e818b35d6a9..4540905fc73 100644
--- a/source/_components/qnap.markdown
+++ b/source/_components/qnap.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "QNAP Sensor"
description: "Instructions on how to integrate the QNAP sensor within Home Assistant."
-date: 2017-02-02 06:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: qnap.png
ha_category:
- System Monitor
diff --git a/source/_components/qrcode.markdown b/source/_components/qrcode.markdown
index f9e5adef305..6d12ba8ff43 100644
--- a/source/_components/qrcode.markdown
+++ b/source/_components/qrcode.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "QR Code Recognition"
description: "Instructions on how to integrate QR Code Recognition into Home Assistant."
-date: 2019-01-18 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Image Processing
diff --git a/source/_components/quantum_gateway.markdown b/source/_components/quantum_gateway.markdown
index df4bf1247f1..ae6817fd45c 100644
--- a/source/_components/quantum_gateway.markdown
+++ b/source/_components/quantum_gateway.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Quantum Gateway"
description: "Instructions on how to integrate Quantum Gateways into Home Assistant."
-date: 2018-09-30 01:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Presence Detection
logo: fios.svg
diff --git a/source/_components/qwikswitch.markdown b/source/_components/qwikswitch.markdown
index 07302d20fd1..6111a2e6672 100644
--- a/source/_components/qwikswitch.markdown
+++ b/source/_components/qwikswitch.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "QwikSwitch QSUSB Hub"
description: "Instructions on how to integrate the QwikSwitch QSUSB Hub into Home Assistant."
-date: 2016-05-04 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: qwikswitch.png
ha_category:
- Hub
diff --git a/source/_components/rachio.markdown b/source/_components/rachio.markdown
index ba3192d2e94..1807a4c4b43 100644
--- a/source/_components/rachio.markdown
+++ b/source/_components/rachio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Rachio"
description: "Instructions on how to use Rachio with Home Assistant."
-date: 2018-06-23 16:04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rachio.png
ha_category:
- Irrigation
diff --git a/source/_components/radarr.markdown b/source/_components/radarr.markdown
index 0cb895345a5..776afa10f51 100644
--- a/source/_components/radarr.markdown
+++ b/source/_components/radarr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Radarr Sensor"
description: "Instructions on how to integrate Radarr sensors with Home Assistant"
-date: 2017-05-04 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: radarr.png
ha_category:
- Downloading
diff --git a/source/_components/radiotherm.markdown b/source/_components/radiotherm.markdown
index a83284d1274..1396ad64e60 100644
--- a/source/_components/radiotherm.markdown
+++ b/source/_components/radiotherm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Radio Thermostat (3M Filtrete) Thermostat"
description: "Instructions on how to integrate Radio Thermostat (3M Filtrete) thermostats within Home Assistant."
-date: 2015-10-18 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: radiotherm.png
ha_category:
- Climate
diff --git a/source/_components/rainbird.markdown b/source/_components/rainbird.markdown
index 463751fe9af..c9cf0901751 100644
--- a/source/_components/rainbird.markdown
+++ b/source/_components/rainbird.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Rain Bird"
description: "Instructions on how to integrate your Rain Bird LNK WiFi Module within Home Assistant."
-date: 2017-12-07 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rainbird.png
ha_category:
- Irrigation
diff --git a/source/_components/raincloud.markdown b/source/_components/raincloud.markdown
index bd4937e35a4..d1c2ae9430f 100644
--- a/source/_components/raincloud.markdown
+++ b/source/_components/raincloud.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Melnor Raincloud"
description: "Instructions on how to integrate your Melnor Raincloud sprinkler system within Home Assistant."
-date: 2017-09-04 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raincloud.jpg
ha_category:
- Irrigation
diff --git a/source/_components/rainmachine.markdown b/source/_components/rainmachine.markdown
index 4650f896f0e..1fe06c4fbe9 100644
--- a/source/_components/rainmachine.markdown
+++ b/source/_components/rainmachine.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RainMachine"
description: "Instructions on how to integrate RainMachine units within Home Assistant."
-date: 2018-04-25 20:32
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rainmachine.png
ha_category:
- Irrigation
diff --git a/source/_components/random.markdown b/source/_components/random.markdown
index d4345a51987..3ad09a4d432 100644
--- a/source/_components/random.markdown
+++ b/source/_components/random.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Random"
description: "Instructions on how to integrate random numbers into Home Assistant."
-date: 2016-10-30 12:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/raspihats.markdown b/source/_components/raspihats.markdown
index 63a95ddaa3b..8c8017bd2f3 100644
--- a/source/_components/raspihats.markdown
+++ b/source/_components/raspihats.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Raspihats"
description: "Instructions on how to integrate Raspihats add-on boards for Raspberry Pi into Home Assistant."
-date: 2017-05-01 04:06
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspihats.png
ha_category:
- DIY
diff --git a/source/_components/raspyrfm.markdown b/source/_components/raspyrfm.markdown
index bd20d3fced0..59bcf4f627c 100644
--- a/source/_components/raspyrfm.markdown
+++ b/source/_components/raspyrfm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RaspyRFM Switch"
description: "Instructions on how to integrate RaspyRFM switches into Home Assistant."
-date: 2018-12-08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: seegelsysteme.png
ha_category:
- Switch
diff --git a/source/_components/recollect_waste.markdown b/source/_components/recollect_waste.markdown
index efd433f3eb5..75e7259c1af 100644
--- a/source/_components/recollect_waste.markdown
+++ b/source/_components/recollect_waste.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Recollect Waste Sensor
description: "Instructions on how to set up Recollect Waste sensor within Home Assistant."
-date: 2019-01-14 13:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: recollect-waste.png
ha_category:
- Sensor
diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown
index 5801f9bd61d..3abca0994f5 100644
--- a/source/_components/recorder.markdown
+++ b/source/_components/recorder.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Recorder"
description: "Instructions on how to configure the data recorder for Home Assistant."
-date: 2018-06-03 11:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- "History"
diff --git a/source/_components/recswitch.markdown b/source/_components/recswitch.markdown
index 50bfc818a59..08866aded14 100644
--- a/source/_components/recswitch.markdown
+++ b/source/_components/recswitch.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ankuoo Rec Switch"
description: "Instructions on how to integrate Ankuoo Rec Switch into Home Assistant."
-date: 2018-10-05 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: "ankuoo_recswitch.png"
ha_release: 0.81
ha_category:
diff --git a/source/_components/reddit.markdown b/source/_components/reddit.markdown
index 51727cc8d50..6a37b7b8a8a 100644
--- a/source/_components/reddit.markdown
+++ b/source/_components/reddit.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Reddit"
description: "How to integrate the Reddit sensor into Home Assistant."
-date: 2018-02-21 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: reddit.png
ha_category:
- Sensor
diff --git a/source/_components/rejseplanen.markdown b/source/_components/rejseplanen.markdown
index e5b05d7839a..f52e840a407 100644
--- a/source/_components/rejseplanen.markdown
+++ b/source/_components/rejseplanen.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Rejseplanen Public Transport"
description: "Instructions on how to integrate timetable data for Danish Rejseplanen within Home Assistant."
-date: 2019-01-09 08:52
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rejseplanen.png
ha_category:
- Transport
diff --git a/source/_components/remember_the_milk.markdown b/source/_components/remember_the_milk.markdown
index e15ba207128..d7a1c39c79a 100644
--- a/source/_components/remember_the_milk.markdown
+++ b/source/_components/remember_the_milk.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Remember The Milk"
description: "Instructions on how to use Remember The Milk with Home Assistant."
-date: 2017-10-10 10:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rememberthemilk.png
ha_category:
- Calendar
diff --git a/source/_components/remote.markdown b/source/_components/remote.markdown
index 41d34ace16b..f8a32910bab 100644
--- a/source/_components/remote.markdown
+++ b/source/_components/remote.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Remotes"
description: "Instructions on how to setup your remotes with Home Assistant."
-date: 2016-11-05 19:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.34
---
diff --git a/source/_components/remote.xiaomi_miio.markdown b/source/_components/remote.xiaomi_miio.markdown
index 15431804943..3e361e267a8 100644
--- a/source/_components/remote.xiaomi_miio.markdown
+++ b/source/_components/remote.xiaomi_miio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi IR Remote"
description: "Instructions for how to integrate the Xiaomi IR Remote within Home Assistant."
-date: 2017-01-25 17:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Remote
diff --git a/source/_components/remote_rpi_gpio.markdown b/source/_components/remote_rpi_gpio.markdown
index e88e072a0fb..a380c655923 100644
--- a/source/_components/remote_rpi_gpio.markdown
+++ b/source/_components/remote_rpi_gpio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Remote Raspberry Pi GPIO"
description: "Instructions on how to integrate the GPIO capability of a Remote Raspberry Pi into Home Assistant."
-date: 2019-02-20 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/repetier.markdown b/source/_components/repetier.markdown
index 3728707405f..d074417a836 100644
--- a/source/_components/repetier.markdown
+++ b/source/_components/repetier.markdown
@@ -1,17 +1,10 @@
---
-layout: page
title: Repetier-Server Component
description: "Instructions how to add Repetier-Server sensors to Home Assistant."
-date: 2019-05-01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: repetier.png
ha_category:
- Hub
- Sensor
-featured: false
ha_release: 0.94
ha_iot_class: Local Polling
---
diff --git a/source/_components/rest.markdown b/source/_components/rest.markdown
index 9d9ac3eaf66..a717431a5a6 100644
--- a/source/_components/rest.markdown
+++ b/source/_components/rest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RESTful Sensor"
description: "Instructions on how to integrate REST sensors into Home Assistant."
-date: 2015-09-14 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: restful.png
ha_category:
- Sensor
diff --git a/source/_components/rest_command.markdown b/source/_components/rest_command.markdown
index 0a1f932f527..3f0797b8f91 100644
--- a/source/_components/rest_command.markdown
+++ b/source/_components/rest_command.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RESTful Command"
description: "Instructions on how to integrate REST commands into Home Assistant."
-date: 2018-02-24 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: restful.png
ha_category:
- Automation
diff --git a/source/_components/rflink.markdown b/source/_components/rflink.markdown
index 5825413ec29..01cda4aabcc 100644
--- a/source/_components/rflink.markdown
+++ b/source/_components/rflink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFLink"
description: "Instructions on how to integrate RFLink gateway into Home Assistant."
-date: 2016-01-04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rflink.png
ha_category:
- Hub
diff --git a/source/_components/rfxtrx.markdown b/source/_components/rfxtrx.markdown
index 5cfcfc7e142..5c6c841a032 100644
--- a/source/_components/rfxtrx.markdown
+++ b/source/_components/rfxtrx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFXtrx"
description: "Instructions on how to integrate RFXtrx into Home Assistant."
-date: 2015-10-08 10:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rfxtrx.png
ha_category:
- Hub
diff --git a/source/_components/ring.markdown b/source/_components/ring.markdown
index 709352b2f32..b7462e42992 100644
--- a/source/_components/ring.markdown
+++ b/source/_components/ring.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ring"
description: "Instructions on how to integrate your Ring.com devices within Home Assistant."
-date: 2017-04-01 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ring.png
ha_category:
- Doorbell
diff --git a/source/_components/ripple.markdown b/source/_components/ripple.markdown
index 71d7d66d372..c19e444ef32 100644
--- a/source/_components/ripple.markdown
+++ b/source/_components/ripple.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ripple"
description: "Instructions on how to integrate ripple.com data within Home Assistant."
-date: 2017-06-06 16:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ripple.png
ha_category:
- Finance
diff --git a/source/_components/ritassist.markdown b/source/_components/ritassist.markdown
index 897bcaee558..83fd37d960f 100644
--- a/source/_components/ritassist.markdown
+++ b/source/_components/ritassist.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RitAssist"
description: "Instructions on how to use a RitAssist as a device tracker."
-date: 2018-06-15 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ritassist.png
ha_category:
- Car
diff --git a/source/_components/rmvtransport.markdown b/source/_components/rmvtransport.markdown
index d2817cf695b..120fa55969b 100644
--- a/source/_components/rmvtransport.markdown
+++ b/source/_components/rmvtransport.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RMV"
description: "Instructions on how to integrate Rhein-Main public transport departure times into Home Assistant."
-date: 2018-08-02 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: RMV.png
ha_category:
- Transport
diff --git a/source/_components/rocketchat.markdown b/source/_components/rocketchat.markdown
index 39ce0259f5c..9fd35c752d6 100644
--- a/source/_components/rocketchat.markdown
+++ b/source/_components/rocketchat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Rocket.Chat"
description: "Instructions on how to add Rocket.Chat notifications to Home Assistant."
-date: 2017-09-23 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rocketchat.png
ha_category:
- Notifications
diff --git a/source/_components/roku.markdown b/source/_components/roku.markdown
index 10c606b9dcf..69602f122db 100644
--- a/source/_components/roku.markdown
+++ b/source/_components/roku.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Roku"
description: "Instructions how to integrate Roku devices into Home Assistant."
-date: 2018-10-17 20:47
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: roku.png
ha_category:
- Hub
diff --git a/source/_components/roomba.markdown b/source/_components/roomba.markdown
index b18b0a64e14..6e42d884377 100644
--- a/source/_components/roomba.markdown
+++ b/source/_components/roomba.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iRobot Roomba"
description: "Instructions on how to integrate your Wi-Fi enabled Roomba within Home Assistant."
-date: 2017-08-04 20:43
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: irobot_roomba.png
ha_category:
- Vacuum
diff --git a/source/_components/route53.markdown b/source/_components/route53.markdown
index bdf2140d036..d8f6361059f 100644
--- a/source/_components/route53.markdown
+++ b/source/_components/route53.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "route53"
description: "Automatically update your AWS Route53 DNS records."
-date: 2018-02-10 20:08
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: route53.png
ha_category:
- Network
diff --git a/source/_components/rova.markdown b/source/_components/rova.markdown
index 4eb1a5dfc16..1575a7bddb0 100644
--- a/source/_components/rova.markdown
+++ b/source/_components/rova.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ROVA Sensor"
description: "Instructions on how to integrate ROVA sensor within Home Assistant."
-date: 2018-12-08 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rova.jpg
ha_category:
- Sensor
diff --git a/source/_components/rpi_camera.markdown b/source/_components/rpi_camera.markdown
index 09fcbbe266a..15b40320eb0 100644
--- a/source/_components/rpi_camera.markdown
+++ b/source/_components/rpi_camera.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Raspberry Pi Camera"
description: "Instructions on how to integrate Raspberry Pi within Home Assistant."
-date: 2016-04-08 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/rpi_gpio.markdown b/source/_components/rpi_gpio.markdown
index a2d38b51761..6a162befba1 100644
--- a/source/_components/rpi_gpio.markdown
+++ b/source/_components/rpi_gpio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Raspberry Pi GPIO"
description: "Instructions on how to integrate the GPIO capability of a Raspberry Pi into Home Assistant."
-date: 2016-08-30 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/rpi_gpio_pwm.markdown b/source/_components/rpi_gpio_pwm.markdown
index 89a7f56ec56..27e9d24e01f 100644
--- a/source/_components/rpi_gpio_pwm.markdown
+++ b/source/_components/rpi_gpio_pwm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PWM LED Light"
description: "Instructions on how to setup PWM LEDs within Home Assistant."
-date: 2017-04-04 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- DIY
ha_iot_class: Local Push
diff --git a/source/_components/rpi_pfio.markdown b/source/_components/rpi_pfio.markdown
index 895822a85bb..ff841c49b0c 100644
--- a/source/_components/rpi_pfio.markdown
+++ b/source/_components/rpi_pfio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "PiFace Digital I/O"
description: "Instructions on how to integrate the PiFace Digital I/O module into Home Assistant."
-date: 2016-05-08 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/rpi_rf.markdown b/source/_components/rpi_rf.markdown
index c5e4841c1dc..e04ee9dc711 100644
--- a/source/_components/rpi_rf.markdown
+++ b/source/_components/rpi_rf.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Raspberry Pi RF Switch"
description: "Instructions on how to integrate devices controlled via codes sent with low-cost GPIO RF modules on a Raspberry Pi into Home Assistant as a switch."
-date: 2016-05-10 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/rss_feed_template.markdown b/source/_components/rss_feed_template.markdown
index c6fc484644f..cd2e650c300 100644
--- a/source/_components/rss_feed_template.markdown
+++ b/source/_components/rss_feed_template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RSS feed template"
description: "Use this integration to generate RSS feeds showing your latest data."
-date: 2017-04-11 20:42
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Front end
diff --git a/source/_components/rtorrent.markdown b/source/_components/rtorrent.markdown
index 6c94690f97f..debd48d3f82 100644
--- a/source/_components/rtorrent.markdown
+++ b/source/_components/rtorrent.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "rtorrent Sensor"
description: "Instructions on how to integrate rtorrent sensors within Home Assistant."
-date: 2018-10-14 05:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rtorrent.png
ha_category:
- Downloading
diff --git a/source/_components/russound_rio.markdown b/source/_components/russound_rio.markdown
index 582c37d959f..a563ac61f24 100644
--- a/source/_components/russound_rio.markdown
+++ b/source/_components/russound_rio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Russound RIO"
description: "Instructions on how to integrate Russound RIO devices into Home Assistant."
-date: 2017-07-12 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: russound.png
ha_category:
- Media Player
diff --git a/source/_components/russound_rnet.markdown b/source/_components/russound_rnet.markdown
index e1f75962433..4ce89936250 100644
--- a/source/_components/russound_rnet.markdown
+++ b/source/_components/russound_rnet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Russound RNET"
description: "Instructions on how to integrate Russound RNET devices into Home Assistant."
-date: 2016-07-21 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: russound.png
ha_category:
- Media Player
diff --git a/source/_components/ruter.markdown b/source/_components/ruter.markdown
index 7bc7e8a4a81..4e8ca602fde 100644
--- a/source/_components/ruter.markdown
+++ b/source/_components/ruter.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ruter Public Transport"
description: "Instructions on how to integrate departure times from Ruter within Home Assistant."
-date: 2018-11-05 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ruter.png
ha_category:
- Transport
diff --git a/source/_components/sabnzbd.markdown b/source/_components/sabnzbd.markdown
index f94a2c827c1..389b11a4b3d 100644
--- a/source/_components/sabnzbd.markdown
+++ b/source/_components/sabnzbd.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SABnzbd"
description: "Instructions on how to integrate SABnzbd with Home Assistant."
-date: 2018-03-03 19:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sabnzbd.png
ha_category:
- Downloading
diff --git a/source/_components/samsungtv.markdown b/source/_components/samsungtv.markdown
index 22e518a0812..1f9b9df0198 100644
--- a/source/_components/samsungtv.markdown
+++ b/source/_components/samsungtv.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Samsung Smart TV"
description: "Instructions on how to integrate a Samsung Smart TV into Home Assistant."
-date: 2016-02-13 12:02
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: samsung.png
ha_category:
- Media Player
diff --git a/source/_components/satel_integra.markdown b/source/_components/satel_integra.markdown
index e5b006dabc8..07c489e8aa6 100644
--- a/source/_components/satel_integra.markdown
+++ b/source/_components/satel_integra.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Satel Integra Alarm"
description: "Instructions on how to integrate a Satel Integra alarm panel with Home Assistant using an ETHM network extension from Satel."
-date: 2017-09-07 13:28
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: satel.jpg
ha_category:
- Hub
diff --git a/source/_components/scene.knx.markdown b/source/_components/scene.knx.markdown
index e1703a23f6f..0ee4c644c9b 100644
--- a/source/_components/scene.knx.markdown
+++ b/source/_components/scene.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Scene"
description: "Instructions on how to integrate KNX Scenes into Home Assistant."
-date: 2018-02-03 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Scene
diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown
index 5ade0182a50..b449d388aba 100644
--- a/source/_components/scene.markdown
+++ b/source/_components/scene.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Scenes"
description: "Instructions on how to setup scenes within Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Organization
diff --git a/source/_components/scrape.markdown b/source/_components/scrape.markdown
index 686a955077d..ae231fbad09 100644
--- a/source/_components/scrape.markdown
+++ b/source/_components/scrape.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Scrape Sensor"
description: "Instructions on how to integrate Web scrape sensors into Home Assistant."
-date: 2016-10-12 09:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Sensor
diff --git a/source/_components/script.markdown b/source/_components/script.markdown
index 8be598b5c60..e65fd20a047 100644
--- a/source/_components/script.markdown
+++ b/source/_components/script.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Scripts"
description: "Instructions on how to setup scripts within Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/scsgate.markdown b/source/_components/scsgate.markdown
index a880234bbb8..74983195bc7 100644
--- a/source/_components/scsgate.markdown
+++ b/source/_components/scsgate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SCSGate"
description: "Instructions on how to integrate SCSGate into Home Assistant."
-date: 2016-01-31 19:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: bus_scs.png
ha_category:
- Hub
diff --git a/source/_components/season.markdown b/source/_components/season.markdown
index 9d1ed40a7ba..14fb2abdf02 100644
--- a/source/_components/season.markdown
+++ b/source/_components/season.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Season Sensor"
description: "Instructions on how to add season sensors into Home Assistant."
-date: 2017-07-04 07:00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Utility
logo: home-assistant.png
diff --git a/source/_components/sendgrid.markdown b/source/_components/sendgrid.markdown
index 893db9b4c3f..1b26efbec18 100644
--- a/source/_components/sendgrid.markdown
+++ b/source/_components/sendgrid.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SendGrid"
description: "Instructions on how to add email notifications via SendGrid to Home Assistant."
-date: 2016-02-27 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sendgrid.png
ha_category:
- Notifications
diff --git a/source/_components/sense.markdown b/source/_components/sense.markdown
index 02034a66225..3fe3878aa9a 100644
--- a/source/_components/sense.markdown
+++ b/source/_components/sense.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Sense
description: "Instructions on how to integrate Sense within Home Assistant."
-date: 2018-10-22 22:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sense.png
ha_category:
- Energy
diff --git a/source/_components/sensehat.markdown b/source/_components/sensehat.markdown
index 7a25530ed65..a9bc0865e3d 100644
--- a/source/_components/sensehat.markdown
+++ b/source/_components/sensehat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sense HAT"
description: "Instructions on how to setup Sense HAT LED lights within Home Assistant."
-date: 2017-04-29 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sense-hat.png
ha_category:
- DIY
diff --git a/source/_components/sensibo.markdown b/source/_components/sensibo.markdown
index 3c5b0d2418c..374b310d39c 100644
--- a/source/_components/sensibo.markdown
+++ b/source/_components/sensibo.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sensibo A/C controller"
description: "Instructions on how to integrate Sensibo A/C controller into Home Assistant."
-date: 2017-04-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sensibo.png
ha_category:
- Climate
diff --git a/source/_components/sensor.buienradar.markdown b/source/_components/sensor.buienradar.markdown
index d3a043a6bd5..2e22f89d2ae 100644
--- a/source/_components/sensor.buienradar.markdown
+++ b/source/_components/sensor.buienradar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Buienradar Sensor"
description: "Instructions on how to integrate buienradar.nl sensor within Home Assistant."
-date: 2017-05-15 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: buienradar.png
ha_category:
- Weather
diff --git a/source/_components/sensor.command_line.markdown b/source/_components/sensor.command_line.markdown
index d8dcd0f897e..f191bf0ba60 100644
--- a/source/_components/sensor.command_line.markdown
+++ b/source/_components/sensor.command_line.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Command line Sensor"
description: "Instructions on how to integrate command line sensors into Home Assistant."
-date: 2015-09-13 10:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: command_line.png
ha_category:
- Utility
diff --git a/source/_components/sensor.ios.markdown b/source/_components/sensor.ios.markdown
index a263e1bba78..d80d2198582 100644
--- a/source/_components/sensor.ios.markdown
+++ b/source/_components/sensor.ios.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "iOS Sensor"
description: "Instructions on how to use the iOS sensors with Home Assistant."
-date: 2018-04-06 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: apple.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.knx.markdown b/source/_components/sensor.knx.markdown
index 294b6de4741..dbd09b75cff 100644
--- a/source/_components/sensor.knx.markdown
+++ b/source/_components/sensor.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Sensor"
description: "Instructions on how to use the KNX Sensor with Home Assistant."
-date: 2016-08-20 22:24
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.markdown b/source/_components/sensor.markdown
index 8817df1e5c3..7ac97d5280c 100644
--- a/source/_components/sensor.markdown
+++ b/source/_components/sensor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sensor"
description: "Instructions on how to setup your sensors with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.metoffice.markdown b/source/_components/sensor.metoffice.markdown
index 478f9029645..902b88a1fbd 100644
--- a/source/_components/sensor.metoffice.markdown
+++ b/source/_components/sensor.metoffice.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Met Office Sensor"
description: "Instructions on how to integrate Met Office weather conditions into Home Assistant."
-date: 2017-03-23 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: metoffice.jpg
ha_category:
- Weather
diff --git a/source/_components/sensor.modbus.markdown b/source/_components/sensor.modbus.markdown
index e5c0ad26785..55410fd6c46 100644
--- a/source/_components/sensor.modbus.markdown
+++ b/source/_components/sensor.modbus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Modbus Sensor
description: "Instructions on how to integrate Modbus sensors into Home Assistant."
-date: 2015-08-30 23:38
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: modbus.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.mqtt.markdown b/source/_components/sensor.mqtt.markdown
index 1eadc5db55f..f6ab9cb4d3d 100644
--- a/source/_components/sensor.mqtt.markdown
+++ b/source/_components/sensor.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Sensor"
description: "Instructions on how to integrate MQTT sensors within Home Assistant."
-date: 2015-05-30 23:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.mysensors.markdown b/source/_components/sensor.mysensors.markdown
index 50374a0ab6a..8e2990c0c9a 100644
--- a/source/_components/sensor.mysensors.markdown
+++ b/source/_components/sensor.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Sensor"
description: "Instructions on how to integrate MySensors sensors into Home Assistant."
-date: 2016-10-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/sensor.rflink.markdown b/source/_components/sensor.rflink.markdown
index 534aeb56080..1a2403db3f7 100644
--- a/source/_components/sensor.rflink.markdown
+++ b/source/_components/sensor.rflink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFLink Sensor"
description: "Instructions on how to integrate RFLink sensors into Home Assistant."
-date: 2016-01-04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rflink.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.rfxtrx.markdown b/source/_components/sensor.rfxtrx.markdown
index 1143d4327c2..1114d1faaa1 100644
--- a/source/_components/sensor.rfxtrx.markdown
+++ b/source/_components/sensor.rfxtrx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFXtrx Sensor"
description: "Instructions on how to integrate RFXtrx sensors into Home Assistant."
-date: 2015-08-06 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rfxtrx.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.websocket_api.markdown b/source/_components/sensor.websocket_api.markdown
index 28e3287daf9..e5722fd0eaf 100644
--- a/source/_components/sensor.websocket_api.markdown
+++ b/source/_components/sensor.websocket_api.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Websocket Connections Sensor"
description: "Instructions on how to count connected clients within Home Assistant."
-date: 2019-03-20 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/sensor.xiaomi_aqara.markdown b/source/_components/sensor.xiaomi_aqara.markdown
index d20c852593b..e80f5b72c8d 100644
--- a/source/_components/sensor.xiaomi_aqara.markdown
+++ b/source/_components/sensor.xiaomi_aqara.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Sensor"
description: "Instructions on how to setup the Xiaomi sensor within Home Assistant."
-date: 2017-07-21 16:34
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Sensor
diff --git a/source/_components/sensor.xiaomi_miio.markdown b/source/_components/sensor.xiaomi_miio.markdown
index 52e16d10041..e5c91356de7 100644
--- a/source/_components/sensor.xiaomi_miio.markdown
+++ b/source/_components/sensor.xiaomi_miio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Air Quality Monitor"
description: "Instructions how to integrate your Xiaomi Mi Air Quality Monitor within Home Assistant."
-date: 2018-02-28 08:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Health
diff --git a/source/_components/serial.markdown b/source/_components/serial.markdown
index b5bc01f4f0e..c7ac5fb383d 100644
--- a/source/_components/serial.markdown
+++ b/source/_components/serial.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Serial Sensor"
description: "Instructions on how to integrate data from serial connected sensors into Home Assistant."
-date: 2017-10-13 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Sensor
diff --git a/source/_components/serial_pm.markdown b/source/_components/serial_pm.markdown
index 899fd632c7f..d72c28dc9b0 100644
--- a/source/_components/serial_pm.markdown
+++ b/source/_components/serial_pm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Particulate matter Sensor"
description: "Instructions on how to integrate particulate matter (dust) sensors with Home Assistant."
-date: 2016-08-11 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: serial_pm.png
ha_category:
- DIY
diff --git a/source/_components/sesame.markdown b/source/_components/sesame.markdown
index 9c90530f2e5..abc746f2676 100644
--- a/source/_components/sesame.markdown
+++ b/source/_components/sesame.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sesame Smart Lock"
description: "Instructions on how to integrate Sesame by CANDY HOUSE into Home Assistant."
-date: 2017-05-02 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sesame.png
ha_category:
- Lock
diff --git a/source/_components/seven_segments.markdown b/source/_components/seven_segments.markdown
index f896904059d..8d0ab0311a5 100644
--- a/source/_components/seven_segments.markdown
+++ b/source/_components/seven_segments.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Seven segments display"
description: "Instructions on how to use OCR for seven segments displays into Home Assistant."
-date: 2017-05-18 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Image Processing
diff --git a/source/_components/seventeentrack.markdown b/source/_components/seventeentrack.markdown
index 29d28d88dc0..7395824a723 100644
--- a/source/_components/seventeentrack.markdown
+++ b/source/_components/seventeentrack.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "17track.net"
description: "Instructions on how to use 17track.net data within Home Assistant"
-date: 2018-10-31 10:42
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: 17track.png
ha_category:
- Postal Service
diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown
index 76d4c611f2d..176b64c437d 100644
--- a/source/_components/shell_command.markdown
+++ b/source/_components/shell_command.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Shell command"
description: "Instructions on how to integrate Shell commands into Home Assistant."
-date: 2015-10-13 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Automation
logo: home-assistant.png
diff --git a/source/_components/shiftr.markdown b/source/_components/shiftr.markdown
index 24ed69ce9c3..24680c4b0c1 100644
--- a/source/_components/shiftr.markdown
+++ b/source/_components/shiftr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Shiftr.io"
description: "Transfer events to Shiftr.io."
-date: 2017-06-16 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: shiftr.png
ha_category:
- "History"
diff --git a/source/_components/shodan.markdown b/source/_components/shodan.markdown
index 8670ccf0461..c102c59bcd5 100644
--- a/source/_components/shodan.markdown
+++ b/source/_components/shodan.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Shodan Sensor"
description: "Instructions on how to integrate Shodan sensors into Home Assistant."
-date: 2017-08-09 10:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_iot_class: Cloud Polling
diff --git a/source/_components/shopping_list.markdown b/source/_components/shopping_list.markdown
index 9032a3e6b2c..2cd9f884492 100644
--- a/source/_components/shopping_list.markdown
+++ b/source/_components/shopping_list.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Shopping List"
description: "Instructions on how to integrate a Shopping list into Home Assistant using Intent."
-date: 2017-07-29 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Intent
diff --git a/source/_components/sht31.markdown b/source/_components/sht31.markdown
index d88b60b3256..3813faa4519 100644
--- a/source/_components/sht31.markdown
+++ b/source/_components/sht31.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sensirion SHT31 Sensor"
description: "Instructions on how to integrate SHT31 sensors within Home Assistant."
-date: 2018-03-06 19:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- DIY
ha_release: 0.68
diff --git a/source/_components/sigfox.markdown b/source/_components/sigfox.markdown
index 3e5569112f5..b7907e349bd 100644
--- a/source/_components/sigfox.markdown
+++ b/source/_components/sigfox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sigfox Sensor"
description: "Display messages from Sigfox devices in Home Assistant."
-date: 2018-04-07 12:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sigfox.png
ha_category:
- Sensor
diff --git a/source/_components/simplepush.markdown b/source/_components/simplepush.markdown
index 362e13c21be..32f27f63603 100644
--- a/source/_components/simplepush.markdown
+++ b/source/_components/simplepush.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Simplepush"
description: "Instructions on how to add Simplepush notifications to Home Assistant."
-date: 2016-09-11 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: simplepush.png
ha_category:
- Notifications
diff --git a/source/_components/simplisafe.markdown b/source/_components/simplisafe.markdown
index e1108078e63..2922d60cfdf 100644
--- a/source/_components/simplisafe.markdown
+++ b/source/_components/simplisafe.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SimpliSafe"
description: "Instructions on how to integrate SimpliSafe into Home Assistant."
-date: 2018-10-05 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: simplisafe.png
ha_release: 0.81
ha_category:
diff --git a/source/_components/simulated.markdown b/source/_components/simulated.markdown
index 2fdd7cd635d..38248df1430 100644
--- a/source/_components/simulated.markdown
+++ b/source/_components/simulated.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Simulated sensor"
description: "Component for simulating a numerical sensor."
-date: 2018-02-20 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/sisyphus.markdown b/source/_components/sisyphus.markdown
index acee28dbf19..eda4be48d50 100644
--- a/source/_components/sisyphus.markdown
+++ b/source/_components/sisyphus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sisyphus"
description: "Instructions on how to integrate your Sisyphus Kinetic Art Table within Home Assistant."
-date: 2018-05-06 22:26
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sisyphus.png
ha_category:
- Hub
diff --git a/source/_components/sky_hub.markdown b/source/_components/sky_hub.markdown
index 15af6329d70..8777d81beba 100644
--- a/source/_components/sky_hub.markdown
+++ b/source/_components/sky_hub.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sky Hub"
description: "Instructions on how to integrate Sky Hub routers into Home Assistant."
-date: 2017-01-28 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sky.png
ha_category:
- Presence Detection
diff --git a/source/_components/skybeacon.markdown b/source/_components/skybeacon.markdown
index 78a3a3c1447..4c12c37ff4d 100644
--- a/source/_components/skybeacon.markdown
+++ b/source/_components/skybeacon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Skybeacon sensor"
description: "Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant."
-date: 2017-01-17 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- DIY
ha_release: 0.37
diff --git a/source/_components/skybell.markdown b/source/_components/skybell.markdown
index cc70f53aca7..bf40cd860b7 100644
--- a/source/_components/skybell.markdown
+++ b/source/_components/skybell.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Skybell"
description: "Instructions on how to integrate your Skybell HD devices within Home Assistant."
-date: 2017-10-03 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: skybell.png
ha_category:
- Doorbell
diff --git a/source/_components/slack.markdown b/source/_components/slack.markdown
index ca92a6c74eb..3e03d207544 100644
--- a/source/_components/slack.markdown
+++ b/source/_components/slack.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Slack"
description: "Instructions on how to add Slack notifications to Home Assistant."
-date: 2015-08-06 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: slack.png
ha_category:
- Notifications
diff --git a/source/_components/sleepiq.markdown b/source/_components/sleepiq.markdown
index 3c0540943f2..3d6ffb180ad 100644
--- a/source/_components/sleepiq.markdown
+++ b/source/_components/sleepiq.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SleepIQ"
description: "Instructions for how to integrate SleepIQ beds within Home Assistant."
-date: 2016-08-28 8:56
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sleepiq.png
ha_category:
- Health
diff --git a/source/_components/sma.markdown b/source/_components/sma.markdown
index 178c7bdd7b0..5a5f0ec2beb 100644
--- a/source/_components/sma.markdown
+++ b/source/_components/sma.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SMA Solar WebConnect"
description: "Instructions on how to connect your SMA Solar Inverter to Home Assistant."
-date: 2015-12-28 21:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Energy
logo: sma.png
diff --git a/source/_components/smappee.markdown b/source/_components/smappee.markdown
index 4351fa50bc6..56796fa8cd6 100644
--- a/source/_components/smappee.markdown
+++ b/source/_components/smappee.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Smappee"
description: "Instructions on how to setup Smappee within Home Assistant."
-date: 2018-02-26 08:37
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: smappee.png
ha_release: 0.64
ha_category:
diff --git a/source/_components/smarthab.markdown b/source/_components/smarthab.markdown
index c911db703a6..cf1b3fed1bf 100644
--- a/source/_components/smarthab.markdown
+++ b/source/_components/smarthab.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SmartHab"
description: "Instructions on how to integrate SmartHab devices into Home Assistant"
-date: 2019-02-13 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: smarthab.png
ha_release: 0.94
ha_category:
diff --git a/source/_components/smartthings.markdown b/source/_components/smartthings.markdown
index f87036b9331..e1e2b0d6d82 100644
--- a/source/_components/smartthings.markdown
+++ b/source/_components/smartthings.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SmartThings"
description: "Instructions on setting up Samsung SmartThings within Home Assistant."
-date: 2018-01-14 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
featured: true
logo: samsung_smartthings.png
ha_category:
diff --git a/source/_components/smarty.markdown b/source/_components/smarty.markdown
index 4fa2d9ef03e..a1fe9070015 100644
--- a/source/_components/smarty.markdown
+++ b/source/_components/smarty.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Salda Smarty 2X/3X/4X P/V Ventilation"
description: "Instructions on how to integrate Salda Smarty 2X/3X/4X P/V ventilation systems into Home Assistant."
-date: 2019-02-25 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: salda.png
ha_category:
- Hub
diff --git a/source/_components/smhi.markdown b/source/_components/smhi.markdown
index 5903f985c2d..172b209fb13 100644
--- a/source/_components/smhi.markdown
+++ b/source/_components/smhi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SMHI"
description: "Instructions on how to integrate SMHI forecasts within Home Assistant."
-date: 2018-09-23 20:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: smhi.png
ha_category:
- Hub
diff --git a/source/_components/smtp.markdown b/source/_components/smtp.markdown
index 62a0c0c7d01..92d27c88175 100644
--- a/source/_components/smtp.markdown
+++ b/source/_components/smtp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SMTP"
description: "Instructions on how to add e-mail notifications to Home Assistant."
-date: 2015-06-03 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: smtp.png
ha_category:
- Notifications
diff --git a/source/_components/snapcast.markdown b/source/_components/snapcast.markdown
index a08f848139a..14eec149b0d 100644
--- a/source/_components/snapcast.markdown
+++ b/source/_components/snapcast.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Snapcast"
description: "Instructions on how to integrate Snapcast into Home Assistant."
-date: 2016-02-01 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: snapcast.png
ha_category:
- Media Player
diff --git a/source/_components/snips.markdown b/source/_components/snips.markdown
index 28df30bcc0e..ce29994e7a1 100644
--- a/source/_components/snips.markdown
+++ b/source/_components/snips.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Snips"
description: "Instructions on how to integrate Snips within Home Assistant."
-date: 2018-05-02 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: snips.png
ha_category:
- Voice
diff --git a/source/_components/snmp.markdown b/source/_components/snmp.markdown
index 82c4f80b78c..39962bbf8d2 100644
--- a/source/_components/snmp.markdown
+++ b/source/_components/snmp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SNMP"
description: "Instructions on how to integrate SNMP into Home Assistant."
-date: 2017-10-12 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: network-snmp.png
ha_category:
- Network
diff --git a/source/_components/sochain.markdown b/source/_components/sochain.markdown
index 8250691067a..90e6357e037 100644
--- a/source/_components/sochain.markdown
+++ b/source/_components/sochain.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SoChain"
description: "Instructions on how to integrate chain.so data within Home Assistant."
-date: 2017-06-01 16:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sochain.png
ha_category:
- Finance
diff --git a/source/_components/socialblade.markdown b/source/_components/socialblade.markdown
index 8176c0c4acc..a9db5e45ba4 100644
--- a/source/_components/socialblade.markdown
+++ b/source/_components/socialblade.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: Social Blade Sensor
description: "Instructions on how to set up Social Blade Sensor within Home Assistant."
-date: 2018-04-23 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: socialblade.png
ha_category:
- Multimedia
diff --git a/source/_components/solaredge.markdown b/source/_components/solaredge.markdown
index 57f52e24a50..d1f46a44f31 100644
--- a/source/_components/solaredge.markdown
+++ b/source/_components/solaredge.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SolarEdge Sensor"
description: "Instructions on how to integrate SolarEdge sensor within Home Assistant."
-date: 2018-12-04 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: solaredge.png
ha_category:
- Sensor
diff --git a/source/_components/solaredge_local.markdown b/source/_components/solaredge_local.markdown
index 7d64a06354a..633278ae6ab 100644
--- a/source/_components/solaredge_local.markdown
+++ b/source/_components/solaredge_local.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SolarEdge Local Sensor"
description: "Instructions on how to integrate SolarEdge sensor within Home Assistant via Local API."
-date: 2018-12-04 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: solaredge.png
ha_category:
- Sensor
diff --git a/source/_components/solax.markdown b/source/_components/solax.markdown
index 2412bb1e553..e4419d5d2bf 100644
--- a/source/_components/solax.markdown
+++ b/source/_components/solax.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Solax Sensor"
description: "Instructions on how to integrate Solax sensor within Home Assistant."
-date: 2019-03-31 04:20
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: solax-logo.png
ha_category:
- Energy
diff --git a/source/_components/somfy.markdown b/source/_components/somfy.markdown
index 77fae85deda..efa2a945c56 100644
--- a/source/_components/somfy.markdown
+++ b/source/_components/somfy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Somfy"
description: "Instructions on how to set up the Somfy hub within Home Assistant."
-date: 2019-06-07 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: somfy.png
ha_category:
- Hub
diff --git a/source/_components/somfy_mylink.markdown b/source/_components/somfy_mylink.markdown
index f93baa0afcc..c913e371795 100644
--- a/source/_components/somfy_mylink.markdown
+++ b/source/_components/somfy_mylink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Somfy MyLink"
description: "Instructions on how to integrate Somfy MyLink devices with Home Assistant."
-date: 2019-03-29 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tahoma.png
ha_category:
- Hub
diff --git a/source/_components/sonarr.markdown b/source/_components/sonarr.markdown
index 7850b885849..b71da680933 100644
--- a/source/_components/sonarr.markdown
+++ b/source/_components/sonarr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sonarr Sensor"
description: "Instructions on how to integrate Sonarr sensors with Home Assistant"
-date: 2016-11-19 13:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sonarr.png
ha_category:
- Downloading
diff --git a/source/_components/songpal.markdown b/source/_components/songpal.markdown
index 920903162a0..f6879f22998 100644
--- a/source/_components/songpal.markdown
+++ b/source/_components/songpal.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sony SongPal compatible devices"
description: "Instructions on how to integrate Sony Songpal devices into Home Assistant."
-date: 2018-02-03 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sony.png
ha_category:
- Media Player
diff --git a/source/_components/sonos.markdown b/source/_components/sonos.markdown
index 5533c189a44..8d3e7118607 100644
--- a/source/_components/sonos.markdown
+++ b/source/_components/sonos.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sonos"
description: "Instructions on how to integrate Sonos devices into Home Assistant."
-date: 2015-09-12 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sonos.png
ha_category:
- Media Player
diff --git a/source/_components/sony_projector.markdown b/source/_components/sony_projector.markdown
index 1118a1dffb6..94b5cf71d29 100644
--- a/source/_components/sony_projector.markdown
+++ b/source/_components/sony_projector.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sony Projector Switch"
description: "Instructions on how to integrate Sony Projector switches into Home Assistant."
-date: 2019-01-01 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sony.png
ha_category:
- Multimedia
diff --git a/source/_components/soundtouch.markdown b/source/_components/soundtouch.markdown
index 5ae398cb36c..dd4d69f36f1 100644
--- a/source/_components/soundtouch.markdown
+++ b/source/_components/soundtouch.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Soundtouch"
description: "Instructions on how to integrate Bose Soundtouch devices into Home Assistant."
-date: 2016-11-06 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: soundtouch.png
ha_category:
- Media Player
diff --git a/source/_components/spaceapi.markdown b/source/_components/spaceapi.markdown
index bdc7420fa7c..dbc88088745 100644
--- a/source/_components/spaceapi.markdown
+++ b/source/_components/spaceapi.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SpaceAPI"
description: "Instructions on how to configure the SpaceAPI for Home Assistant."
-date: 2018-05-08 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: spaceapi.png
ha_category:
- Social
diff --git a/source/_components/spc.markdown b/source/_components/spc.markdown
index 176cfe18866..63b6a930a09 100644
--- a/source/_components/spc.markdown
+++ b/source/_components/spc.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SPC"
description: "Instructions on how to setup Vanderbilt SPC devices within Home Assistant."
-date: 2017-05-18 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Hub
- Alarm
diff --git a/source/_components/speedtestdotnet.markdown b/source/_components/speedtestdotnet.markdown
index f5d609ed2a3..247763a2896 100644
--- a/source/_components/speedtestdotnet.markdown
+++ b/source/_components/speedtestdotnet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Speedtest.net"
description: "How to integrate Speedtest.net within Home Assistant."
-date: 2016-02-12 9:06
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: speedtest.png
ha_category:
- System Monitor
diff --git a/source/_components/spider.markdown b/source/_components/spider.markdown
index 8e54ef74687..46043d1fe05 100644
--- a/source/_components/spider.markdown
+++ b/source/_components/spider.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Spider"
description: "Instructions on how to setup the Spider hub within Home Assistant."
-date: 2018-07-17 22:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: spider.png
ha_category:
- Hub
diff --git a/source/_components/splunk.markdown b/source/_components/splunk.markdown
index a5b1ed956ff..ddb057ee181 100644
--- a/source/_components/splunk.markdown
+++ b/source/_components/splunk.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Splunk"
description: "Record events in Splunk."
-date: 2016-02-05 15:31
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: splunk.png
ha_category:
- "History"
diff --git a/source/_components/spotcrime.markdown b/source/_components/spotcrime.markdown
index 688328edcad..843d0aa8654 100644
--- a/source/_components/spotcrime.markdown
+++ b/source/_components/spotcrime.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Spot Crime"
description: "Instructions on how to integrate spotcrime.com into Home Assistant."
-date: 2018-02-16 9:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.65
ha_iot_class: Cloud Polling
redirect_from:
diff --git a/source/_components/spotify.markdown b/source/_components/spotify.markdown
index 2664a698197..19b98be8387 100644
--- a/source/_components/spotify.markdown
+++ b/source/_components/spotify.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Spotify"
description: "Instructions on how to integrate Spotify into Home Assistant."
-date: 2017-04-10 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: spotify.png
ha_category:
- Media Player
diff --git a/source/_components/sql.markdown b/source/_components/sql.markdown
index ccf0aa941da..cef52c359a3 100644
--- a/source/_components/sql.markdown
+++ b/source/_components/sql.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SQL Sensor"
description: "Instructions how to integrate SQL sensors into Home Assistant."
-date: 2018-02-03 00:22
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sql.png
ha_category:
- Utility
diff --git a/source/_components/squeezebox.markdown b/source/_components/squeezebox.markdown
index 8dea1ac93e0..1381e411e84 100644
--- a/source/_components/squeezebox.markdown
+++ b/source/_components/squeezebox.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Logitech Squeezebox"
description: "Instructions on how to integrate a Logitech Squeezebox player into Home Assistant."
-date: 2015-08-09 11:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: squeezebox.png
ha_category:
- Media Player
diff --git a/source/_components/srp_energy.markdown b/source/_components/srp_energy.markdown
index 02a7a217620..b166efaa6e1 100644
--- a/source/_components/srp_energy.markdown
+++ b/source/_components/srp_energy.markdown
@@ -1,10 +1,6 @@
---
-layout: page
title: "SRP Energy Sensor"
description: "How to integrate SRP Energy within Home Assistant."
-date: 2018-10-30 08:00
-sidebar: true
-comments: false
ha_category:
- Energy
ha_release: 0.83
diff --git a/source/_components/ssdp.markdown b/source/_components/ssdp.markdown
index 03540d9d371..40120087c64 100644
--- a/source/_components/ssdp.markdown
+++ b/source/_components/ssdp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SSDP - Simple Service Discovery Protocol"
description: "Discover integrations on the network using the SSDP protocol."
-date: 2019-06-02 18:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Network
ha_release: 0.94
diff --git a/source/_components/starlingbank.markdown b/source/_components/starlingbank.markdown
index 2fe08a5f339..4601cea3398 100644
--- a/source/_components/starlingbank.markdown
+++ b/source/_components/starlingbank.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Starling Bank"
description: "How to integrate your Starling Bank account within Home Assistant."
-date: 2018-09-07 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: starlingbank.png
ha_category:
- Finance
diff --git a/source/_components/startca.markdown b/source/_components/startca.markdown
index 7139d189156..61bf03913e9 100644
--- a/source/_components/startca.markdown
+++ b/source/_components/startca.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Start.ca"
description: "Instructions on how to integrate Start.ca data usage within Home Assistant."
-date: 2018-02-12 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: startca.png
ha_category:
- Network
diff --git a/source/_components/statistics.markdown b/source/_components/statistics.markdown
index 8a10f3f8fd7..9169823913e 100644
--- a/source/_components/statistics.markdown
+++ b/source/_components/statistics.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Statistics Sensor"
description: "Instructions on how to integrate statistical sensors into Home Assistant."
-date: 2016-09-28 12:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/statsd.markdown b/source/_components/statsd.markdown
index 0ee10e6e850..7078a0a1d2e 100644
--- a/source/_components/statsd.markdown
+++ b/source/_components/statsd.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "StatsD"
description: "Record events in StatsD."
-date: 2016-01-25 08:00
-sidebar: true
-comments: false
-sharing: true
logo: statsd.png
-footer: true
ha_category:
- "History"
ha_release: 0.12
diff --git a/source/_components/steam_online.markdown b/source/_components/steam_online.markdown
index b7cbfb5a80f..427d964892c 100644
--- a/source/_components/steam_online.markdown
+++ b/source/_components/steam_online.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Steam"
description: "Instructions on how to set up Steam sensors in Home Assistant."
-date: 2016-04-30 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: steam.png
ha_category:
- Social
diff --git a/source/_components/stiebel_eltron.markdown b/source/_components/stiebel_eltron.markdown
index e2b252f2e51..06f1e16c314 100644
--- a/source/_components/stiebel_eltron.markdown
+++ b/source/_components/stiebel_eltron.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "STIEBEL ELTRON"
description: "Instructions on how to integrate STIEBEL ELTRON integral ventilation and heat pump units into Home Assistant."
-date: 2019-04-14 21:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: stiebel_eltron.png
ha_category:
- Climate
diff --git a/source/_components/stream.markdown b/source/_components/stream.markdown
index 56beb20c832..acb08911a28 100644
--- a/source/_components/stream.markdown
+++ b/source/_components/stream.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Stream"
description: "Instructions on how to integrate live streams within Home Assistant."
-date: 2019-02-06 13:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/streamlabswater.markdown b/source/_components/streamlabswater.markdown
index 45e2d057f26..a3ffe8f22de 100644
--- a/source/_components/streamlabswater.markdown
+++ b/source/_components/streamlabswater.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Streamlabs Water"
description: "Instructions on how to integrate Streamlabs Water devices with Home Assistant."
-date: 2019-02-25 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: streamlabswater.png
ha_category:
- Binary Sensor
diff --git a/source/_components/stride.markdown b/source/_components/stride.markdown
index e48ca592c6c..980d74b9330 100644
--- a/source/_components/stride.markdown
+++ b/source/_components/stride.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Stride"
description: "Instructions how to add Stride notifications to Home Assistant."
-date: 2018-03-14 15:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: stride.png
ha_category:
- Notifications
diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown
index 8c37380f152..58011a72b26 100644
--- a/source/_components/sun.markdown
+++ b/source/_components/sun.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sun"
description: "Instructions on how to track the sun within Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Environment
diff --git a/source/_components/supervisord.markdown b/source/_components/supervisord.markdown
index a1d76c1fdfb..3c68edbf371 100644
--- a/source/_components/supervisord.markdown
+++ b/source/_components/supervisord.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Supervisord"
description: "Instructions on how to integrate Supervisord within Home Assistant."
-date: 2016-05-13 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: supervisord.png
ha_category:
- System Monitor
diff --git a/source/_components/supla.markdown b/source/_components/supla.markdown
index ccfd835e139..7d814011685 100644
--- a/source/_components/supla.markdown
+++ b/source/_components/supla.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Supla"
description: "Instructions for integration with Supla Cloud's Web API"
-date: 2019-03-14 20:05
-sidebar: true
-comments: true
-sharing: true
-footer: true
logo: supla.png
ha_release: 0.92
ha_category:
diff --git a/source/_components/swiss_hydrological_data.markdown b/source/_components/swiss_hydrological_data.markdown
index 6d0675ff4bc..31f76ac1610 100644
--- a/source/_components/swiss_hydrological_data.markdown
+++ b/source/_components/swiss_hydrological_data.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Swiss Hydrological Data"
description: "Instructions on how to integrate hydrological data of Swiss waters within Home Assistant."
-date: 2016-06-17 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: swiss-hydrological-data.png
ha_category:
- Environment
diff --git a/source/_components/swiss_public_transport.markdown b/source/_components/swiss_public_transport.markdown
index b465c957129..f98b6c2d270 100644
--- a/source/_components/swiss_public_transport.markdown
+++ b/source/_components/swiss_public_transport.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Swiss Public Transport"
description: "Instructions on how to integrate timetable data for traveling in Switzerland within Home Assistant."
-date: 2015-06-02 21:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: train.png
ha_category:
- Transport
diff --git a/source/_components/swisscom.markdown b/source/_components/swisscom.markdown
index 40407879a16..cfb47622981 100644
--- a/source/_components/swisscom.markdown
+++ b/source/_components/swisscom.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Swisscom Internet-Box"
description: "Instructions on how to integrate Swisscom Internet-Box into Home Assistant."
-date: 2016-10-29 23:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: swisscom.png
ha_category:
- Presence Detection
diff --git a/source/_components/switch.command_line.markdown b/source/_components/switch.command_line.markdown
index 748eb5a2c80..6470f2c58ad 100644
--- a/source/_components/switch.command_line.markdown
+++ b/source/_components/switch.command_line.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Command line Switch"
description: "Instructions on how to have switches call command line commands."
-date: 2015-06-10 22:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: command_line.png
ha_category:
- Switch
diff --git a/source/_components/switch.knx.markdown b/source/_components/switch.knx.markdown
index 5b525e9b48e..7765c7c7059 100644
--- a/source/_components/switch.knx.markdown
+++ b/source/_components/switch.knx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "KNX Switch"
description: "Instructions on how to integrate KNX switches with Home Assistant."
-date: 2016-06-24 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: knx.png
ha_category:
- Switch
diff --git a/source/_components/switch.markdown b/source/_components/switch.markdown
index 4e20c67cbc3..5e5ace9ec26 100644
--- a/source/_components/switch.markdown
+++ b/source/_components/switch.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Switches"
description: "Instructions on how to set up your switches with Home Assistant."
-date: 2015-01-24 14:39
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Switch
diff --git a/source/_components/switch.modbus.markdown b/source/_components/switch.modbus.markdown
index c860b7d6f07..c4714555baa 100644
--- a/source/_components/switch.modbus.markdown
+++ b/source/_components/switch.modbus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Modbus Switch"
description: "Instructions on how to integrate Modbus switches into Home Assistant."
-date: 2015-08-30 23:38
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: modbus.png
ha_category:
- Switch
diff --git a/source/_components/switch.mqtt.markdown b/source/_components/switch.mqtt.markdown
index bd3a9ec0b9b..7fe62ac1341 100644
--- a/source/_components/switch.mqtt.markdown
+++ b/source/_components/switch.mqtt.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MQTT Switch"
description: "Instructions on how to integrate MQTT switches into Home Assistant."
-date: 2015-08-30 23:38
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mqtt.png
ha_category:
- Switch
diff --git a/source/_components/switch.mysensors.markdown b/source/_components/switch.mysensors.markdown
index a135ac7cfbe..9ab396d034a 100644
--- a/source/_components/switch.mysensors.markdown
+++ b/source/_components/switch.mysensors.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "MySensors Switch"
description: "Instructions on how to integrate MySensors switches into Home Assistant."
-date: 2016-10-01 15:00 +0200
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: mysensors.png
ha_category:
- DIY
diff --git a/source/_components/switch.pca.markdown b/source/_components/switch.pca.markdown
index 2d0f21b9924..53fabf8fa38 100644
--- a/source/_components/switch.pca.markdown
+++ b/source/_components/switch.pca.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ELV PCA 301 Switch"
description: "Instructions on how to integrate ELV PCA 301 switches into Home Assistant."
-date: 2019-02-24 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: elv.png
ha_category: Switch
ha_iot_class: Local Polling
diff --git a/source/_components/switch.rest.markdown b/source/_components/switch.rest.markdown
index 4ab4e149f69..dd339fc9b82 100644
--- a/source/_components/switch.rest.markdown
+++ b/source/_components/switch.rest.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RESTful Switch"
description: "Instructions on how to integrate REST switches into Home Assistant."
-date: 2015-09-14 19:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: restful.png
ha_category:
- Switch
diff --git a/source/_components/switch.rflink.markdown b/source/_components/switch.rflink.markdown
index aa1ebf6e0df..abbd9cd1248 100644
--- a/source/_components/switch.rflink.markdown
+++ b/source/_components/switch.rflink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFLink Switch"
description: "Instructions on how to integrate RFLink switches into Home Assistant."
-date: 2016-01-04
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rflink.png
ha_category:
- Switch
diff --git a/source/_components/switch.rfxtrx.markdown b/source/_components/switch.rfxtrx.markdown
index bcb0ee0da43..6055b32601b 100644
--- a/source/_components/switch.rfxtrx.markdown
+++ b/source/_components/switch.rfxtrx.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "RFXtrx Switch"
description: "Instructions on how to integrate RFXtrx switches into Home Assistant."
-date: 2015-10-08 10:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: rfxtrx.png
ha_category:
- Switch
diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown
index 2916b8cd30c..ec083f7a53b 100644
--- a/source/_components/switch.template.markdown
+++ b/source/_components/switch.template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Switch"
description: "Instructions on how to integrate Template Switches into Home Assistant."
-date: 2016-02-07 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Switch
ha_release: 0.13
diff --git a/source/_components/switch.xiaomi_aqara.markdown b/source/_components/switch.xiaomi_aqara.markdown
index de158bec3c4..d5e9ae68f2d 100644
--- a/source/_components/switch.xiaomi_aqara.markdown
+++ b/source/_components/switch.xiaomi_aqara.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Switch"
description: "Instructions on how to set up the Xiaomi switch within Home Assistant."
-date: 2017-07-21 16:34
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Switch
diff --git a/source/_components/switch.xiaomi_miio.markdown b/source/_components/switch.xiaomi_miio.markdown
index 12f8dd5307d..054468d0820 100644
--- a/source/_components/switch.xiaomi_miio.markdown
+++ b/source/_components/switch.xiaomi_miio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Xiaomi Smart WiFi Socket and Smart Power Strip"
description: "Instructions on how to integrate your Xiaomi Smart WiFi Socket aka Plug or Xiaomi Smart Power Strip within Home Assistant."
-date: 2017-08-26 10:18
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: xiaomi.png
ha_category:
- Switch
diff --git a/source/_components/switchbot.markdown b/source/_components/switchbot.markdown
index a31eb364375..aab3a5bbc9d 100644
--- a/source/_components/switchbot.markdown
+++ b/source/_components/switchbot.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Switchbot"
description: "Instructions on how to set up Switchbot switches."
-date: 2018-09-03 22:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: switchbot.png
ha_category:
- Switch
diff --git a/source/_components/switcher_kis.markdown b/source/_components/switcher_kis.markdown
index 784165a8c32..f57627eda0f 100644
--- a/source/_components/switcher_kis.markdown
+++ b/source/_components/switcher_kis.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Switcher"
description: "Controlling your Switcher V2 Water Heater."
-date: 2018-04-10 17:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: switcher_boiler.png
ha_category:
- Switch
diff --git a/source/_components/switchmate.markdown b/source/_components/switchmate.markdown
index 49f5583f408..16e5cfb7163 100644
--- a/source/_components/switchmate.markdown
+++ b/source/_components/switchmate.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Switchmate"
description: "Instructions on how to set up Switchmate switches."
-date: 2018-08-17 22:41
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: switchmate-logo-rgb.png
ha_category:
- Switch
diff --git a/source/_components/syncthru.markdown b/source/_components/syncthru.markdown
index 4d2e98fc55a..d4cdfa9b77c 100644
--- a/source/_components/syncthru.markdown
+++ b/source/_components/syncthru.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Samsung SyncThru Printer"
description: "Instructions on how to integrate a Samsung printer providing SyncThru within Home Assistant."
-date: 2018-02-19 23:33
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: samsung.png
ha_category:
- System Monitor
diff --git a/source/_components/synology.markdown b/source/_components/synology.markdown
index 4e56276fab6..ef3a7c89e71 100644
--- a/source/_components/synology.markdown
+++ b/source/_components/synology.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Synology Camera"
description: "Instructions on how to integrate Synology Surveillance Station cameras within Home Assistant."
-date: 2016-10-13 08:01
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: synology.png
ha_category:
- Camera
diff --git a/source/_components/synology_chat.markdown b/source/_components/synology_chat.markdown
index 0c000a2f0b7..0e2831e7f78 100644
--- a/source/_components/synology_chat.markdown
+++ b/source/_components/synology_chat.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Synology Chat"
description: "Instructions on how to add a Synology Chat Bot notifications to Home Assistant."
-date: 2018-02-15 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.65
logo: synology.png
ha_category:
diff --git a/source/_components/synology_srm.markdown b/source/_components/synology_srm.markdown
index 0679e2805f1..a155eb0a6da 100644
--- a/source/_components/synology_srm.markdown
+++ b/source/_components/synology_srm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Synology SRM"
description: "Instructions on how to integrate Synology SRM routers into Home Assistant."
-date: 2019-01-22 13:43
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: synology.png
ha_category:
- Presence Detection
diff --git a/source/_components/synologydsm.markdown b/source/_components/synologydsm.markdown
index 7b4760ea5b3..d64128cc4b4 100644
--- a/source/_components/synologydsm.markdown
+++ b/source/_components/synologydsm.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "SynologyDSM Sensor"
description: "Instructions on how to integrate the SynologyDSM sensor within Home Assistant."
-date: 2016-10-30 23:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: synology.png
ha_category:
- System Monitor
diff --git a/source/_components/syslog.markdown b/source/_components/syslog.markdown
index 037f53e8660..8e3d3863223 100644
--- a/source/_components/syslog.markdown
+++ b/source/_components/syslog.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Syslog"
description: "Instructions on how to add syslog notifications to Home Assistant."
-date: 2015-06-09 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: syslog.png
ha_category:
- Notifications
diff --git a/source/_components/system_health.markdown b/source/_components/system_health.markdown
index 5cd3ae314ca..a1da9a51634 100644
--- a/source/_components/system_health.markdown
+++ b/source/_components/system_health.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "System Health"
description: "Systeam Health integration will report system info and allow to run system diagnostics."
-date: 2019-02-06 13:40
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- "Other"
diff --git a/source/_components/system_log.markdown b/source/_components/system_log.markdown
index 24849072a3e..cf3a43a24f0 100644
--- a/source/_components/system_log.markdown
+++ b/source/_components/system_log.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "System Log"
description: "Summary of errors and warnings in Home Assistant during runtime."
-date: 2017-11-11 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Other
diff --git a/source/_components/systemmonitor.markdown b/source/_components/systemmonitor.markdown
index 9ac0066773d..d0df421b127 100644
--- a/source/_components/systemmonitor.markdown
+++ b/source/_components/systemmonitor.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "System Monitor"
description: "Instructions on how to monitor the Home Assistant host."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: system_monitor.png
ha_category:
- System Monitor
diff --git a/source/_components/sytadin.markdown b/source/_components/sytadin.markdown
index 3ef830a1316..8333a70c646 100644
--- a/source/_components/sytadin.markdown
+++ b/source/_components/sytadin.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Sytadin Sensor"
description: "Instructions on how to integrate Sytadin sensors into Home Assistant."
-date: 2017-10-05 14:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: sytadin.png
ha_release: 0.57
ha_category:
diff --git a/source/_components/tado.markdown b/source/_components/tado.markdown
index 175470dab79..d0978b83a3a 100644
--- a/source/_components/tado.markdown
+++ b/source/_components/tado.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tado"
description: "Instructions on how to integrate Tado devices with Home Assistant."
-date: 2017-03-20 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tado.png
ha_category:
- Hub
diff --git a/source/_components/tahoma.markdown b/source/_components/tahoma.markdown
index 2453d25b827..cd16cd993c0 100644
--- a/source/_components/tahoma.markdown
+++ b/source/_components/tahoma.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tahoma"
description: "Instructions on how to integrate Somfy Tahoma devices with Home Assistant."
-date: 2017-07-18 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tahoma.png
ha_category:
- Hub
diff --git a/source/_components/tank_utility.markdown b/source/_components/tank_utility.markdown
index f3082f11984..2cc3074733e 100644
--- a/source/_components/tank_utility.markdown
+++ b/source/_components/tank_utility.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tank Utility Sensor"
description: "How to integrate Tank Utility sensors within Home Assistant."
-date: 2017-08-24 08:21
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tank_utility.png
ha_category:
- Energy
diff --git a/source/_components/tapsaff.markdown b/source/_components/tapsaff.markdown
index 502c2b02c2d..6cdea93cd9d 100644
--- a/source/_components/tapsaff.markdown
+++ b/source/_components/tapsaff.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Taps Aff"
description: "Instructions on how to use the Taps Aff binary sensor in Home Assistant."
-date: 2017-05-28 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tapsaff.png
ha_category:
- Weather
diff --git a/source/_components/tautulli.markdown b/source/_components/tautulli.markdown
index a07bd876014..c08eab9d88a 100644
--- a/source/_components/tautulli.markdown
+++ b/source/_components/tautulli.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tautulli activity sensor"
description: "Instructions on how to set up Tautulli sensors in Home Assistant."
-date: 2018-10-27 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tautulli.png
ha_category:
- Sensor
diff --git a/source/_components/tcp.markdown b/source/_components/tcp.markdown
index a924b02a110..8ae8b6ac261 100644
--- a/source/_components/tcp.markdown
+++ b/source/_components/tcp.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: TCP Binary Sensor
description: "Instructions on how to set up TCP within Home Assistant."
-date: 2016-02-22 11:05
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tcp_ip.png
ha_category:
- Binary Sensor
diff --git a/source/_components/ted5000.markdown b/source/_components/ted5000.markdown
index 7360d97d651..2bcab28ad80 100644
--- a/source/_components/ted5000.markdown
+++ b/source/_components/ted5000.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TED5000 electricity monitoring"
description: "How to add a TED5000 to Home Assistant."
-date: 2016-09-27 11:19
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ted.png
ha_category:
- Energy
diff --git a/source/_components/teksavvy.markdown b/source/_components/teksavvy.markdown
index fe75e1a0ed4..e967093ffef 100644
--- a/source/_components/teksavvy.markdown
+++ b/source/_components/teksavvy.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TekSavvy"
description: "Instructions on how to integrate TekSavvy data usage within Home Assistant."
-date: 2017-12-17 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: teksavvy.png
ha_category:
- Network
diff --git a/source/_components/telegram.markdown b/source/_components/telegram.markdown
index e7d21d34225..e2d80c25c4a 100644
--- a/source/_components/telegram.markdown
+++ b/source/_components/telegram.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Telegram"
description: "Instructions on how to add Telegram notifications to Home Assistant."
-date: 2015-10-09 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: telegram.png
ha_category:
- Notifications
diff --git a/source/_components/telegram_bot.markdown b/source/_components/telegram_bot.markdown
index 276e4cf943d..fe01c913c8e 100644
--- a/source/_components/telegram_bot.markdown
+++ b/source/_components/telegram_bot.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Telegram chatbot"
description: "Telegram chatbot support"
-date: 2017-04-05 18:50
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: telegram.png
ha_category:
- Hub
diff --git a/source/_components/tellduslive.markdown b/source/_components/tellduslive.markdown
index 8d9a30745bf..17bcbfd7571 100644
--- a/source/_components/tellduslive.markdown
+++ b/source/_components/tellduslive.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Telldus Live"
description: "Instructions on how to integrate Telldus Live into Home Assistant."
-date: 2016-01-17 16:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tellduslive.svg
ha_category:
- Hub
diff --git a/source/_components/tellstick.markdown b/source/_components/tellstick.markdown
index d55bc1d824c..392346be873 100644
--- a/source/_components/tellstick.markdown
+++ b/source/_components/tellstick.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TellStick"
description: "Instructions on how to integrate your TellStick into Home Assistant."
-date: 2015-03-28 13:06
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: telldus_tellstick.png
ha_release: pre 0.7
ha_category:
diff --git a/source/_components/telnet.markdown b/source/_components/telnet.markdown
index 21befb2743b..32ad3936ddc 100644
--- a/source/_components/telnet.markdown
+++ b/source/_components/telnet.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Telnet Switch"
description: "Instructions on how to integrate telnet switches into Home Assistant."
-date: 2017-08-10 19:19
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Switch
ha_release: 0.54
diff --git a/source/_components/temper.markdown b/source/_components/temper.markdown
index 6cc7c671ef8..15cdff0f631 100644
--- a/source/_components/temper.markdown
+++ b/source/_components/temper.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TEMPer Sensor"
description: "Instructions on how to integrate TEMPer sensors into Home Assistant."
-date: 2015-08-06 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- DIY
ha_iot_class: Local Push
diff --git a/source/_components/template.markdown b/source/_components/template.markdown
index cf7e2abb4de..7480e2dafc8 100644
--- a/source/_components/template.markdown
+++ b/source/_components/template.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Template Sensor"
description: "Instructions on how to integrate Template Sensors into Home Assistant."
-date: 2016-01-27 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Sensor
ha_release: 0.12
diff --git a/source/_components/tensorflow.markdown b/source/_components/tensorflow.markdown
index b4f385b2e69..c92dd0da3a0 100644
--- a/source/_components/tensorflow.markdown
+++ b/source/_components/tensorflow.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TensorFlow"
description: "Detect and recognize objects with TensorFlow."
-date: 2018-10-24 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tensorflow.png
ha_category:
- Image Processing
diff --git a/source/_components/tesla.markdown b/source/_components/tesla.markdown
index ea667c826ae..46111f4b809 100644
--- a/source/_components/tesla.markdown
+++ b/source/_components/tesla.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tesla"
description: "Instructions on how to integrate Tesla car into Home Assistant."
-date: 2017-08-28 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tesla.png
ha_category:
- Car
diff --git a/source/_components/tfiac.markdown b/source/_components/tfiac.markdown
index ae13d160301..b266ce4d429 100644
--- a/source/_components/tfiac.markdown
+++ b/source/_components/tfiac.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tfiac AC"
description: "Instructions on how to integrate Tfiac AC devices with Home Assistant."
-date: 2019-03-10 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tfiac.png
ha_category:
- Climate
diff --git a/source/_components/thermoworks_smoke.markdown b/source/_components/thermoworks_smoke.markdown
index eb012abcf14..3fd29769769 100644
--- a/source/_components/thermoworks_smoke.markdown
+++ b/source/_components/thermoworks_smoke.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ThermoWorks Smoke Sensor"
description: "Pulls temperature data for a ThermoWorks Smoke Thermometer connected with Smoke Gateway."
-date: 2018-08-22 17:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: thermoworks.png
ha_category:
- Sensor
diff --git a/source/_components/thethingsnetwork.markdown b/source/_components/thethingsnetwork.markdown
index 310064f010a..baae607ca4b 100644
--- a/source/_components/thethingsnetwork.markdown
+++ b/source/_components/thethingsnetwork.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "The Things Network"
description: "Instructions for how to integrate The Things Network within Home Assistant."
-date: 2017-09-30 08:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: thethingsnetwork.png
ha_category:
- Hub
diff --git a/source/_components/thingspeak.markdown b/source/_components/thingspeak.markdown
index bc91eb20f75..b0f4b18dcf2 100644
--- a/source/_components/thingspeak.markdown
+++ b/source/_components/thingspeak.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "ThingSpeak"
description: "Record one entity in ThingSpeak"
-date: 2016-10-24 15:45
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: thingspeak.png
ha_category:
- "History"
diff --git a/source/_components/thinkingcleaner.markdown b/source/_components/thinkingcleaner.markdown
index 13dd89ad616..20952495404 100644
--- a/source/_components/thinkingcleaner.markdown
+++ b/source/_components/thinkingcleaner.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Thinking Cleaner"
description: "Instructions on how to integrate a ThinkingCleaner within Home Assistant."
-date: 2016-04-10 17:24
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: thinkingcleaner.png
ha_category:
- Sensor
diff --git a/source/_components/thomson.markdown b/source/_components/thomson.markdown
index 4eea5e8d68d..9033a982497 100644
--- a/source/_components/thomson.markdown
+++ b/source/_components/thomson.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Thomson"
description: "Instructions on how to integrate Thomson routers into Home Assistant."
-date: 2015-08-30 19:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: technicolor.png
ha_category:
- Presence Detection
diff --git a/source/_components/threshold.markdown b/source/_components/threshold.markdown
index a30ba6d6161..72c404ab225 100644
--- a/source/_components/threshold.markdown
+++ b/source/_components/threshold.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Threshold Binary Sensor"
description: "Instructions on how to integrate threshold binary sensors into Home Assistant."
-date: 2016-11-26 12:10
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Utility
diff --git a/source/_components/tibber.markdown b/source/_components/tibber.markdown
index babfcf9f502..1997db3a65d 100644
--- a/source/_components/tibber.markdown
+++ b/source/_components/tibber.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tibber"
description: "Instructions on how to integrate Tibber within Home Assistant."
-date: 2015-10-04 16:34
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tibber.png
ha_category:
- Energy
diff --git a/source/_components/tikteck.markdown b/source/_components/tikteck.markdown
index 2054dbf2b85..1cb6013bca9 100644
--- a/source/_components/tikteck.markdown
+++ b/source/_components/tikteck.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tikteck"
description: "Instructions on how to setup Tikteck LED bulbs within Home Assistant."
-date: 2017-01-04 16:32
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Light
ha_iot_class: Local Polling
diff --git a/source/_components/tile.markdown b/source/_components/tile.markdown
index 5fd85c3412a..4182fb6c284 100644
--- a/source/_components/tile.markdown
+++ b/source/_components/tile.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tile"
description: "Instructions on how to use Tile to track devices in Home Assistant."
-date: 2017-11-08 20:40:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tile.png
ha_release: 0.58
ha_category:
diff --git a/source/_components/time_date.markdown b/source/_components/time_date.markdown
index bd0a514ca3c..e9df8e34161 100644
--- a/source/_components/time_date.markdown
+++ b/source/_components/time_date.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Time & Date"
description: "Instructions on how to integrate the time and the date within Home Assistant."
-date: 2015-05-08 17:15
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Calendar
diff --git a/source/_components/timer.markdown b/source/_components/timer.markdown
index a1865842e6b..1340b3dcd1b 100644
--- a/source/_components/timer.markdown
+++ b/source/_components/timer.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Timer"
description: "Instructions on how to integrate timers into Home Assistant."
-date: 2017-10-23 06:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: home-assistant.png
ha_category:
- Automation
diff --git a/source/_components/tod.markdown b/source/_components/tod.markdown
index ebc1de6d4d6..c44d6ded94d 100644
--- a/source/_components/tod.markdown
+++ b/source/_components/tod.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Times of the Day Binary Sensor"
description: "Instructions on how to integrate Times of the Day binary sensors within Home Assistant."
-date: 2019-01-14 23:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Binary Sensor
ha_release: 0.89
diff --git a/source/_components/todoist.markdown b/source/_components/todoist.markdown
index 146770da818..4d97b34a28f 100644
--- a/source/_components/todoist.markdown
+++ b/source/_components/todoist.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Todoist"
description: "Instructions on how to integrate Todoist into Home Assistant."
-date: 2017-08-31 2:22
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: todoist.png
ha_category:
- Calendar
diff --git a/source/_components/tof.markdown b/source/_components/tof.markdown
index 94a40def499..6aba789f39e 100644
--- a/source/_components/tof.markdown
+++ b/source/_components/tof.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Time of Flight sensor using VL53L1X"
description: "Instructions on how to integrate a VL53L1X ToF sensor into Home Assistant."
-date: 2019-02-21 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: raspberry-pi.png
ha_category:
- DIY
diff --git a/source/_components/tomato.markdown b/source/_components/tomato.markdown
index 5498a025875..1ef681603fd 100644
--- a/source/_components/tomato.markdown
+++ b/source/_components/tomato.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tomato"
description: "Instructions on how to integrate Tomato routers into Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tomato.png
ha_category:
- Presence Detection
diff --git a/source/_components/toon.markdown b/source/_components/toon.markdown
index a97d4156518..dd911686a62 100644
--- a/source/_components/toon.markdown
+++ b/source/_components/toon.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Toon"
description: "Instructions on how to integrate Toon within Home Assistant."
-date: 2017-10-22 12:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Climate
- Binary Sensor
diff --git a/source/_components/torque.markdown b/source/_components/torque.markdown
index 350012b87c4..3ac8205297b 100644
--- a/source/_components/torque.markdown
+++ b/source/_components/torque.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Torque (OBD2)"
description: "Instructions on how to integrate Torque sensors into Home Assistant."
-date: 2015-12-20 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: torque.png
ha_category:
- Car
diff --git a/source/_components/totalconnect.markdown b/source/_components/totalconnect.markdown
index ac70904d688..9defa1969d8 100644
--- a/source/_components/totalconnect.markdown
+++ b/source/_components/totalconnect.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Honeywell TotalConnect Alarm Control Panel"
description: "Instructions on how to integrate TotalConnect alarms into Home Assistant."
-date: 2017-04-02 22:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: honeywell-tc.png
ha_category:
- Alarm
diff --git a/source/_components/touchline.markdown b/source/_components/touchline.markdown
index 4c76af10075..be3ec2271b0 100644
--- a/source/_components/touchline.markdown
+++ b/source/_components/touchline.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Roth Touchline"
description: "Instructions on how to integrate Roth Touchline within Home Assistant."
-date: 2018-01-03 12:35
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: roth.png
ha_category:
- Climate
diff --git a/source/_components/tplink.markdown b/source/_components/tplink.markdown
index dd045966220..b0e6db7fb7e 100644
--- a/source/_components/tplink.markdown
+++ b/source/_components/tplink.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TP-Link Smart Home Devices"
description: "Instructions on integrating TP-Link Smart Home Devices to Home Assistant."
-date: 2018-09-12 13:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tp-link.png
ha_category:
- Hub
diff --git a/source/_components/tplink_lte.markdown b/source/_components/tplink_lte.markdown
index 8fdf9ecaa67..e58f60639b4 100644
--- a/source/_components/tplink_lte.markdown
+++ b/source/_components/tplink_lte.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TP-Link LTE"
description: "Instructions on how to integrate your TP-Link LTE routers within Home Assistant."
-date: 2018-10-03 21:30
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tp-link.png
ha_release: 0.83
ha_category:
diff --git a/source/_components/traccar.markdown b/source/_components/traccar.markdown
index bdec576f128..d21ed030071 100644
--- a/source/_components/traccar.markdown
+++ b/source/_components/traccar.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Traccar GPS tracker"
description: "Instructions how to use Traccar GPS tracker to track devices in Home Assistant."
-date: 2018-11-04 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: traccar.png
ha_release: 0.83
ha_category:
diff --git a/source/_components/trackr.markdown b/source/_components/trackr.markdown
index 761f770bbc2..2d9d52a779d 100644
--- a/source/_components/trackr.markdown
+++ b/source/_components/trackr.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "TrackR"
description: "Instructions on how to use TrackR to track devices in Home Assistant."
-date: 2016-12-22 1000
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: trackr.png
ha_release: 0.36
ha_category:
diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown
index 8443273e2d1..b888365ef45 100644
--- a/source/_components/tradfri.markdown
+++ b/source/_components/tradfri.markdown
@@ -1,13 +1,7 @@
---
-layout: page
title: "IKEA Trådfri (Tradfri)"
description: "Access and control your IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge) and via it its connected Zigbee-based devices."
-date: 2017-04-12 22.04
-sidebar: true
featured: true
-comments: false
-sharing: true
-footer: true
logo: ikea.svg
ha_iot_class: Local Polling
ha_config_flow: true
diff --git a/source/_components/trafikverket_weatherstation.markdown b/source/_components/trafikverket_weatherstation.markdown
index 543c42d763e..c0e39a1af47 100644
--- a/source/_components/trafikverket_weatherstation.markdown
+++ b/source/_components/trafikverket_weatherstation.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Trafikverket WeatherStation"
description: "Instructions how to integrate Trafikverket WeatherStation within Home Assistant."
-date: 2018-02-01 12:06
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: trafikverket.png
ha_category:
- Weather
diff --git a/source/_components/transmission.markdown b/source/_components/transmission.markdown
index 11d50c5129b..7abb85bc599 100644
--- a/source/_components/transmission.markdown
+++ b/source/_components/transmission.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Transmission"
description: "Instructions on how to integrate Transmission within Home Assistant."
-date: 2018-12-12 22:44
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: transmission.png
ha_category:
- Downloading
diff --git a/source/_components/transport_nsw.markdown b/source/_components/transport_nsw.markdown
index 7e22aa100bd..f7ea7bade5d 100644
--- a/source/_components/transport_nsw.markdown
+++ b/source/_components/transport_nsw.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Transport NSW"
description: "Instructions on how to integrate timetable data for Transport NSW (Australia) within Home Assistant."
-date: 2018-10-05 00:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: transport_nsw.png
ha_category:
- Transport
diff --git a/source/_components/travisci.markdown b/source/_components/travisci.markdown
index 933f4ac6b29..8e6e4f46115 100644
--- a/source/_components/travisci.markdown
+++ b/source/_components/travisci.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Travis-CI Sensor"
description: "Instructions on how to integrate the test build results reported by Travis-CI within Home Assistant."
-date: 2017-09-04 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: travisci.svg
ha_category:
- Sensor
diff --git a/source/_components/trend.markdown b/source/_components/trend.markdown
index 72c3b8f885f..8621a4132f4 100644
--- a/source/_components/trend.markdown
+++ b/source/_components/trend.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Trend Binary Sensor"
description: "Instructions on how to integrate Trend binary sensors into Home Assistant."
-date: 2016-09-05 10:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_category:
- Utility
logo: home-assistant.png
diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown
index 328c076d018..9a6b9a7dc88 100644
--- a/source/_components/tts.markdown
+++ b/source/_components/tts.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Text-to-Speech (TTS)"
description: "Instructions on how to set up Text-to-Speech (TTS) with Home Assistant."
-date: 2016-12-13 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
ha_release: 0.35
---
diff --git a/source/_components/tuya.markdown b/source/_components/tuya.markdown
index 8deafea2a71..2b7fe040f6d 100644
--- a/source/_components/tuya.markdown
+++ b/source/_components/tuya.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Tuya"
description: "Instructions on how to setup the Tuya hub within Home Assistant."
-date: 2018-07-09 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: tuya.png
ha_category:
- Hub
diff --git a/source/_components/twilio.markdown b/source/_components/twilio.markdown
index 02e5b64a4f8..acc1f236a1d 100644
--- a/source/_components/twilio.markdown
+++ b/source/_components/twilio.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Twilio"
description: "Instructions on how to add Twilio notifications to Home Assistant."
-date: 2016-05-14 14:14
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: twilio.png
ha_category:
- Hub
diff --git a/source/_components/twilio_call.markdown b/source/_components/twilio_call.markdown
index e9c729be287..e6e6649a859 100644
--- a/source/_components/twilio_call.markdown
+++ b/source/_components/twilio_call.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Twilio Call"
description: "Instructions on how to add user notifications to Home Assistant."
-date: 2017-01-27 00:09
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: twilio.png
ha_category:
- Notifications
diff --git a/source/_components/twilio_sms.markdown b/source/_components/twilio_sms.markdown
index 6afe3fce0e6..cff9f52e7b5 100644
--- a/source/_components/twilio_sms.markdown
+++ b/source/_components/twilio_sms.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Twilio SMS"
description: "Instructions on how to add user notifications to Home Assistant."
-date: 2016-05-14 14:14
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: twilio.png
ha_category:
- Notifications
diff --git a/source/_components/twitch.markdown b/source/_components/twitch.markdown
index c75028f65a5..c0985ff90d8 100644
--- a/source/_components/twitch.markdown
+++ b/source/_components/twitch.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Twitch"
description: "Instructions on how to integrate Twitch sensors into Home Assistant."
-date: 2015-12-19 09:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: twitch.png
ha_category:
- Social
diff --git a/source/_components/twitter.markdown b/source/_components/twitter.markdown
index 030fa965c77..e710baf500a 100644
--- a/source/_components/twitter.markdown
+++ b/source/_components/twitter.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Twitter"
description: "Instructions on how to add Twitter notifications to Home Assistant."
-date: 2016-01-27 07:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: twitter.png
ha_category:
- Notifications
diff --git a/source/_components/ubee.markdown b/source/_components/ubee.markdown
index c547d0340a1..4e3084dd6ed 100644
--- a/source/_components/ubee.markdown
+++ b/source/_components/ubee.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "Ubee Router"
description: "Instructions on how to integrate Ubee routers into Home Assistant."
-date: 2018-12-26 18:00
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: ubee.png
ha_category:
- Presence Detection
diff --git a/source/_components/ubus.markdown b/source/_components/ubus.markdown
index 1d3af14c12a..2e7c30c7c08 100644
--- a/source/_components/ubus.markdown
+++ b/source/_components/ubus.markdown
@@ -1,12 +1,6 @@
---
-layout: page
title: "OpenWRT (ubus)"
description: "Instructions on how to integrate OpenWRT routers into Home Assistant."
-date: 2015-03-23 19:59
-sidebar: true
-comments: false
-sharing: true
-footer: true
logo: openwrt.png
ha_category:
- Presence Detection
@@ -158,7 +152,6 @@ Content-Length: 161
{"jsonrpc": "2.0", "params": ["00000000000000000000000000000000", "session", "login", {"password": "