home-assistant.io/source/_components/mqtt_eventstream.markdown
2016-02-07 14:22:01 -08:00

743 B

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

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.