mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
962 B
962 B
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|
page | Mochad | Instructions on how to integrate Mochad into Home Assistant. | 2016-10-20 17:09 | true | false | true | true | Hub | 0.32 |
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.
To integrate your Mochad units with Home Assistant, add the following section to your configuration.yaml
file:
# 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:
# Example configuration.yaml entry
mochad:
host: localhost
port: 1099