From 7ba22467a455aae5880738ba59ea529b235a0ff1 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sat, 29 Jul 2017 16:50:02 -0400 Subject: [PATCH] Link to example implementation of a Manual MQTT Alarm control panel (#3091) * Link to example implementation of a Manual MQTT Alarm control panel * Move link --- source/_posts/2017-07-29-release-50.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_posts/2017-07-29-release-50.markdown b/source/_posts/2017-07-29-release-50.markdown index 0f60761bf6f..e34414c059f 100644 --- a/source/_posts/2017-07-29-release-50.markdown +++ b/source/_posts/2017-07-29-release-50.markdown @@ -52,6 +52,10 @@ Yes, it has happened! After being in beta for a while, the Xiaomi support is now Another awesome integration is that of the Velbus home automation system which has been contributed by [@thomasdelaet]. It integrates their sensors, covers, fans, lights and switches. +### {% linkable_title Manual alarm with MQTT control %} + +A new version of the manual alarm component is now available with full MQTT control thanks to [@colinodell]. Using this you can build your own control panel to remotely arm/disarm the alarm. For example, using a [Raspberry Pi to create an alarm](https://www.hackster.io/colinodell/diy-alarm-control-panel-for-home-assistant-ac1813). + ## {% linkable_title New Platforms %} - Initial support for Google Wifi/OnHub ([@fronzbot] - [#8485]) ([sensor.google_wifi docs]) (new-platform)