Add ha_release and other minor changes

This commit is contained in:
Fabian Affolter 2016-10-25 14:24:01 +02:00
parent 95cb4cb70b
commit 9813fe71c2
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
2 changed files with 23 additions and 20 deletions

View file

@ -8,25 +8,28 @@ comments: false
sharing: true
footer: true
ha_category: Hub
ha_release: 0.32
---
The Mochad component is the main component to integrate all X10 platforms being
controlled by [mochad](https://sourceforge.net/projects/mochad/). Besides this component you will have to setup your X10 devices separately.
The `mochad` component is the main component to integrate all X10 platforms being controlled by [mochad](https://sourceforge.net/projects/mochad/). Besides this component you will have to setup your X10 devices separately.
To integrate your Mochad units with Home Assistant, add the following section to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
mochad:
```
Configuration variables:
- **host** (*Optional*): The host that mochad is running on. Defaults to `localhost`.
- **port** (*Optional*): The port that mochad is running on. Defaults to `1099`.
A full configuration sample could look like the one below:
```yaml
# Example configuration.yaml entry
mochad:
host: localhost
port: 1099
switch:
platform: mochad
devices:
- name: Light Switch
address: a1
```
Configuration variables:
- **host** (*Optional*): The host that mochad is running on, defaults to *localhost*
- **port** (*Optional*): The port that mochad is running on, defaults to *1099*