Bump zeroconf to 0.37.0 (#59932)
This commit is contained in:
parent
4598353315
commit
347c4ea137
14 changed files with 106 additions and 60 deletions
8
tests/components/esphome/conftest.py
Normal file
8
tests/components/esphome/conftest.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""esphome session fixtures."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def esphome_mock_async_zeroconf(mock_async_zeroconf):
|
||||
"""Auto mock zeroconf."""
|
Loading…
Add table
Add a link
Reference in a new issue