forked from platypush/platypush
Fixed docstring for zigbee.mqtt
plugin.
This commit is contained in:
parent
0fc05135df
commit
9c1855e4c0
1 changed files with 21 additions and 22 deletions
|
@ -128,8 +128,7 @@ class ZigbeeMqttPlugin(
|
|||
configured your network, to prevent accidental/malignant joins from outer Zigbee devices.
|
||||
|
||||
- Start the ``zigbee2mqtt`` daemon on your device (the
|
||||
`official documentation <https://www.zigbee2mqtt.io/getting_started
|
||||
/running_zigbee2mqtt.html#5-optional-running-as-a-daemon-with-systemctl>`_
|
||||
`official documentation <https://www.zigbee2mqtt.io/getting_started/running_zigbee2mqtt.html#5-optional-running-as-a-daemon-with-systemctl>`_
|
||||
also contains instructions on how to configure it as a ``systemd`` service:
|
||||
|
||||
.. code-block:: shell
|
||||
|
@ -188,7 +187,7 @@ class ZigbeeMqttPlugin(
|
|||
* :class:`platypush.message.event.zigbee.mqtt.ZigbeeMqttErrorEvent` when an internal error occurs
|
||||
on the zigbee2mqtt service.
|
||||
|
||||
"""
|
||||
""" # noqa: E501
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
|
Loading…
Reference in a new issue