This commit adds documentation around the mochad and mochad switch platforms which are added in home-assistant/home-assistant#3970
790 B
790 B
| layout | title | description | date | sidebar | comments | sharing | footer | ha_category |
|---|---|---|---|---|---|---|---|---|
| page | Mochad | Instructions how to integrate Mochad into Home Assistant. | 2016-10-20 17:09 | true | false | true | true | Hub |
The Mochad component is the main component to integrate all X10 platforms being controlled by mochad. Besides this component you will have to setup your X10 devices separately.
# 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