Creating a Text Helper to Display MQTT Topic Payload
I want to create a helper (TextHelper) that displays the payload of an MQTT topic. However, I don’t have access to the configuration.yaml file. Instead, I’ve created an automation that is triggered by the topic.
Capturing the Payload
My main problem is capturing the actual payload and sending it as an action to the TextHelper. Is my approach possible?