EZVALO Picture Light for Wall, 13'' Black Rechargeable 4800mAh Battery Lights Wireless with IR Remote, Magnetic LED Art Painting Light with 3 Color Temperatures, Display for Gallery, Living Room

EZVALO Picture Light for Wall, 13'' Black Rechargeable 4800mAh Battery Lights Wireless with IR Remote, Magnetic LED Art Painting Light with 3 Color Temperatures, Display for Gallery, Living Room

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.