smartHomeHub / SmartIR

Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broadlink, Xiaomi, MQTT, LOOKin, ESPHome)
MIT License
1.92k stars 962 forks source link

make SmartIR smarter #36

Closed houfukude closed 5 years ago

houfukude commented 5 years ago

is it possible to use IR code binary file from https://irext.net/doc/ the irext project has use the LIRC binary file to storage control commands. in my imagine SmartIR just build in the decode function https://github.com/irext/core , and we user just download the binary file and use Remote control key.

smartHomeHub commented 5 years ago

Thanks for the suggestion. I'll look into it.