Update docstring
This commit is contained in:
parent
fb9f83f8ad
commit
c7d2a09097
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
"""
|
||||
homeassistant.components.alarm_control_panel.mqtt
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This platform enables the possibility to control a MQTT alarm.
|
||||
In this platform, 'state_topic' and 'command_topic' are required.
|
||||
|
@ -56,9 +57,7 @@ The payload to set armed-away mode. Default is "ARM_AWAY".
|
|||
code
|
||||
*Optional
|
||||
If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||
|
||||
"""
|
||||
|
||||
import logging
|
||||
import homeassistant.components.mqtt as mqtt
|
||||
import homeassistant.components.alarm_control_panel as alarm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue