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
|
homeassistant.components.alarm_control_panel.mqtt
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
This platform enables the possibility to control a MQTT alarm.
|
This platform enables the possibility to control a MQTT alarm.
|
||||||
In this platform, 'state_topic' and 'command_topic' are required.
|
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
|
code
|
||||||
*Optional
|
*Optional
|
||||||
If defined, specifies a code to enable or disable the alarm in the frontend.
|
If defined, specifies a code to enable or disable the alarm in the frontend.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import homeassistant.components.mqtt as mqtt
|
import homeassistant.components.mqtt as mqtt
|
||||||
import homeassistant.components.alarm_control_panel as alarm
|
import homeassistant.components.alarm_control_panel as alarm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue