Add presence detection getting started

This commit is contained in:
Paulus Schoutsen 2015-10-04 13:58:02 -07:00
parent 6a877e19f5
commit 67b5d7cc7f
11 changed files with 81 additions and 17 deletions

View file

@ -10,7 +10,7 @@ footer: true
---
<img src='/images/supported_brands/mqtt.png' class='brand pull-right' />
This platform enables the possibility to control a 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, the initial state will
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, the initial state will
be `unknown`.
To enable this alarm, add the following lines to your `configuration.yaml` for a GET request: