home-assistant.io/source/_components/mqtt_eventstream.markdown
Matt N 2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00

768 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page MQTT Eventstream Instructions how to setup MQTT eventstream within Home Assistant. 2016-01-13 08:00 true false true true mqtt.png Other 0.11

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.