core/homeassistant/components/rflink
javicalle 3d83c6299b
Enable RFDEBUG on RFLink "Enable debug logging" (#138571)
* Enable RFDEBUG on "Enable debug logging"

* fix checks

* fix checks

* one more lap

* fix test

* wait to init rflink 

In my dev env this is not needed

* use hass.async_create_task(handle_logging_changed())

instead async_at_started(hass, handle_logging_changed)

* revert unneeded async_block_till_done

* Remove the startup management

There's a race condition at startup that can't be managed nicely
2025-05-18 22:51:42 +02:00
..
__init__.py
binary_sensor.py
const.py
cover.py
entity.py
icons.json
light.py
manifest.json
sensor.py
services.yaml
strings.json
switch.py
utils.py