mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 12:24:48 +02:00
Do async_setup_platform in background (#36244)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -35,6 +35,7 @@ class TestOpenHardwareMonitorSetup(unittest.TestCase):
|
||||
)
|
||||
|
||||
assert setup_component(self.hass, "sensor", self.config)
|
||||
self.hass.block_till_done()
|
||||
entities = self.hass.states.async_entity_ids("sensor")
|
||||
assert len(entities) == 38
|
||||
|
||||
|
||||
Reference in New Issue
Block a user