Rewrite rfxtrx init logic to do away with global object (#37699)
* Rewrite init logic to do away with global object * Put constant at end * Use a set instead of list for device_ids
This commit is contained in:
parent
b45a952d61
commit
67038c6ba8
11 changed files with 365 additions and 334 deletions
|
@ -59,8 +59,6 @@ async def rfxtrx_cleanup():
|
|||
):
|
||||
yield
|
||||
|
||||
rfxtrx_core.RFX_DEVICES.clear()
|
||||
|
||||
|
||||
@pytest.fixture(name="rfxtrx")
|
||||
async def rfxtrx_fixture(hass):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue