mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
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:
@@ -57,7 +57,7 @@ async def test_default_config(hass, rfxtrx):
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert 0 == len(rfxtrx_core.RFX_DEVICES)
|
||||
assert len(hass.states.async_all()) == 0
|
||||
|
||||
|
||||
async def test_one_light(hass, rfxtrx):
|
||||
|
||||
Reference in New Issue
Block a user