1
0
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:
Robert Svensson
2019-05-23 08:55:08 +02:00
committed by Pascal Vizeli
parent 9ac6f906ff
commit 085303c349
6 changed files with 11 additions and 8 deletions

View File

@@ -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