Component details pages added

This commit is contained in:
Paulus Schoutsen 2015-10-25 00:58:12 -07:00
parent 04f48395d6
commit 03d0d75ae1
130 changed files with 610 additions and 471 deletions

View file

@ -1,9 +1,9 @@
---
layout: page
title: "MQTT alarm support"
layout: component
title: "MQTT Alarm Control Panel"
description: "Instructions how to integrate MQTT alarms into Home Assistant."
date: 2015-09-14 19:10
sidebar: false
sidebar: true
comments: false
sharing: true
footer: true
@ -11,7 +11,7 @@ logo: mqtt.png
ha_category: "Alarm Control Panel"
---
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
This platform enables the possibility to control an MQTT alarm. The alarm will only change state after
receiving the a new state from `state_topic`. If these messages are published with RETAIN flag, the MQTT
alarm will receive an instant state update after subscription and will start with correct state. Otherwise,