mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00

* Add documentation for the mochad light component This commit adds docs for using x10 dimmers and lights via mochad. * Update light.mochad.markdown
867 B
867 B
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|
page | Mochad Light | Instructions how to integrate X10 Mochad switches into Home Assistant. | 2017-07-14 11:29 | true | false | true | true | Light | 0.51 |
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 and then add the following to your configuration.yaml
file:
# 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.