diff --git a/source/_components/mochad.markdown b/source/_components/mochad.markdown new file mode 100644 index 00000000000..ab139fd9d08 --- /dev/null +++ b/source/_components/mochad.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Mochad" +description: "Instructions how to integrate Mochad into Home Assistant." +date: 2016-10-20 17:09 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Hub +--- + +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. + +```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* diff --git a/source/_components/switch.mochad.markdown b/source/_components/switch.mochad.markdown new file mode 100644 index 00000000000..9bea444762b --- /dev/null +++ b/source/_components/switch.mochad.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Mochad Switch" +description: "Instructions how to integrate X10 Mochad switches into Home Assistant." +date: 2016-10-20 21:13 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Switch +ha_iot_class: depends +--- + +The `mochad` switch platform lets you control an X10 enabled switch device. + +To enable this switch in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yml entry +switch: + - platform: mochad + devices: + - name: Switch A + address: a1 + - name: Living Room Lamp + address: a5 +``` + +Configuration variables: + +- **name** (*Optional*): The name of the switch. Default is: x10_switch_dev_*address* +- **address** (*Required*): The X10 address of the switch