mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 11:08:59 +00:00
737 B
737 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category |
---|---|---|---|---|---|---|---|---|---|
component | MQTT Eventstream | Instructions how to setup MQTT within Home Assistant. | 2016-01-13 08:00 | true | false | true | true | mqtt.png | Others |
The mqtt_eventstream
components 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.