Heyu X10


The x10 light integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] 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.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

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

Configuration Variables

devices list Required

A list of devices.

id string Required

Device identifier. Composed of house code and unit id.

name string Required

A friendly name for the device.