X10


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

Requires Heyu x10 interface.

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

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

Configuration variables:

  • id (Required): Device identifier. Composed of house code + unit id.
  • name (Optional): A friendly name for the device. By default id from the device is used.