mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 10:08:57 +00:00

* Update Mochad light and switch component configuration variable Update style of Mochad light and switch component documentation to follow new configuration variables description. Related to #6385. * 🚑 Bugfix * ⏪ Undo last change * 🚑 Fix * 🚑 Fix round 2
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Mochad Switch | Instructions on how to integrate X10 Mochad switches into Home Assistant. | 2016-10-20 21:13 | true | false | true | true | Switch | depends | 0.32 |
The mochad
switch platform lets you control an X10 enabled switch device.
{% linkable_title Configuration %}
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.yaml entry
switch:
- platform: mochad
devices:
- address: a1
- address: a5
{% configuration %} address: description: The X10 address of the switch. required: true type: string name: description: The name of the switch. required: false default: x10_switch_dev_address type: string comm_type: description: pl (powerline) or rf (radio frequency). required: false default: pl type: string {% endconfiguration %}