Control FS 20 PCS USB Transmitter directly from Home Assistant.
The fs20pcs integration provides a service called fs20pcs.send. This service allows commands to be sent to any FS20 device using address and command.
- Click the Open HACS Repository on MY button above.
- Click Download (you might need to "Redownload" if updating).
- Reboot device (Don't just restart Home Assistant).
- Go to Settings > Devices & Services.
- Click Add Integration.
- Search for FS20 PCS Sender.
- If your device is plugged in and accessible, you need to enter your Housecode.
- Click Submit.
- Got to your dashboard and add a new Button. Use "Manually". Here is an example:
show_name: true show_icon: true type: button name: Light on tap_action: action: call-service service: fs20pcs.send data: address: "1214" command: 25 icon: mdi:lightbulb-on-outline
