home-assistant.io/source/_components/light.x10.markdown
Sean Wilson ef275a9840 Add CM17A support (#7743)
* Added docs for AquaLogic component.

* Update AquaLogic docs as per review.

* Update as per review.

* Add CM17A support.
2018-12-06 13:25:37 +01:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release
page X10 Instructions on how to setup X10 devices within Home Assistant. 2016-07-27 true false true true x10.gif Light Local Polling 0.25

The x10 light platform allows you to control your X10 based lights with Home Assistant.

Requires Heyu x10 and a CM11A or a CM17A "FireCracker" interface.

To enable those lights, add the following lines to your configuration.yaml file:

# Example configuration.yaml entry
light:
  - platform: x10
    devices:
      - id: a2
        name: Guest Room
      - id: a3
        name: Bedroom Lamp

{% configuration %} devices: description: A list of devices. required: true type: list keys: id: description: Device identifier. Composed of house code and unit id. required: true type: string name: description: A friendly name for the device. required: true type: string {% endconfiguration %}