BroadLink RM4 Mini IR Universal Remote Control (2.4 GHz Wi-Fi Only), Smart Home Automation Wi-Fi Infrared Blaster for TV, AC, STB Audio, Works with Alexa, Google Home, IFTTT

BroadLink RM4 Mini IR Universal Remote Control (2.4 GHz Wi-Fi Only), Smart Home Automation Wi-Fi Infrared Blaster for TV, AC, STB Audio, Works with Alexa, Google Home, IFTTT

similar products:

comments:

AussieJeffProbst posted on r/homeassistant3w

Yes you 100% can. I just did it with a different light of the same brand. https://www.amazon.com/dp/B0FPWGVW6T You want to get an RM4 mini: https://www.amazon.com/Broadlink-RM4-Universal-Control-Compatible/dp/B07ZSF46BX In HA add the RM4 with the broadlink integration (you have to do initial setup with their app to get it on your network but then you can delete it). Then you just need to learn the codes. Settings > Developer Tools > Actions. Choose Learn Remote Command and set the target device to be your RM4 and set the command type to IR. Then you just click Perform Action, point the remote at the RM4, and click a button. You give the command a name and itll save. Then in automations you can use it like this. I made input booleans to track the states for a custom card but you don't need that unless you want it: alias: Frame Light On sequence: - action: remote.send_command data: device: frame_light command: power_on target: entity_id: remote.irblaster_1_livingroom - action: input_boolean.turn_on target: entity_id: input_boolean.frame_light description: "" There aren't a lot of buttons so the whole process took me like 2 minutes total.