home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.03k stars 28.28k forks source link

Use socket to support LIRC #116885

Open fazibear opened 1 week ago

fazibear commented 1 week ago

Proposed change

Tried to run LIRC support with different HA versions. Failed. Always got error that header file is missing. Anyway python-lirc is no longer maintained, you can't compile it in newer python versions. Figure out that easier method is to use sockets instead. And there is, socket implementation of LIRC component.

Type of change

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

To help with the load of incoming pull requests: