MQTT Eventstream
The mqtt_eventstream
components connects two Home Assistant instances via MQTT.
To integrate MQTT Eventstream into Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
mqtt_eventstream:
publish_topic: MyServerName
subscribe_topic: OtherHaServerName
Configuration variables:
- publish_topic (Required): Topic for publishing local events
- subscribe_topic (Required): Topic to receive events from the remote server.