mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 05:46:48 +00:00

* Add files via upload * Add files via upload * Initial release of documentation for the w800rf32 component, binary_sensor and switch. * Update missing pieces in docs and properly format yaml section * Minor change to make it more concise * Remove switch platform * Use new configuration format * Update version and fix mapping error * Change type from list to map
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | W800rf32 | Instructions on how to integrate a W800rf32(a) into Home Assistant. | 2018-10-16 10:15 | true | false | true | true | w800rf32.png | Hub | 0.83 | Local Push |
The w800rf32
component supports W800RF32 devices by WGL Designs which
communicate in the frequency range of 310MHz or if you are outside Canada or the U.S., 433.92 MHz.
The W800 family of RF receivers are designed to receive X10 RF signals generated from X10 products: Palm Pad remotes, key chain remotes, Hawkeye motion detectors, and many, many other X10 RF devices.
To enable W800rf32 in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
w800rf32:
device: PATH_TO_DEVICE
{% configuration %} device: description: "The path to USB/serial device, example: /dev/ttyUSB0." required: true type: string {% endconfiguration %}