mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Cleans up front matter (#9835)
* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
This commit is contained in:
parent
92debe4d6c
commit
1833c32a2c
22
_config.yml
22
_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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
<p class='note'>
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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):
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
---
|
||||
|
||||
|
@ -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"
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
---
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user