Package plugins

Plugins provice a Platform and optionally Actions and Sensors.

Expand source code
"""
Plugins provice a Platform and optionally Actions and Sensors.
"""

Sub-modules

plugins.camera

Allows to stream a camera.

plugins.console

Allows to write to the System Console.

plugins.dfplayer

Connects to the DFPlayer's RX pin to play audio.

plugins.gpio

Allows to read and write the state of the GPIO pins, based on the gpiozero package.

plugins.hass

Connects Actions and Sensors to HomeAssistant.

plugins.mqtt

Connects to a MQTT Server to send and receive messages, based on paho.mqtt.

plugins.rfcomm_client

Connects to a RFCOMM Server to send messages.

plugins.rfcomm_server

Connects to a RFCOMM Server to send messages.

plugins.system

Provides access to system functions like 'sleep()'.

plugins.web

Visualize custom messages on a website.