mirror of
https://github.com/home-assistant/core.git
synced 2026-08-21 13:50:31 +01:00
* Make the rpi_rf component thread-safe The previous implementation suffered from race conditions when two rpi_rf switches are triggered at the same time. This implementation uses an RLock to give one thread at a time exclusive access to the rfdevice object. * cleanup * fix lint