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 pushlishing local events
- subscribe_topic (Required): Topic to recieve events from the remote server.