Add inital mwtt_eventstream page
This commit is contained in:
parent
aaaa0fc482
commit
48f601637e
1 changed files with 29 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue