mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
ESPHome component to use zeroconf discovery (#24043)
* Move ESPHome component to use zeroconf discovery * Remove esphome from discovery component
This commit is contained in:
committed by
Pascal Vizeli
parent
9ac6f906ff
commit
085303c349
@@ -36,5 +36,5 @@ async def test_setup(hass):
|
||||
hass, zeroconf.DOMAIN, {zeroconf.DOMAIN: {}})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert len(MockServiceBrowser.mock_calls) == 1
|
||||
assert len(mock_config_flow.mock_calls) == 1
|
||||
assert len(MockServiceBrowser.mock_calls) == 2
|
||||
assert len(mock_config_flow.mock_calls) == 2
|
||||
|
||||
Reference in New Issue
Block a user