mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add inital mwtt_eventstream page
This commit is contained in:
parent
aaaa0fc482
commit
48f601637e
29
source/_components/mqtt_eventstream.markdown
Normal file
29
source/_components/mqtt_eventstream.markdown
Normal file
@ -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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user