Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 18:04:56 +02:00
parent fcd7c27638
commit 068887f720
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
10 changed files with 10 additions and 3 deletions

View file

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png
ha_category: Alarm
ha_release: 0.7.4
ha_iot_class: depends
---
The `mqtt` alarm panel platform enables the possibility to control MQTT capable alarm panels. The Alarm icon will change state after receiving a new state from `state_topic`. If these messages are published with *RETAIN* flag, the MQTT alarm panel will receive an instant state update after subscription and will start with the correct state. Otherwise, the initial state will be `unknown`.