home-assistant.io/source/_components/light.mochad.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer ha_category ha_release
page Mochad Light Instructions on how to integrate X10 Mochad lights into Home Assistant. 2017-07-14 11:29 true false true true Light 0.51

The mochad light 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 light. Default is: x10_light_dev_address.
  • comm_type (Optional): pl (powerline) or rf (radio frequency). Default is pl.
  • brightness_levels (Optional): The number of brightness levels the X10 light device supports. This can either be 32, 64, or 256 (note that the max value sent to the device will be n-1 because it starts at 0)