diff --git a/source/_components/mqtt_eventstream.markdown b/source/_components/mqtt_eventstream.markdown new file mode 100644 index 00000000000..59a49a64505 --- /dev/null +++ b/source/_components/mqtt_eventstream.markdown @@ -0,0 +1,29 @@ +--- +layout: component +title: "MQTT Eventstream" +description: "Instructions how to setup MQTT within Home Assistant." +date: 2016-01-13 08:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: mqtt.png +ha_category: 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: + +```yaml +# 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. +