863 B
863 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | X10 | Instructions how to setup X10 devices within Home Assistant. | 2016-07-27 | true | false | true | true | x10.gif | Light | Local Polling | true |
X10 support is integrated into Home Assistant as a light platform.
Requires heyu x10 interface http://www.heyu.org
To enable x10 lights, add something like this 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.