mjg59 / python-broadlink

Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs
MIT License
1.38k stars 479 forks source link

Added 0x520D RM4C mini device #692

Closed titusthefox04 closed 2 years ago

titusthefox04 commented 2 years ago

Context

Proposed change

I added new device RM4C mini buyed on Aliexpress with id 0x520D. The firmware version is v52079 It support WIFI and bluetooth both

I tested the new device editing the python-broadlink library, in my home assistant instante. After the file edit I added the device to the home assistant official integration. After I used smartIR to send command my Mitsubishi HVAC.

Type of change

Additional information

Checklist

felipediel commented 2 years ago

Thanks @titusthefox04! Could you send it to the new_product_ids branch?

titusthefox04 commented 2 years ago

@felipediel I've created a new pull request with correct project branch.