mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Update docstring
This commit is contained in:
parent
fb9f83f8ad
commit
c7d2a09097
@ -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…
x
Reference in New Issue
Block a user