Version: 0.6
The main purpose of this script is to act as a actions service to interact with awtrix devices, as an alternative to the Awtrix addons.
It allows you to create/edit CustomApp and send notifications to all Awtrix devices available under your Home Assistant system.
You can use it in the Developer tools -> Action section to configure the action you want to perform, then copy the yaml version where you need it.
Two operating modes:
- Notification Mod: Sending a temporary notification ('CustomApp' field disabled).
- CustomApp Mode: Create/update a CustomApp (enabling and specifying a name in the 'customapp' field); remove the CustomApp (updating it with disabling the 'text' field).
The script automatically detects all MQTT topics on Awtrix devices and sends the message to each one. You can customize the appearance of the notification or CustomApp by enabling and filling in the various parameters below.
Tips:
- To remove a CustomApp, specify its name in the 'CustomApp' field and simply disabling the 'text' field.
- Color: Accepts a hex string or an R,G,B array: "#FFFFFF" or [255,255,0].