MQTT Transport Adaptor¶
| Transport ID | Source | Requirements | Optional |
|---|---|---|---|
mqtt | mqtt.py | Notify MQTT Integration | - |
Whilst MQTT Notify Entities can be used for many cases, and the Supernotify generic can be used to send a payload to mqtt.publish, the specific MQTT integration can be easier to use.
- Payloads can be defined in YAML rather than escaped JSON, and will be JSONified if needed on delivery
- The action doesn't need to be specified, and the config will validate that a
topichas been provided.