From 2cfcde5f3178bed6683294452861d8a4abcc58bd Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 14 Jul 2017 13:30:22 -0400 Subject: [PATCH 1/2] Add documentation for the mochad light component This commit adds docs for using x10 dimmers and lights via mochad. --- source/_components/light.mochad.markdown | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/_components/light.mochad.markdown diff --git a/source/_components/light.mochad.markdown b/source/_components/light.mochad.markdown new file mode 100644 index 000000000000..a05cfcc4f438 --- /dev/null +++ b/source/_components/light.mochad.markdown @@ -0,0 +1,32 @@ +--- +layout: page +title: "Mochad Light" +description: "Instructions how to integrate X10 Mochad switches into Home Assistant." +date: 2017-07-14 11:29 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Light +ha_release: 0.50 +--- + +The `mochad` switch platform lets you control an X10 enabled dimmer/light +device. + +To enable this sensor, you first have to set up the [mochad component](/components/mochad/) and then add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yml entry +light: + - platform: mochad + devices: + - address: a1 + - address: a5 +``` + +Configuration variables: + +- **address** (*Required*): The X10 address of the light. +- **name** (*Optional*): The name of the switch. Default is: x10_light_dev_*address*. +- **comm_type** (*Optional*): pl (powerline) or rf (radio frequency). Default is pl. From 72c640728bdcbc81abb702a92a1dc8e99a273755 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 12 Aug 2017 12:52:19 -0700 Subject: [PATCH 2/2] Update light.mochad.markdown --- source/_components/light.mochad.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.mochad.markdown b/source/_components/light.mochad.markdown index a05cfcc4f438..0bf8b817fe66 100644 --- a/source/_components/light.mochad.markdown +++ b/source/_components/light.mochad.markdown @@ -8,7 +8,7 @@ comments: false sharing: true footer: true ha_category: Light -ha_release: 0.50 +ha_release: 0.51 --- The `mochad` switch platform lets you control an X10 enabled dimmer/light