mirror of
https://github.com/home-assistant/core.git
synced 2026-07-18 03:52:41 +01:00
2ceb4d2d1e
* Start refactor of RFLink component * alias _id not added correctly Aliases for sensor not added correctly And some debug traces. * Update rflink.py * Cleanup, fix review comments * Call event handlers directly when processing initial event * Use hass.async_create_task when adding discovered device * Review comments * Review comments