--- layout: page title: "W800rf32" description: "Instructions on how to integrate a W800rf32(a) into Home Assistant." date: 2018-10-16 10:15 sidebar: true comments: false sharing: true footer: true logo: w800rf32.png ha_category: Hub ha_release: 0.83 ha_iot_class: "Local Push" --- The `w800rf32` component supports W800RF32 devices by [WGL Designs](http://www.wgldesigns.com/w800.html) 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: ```yaml # 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 %}