mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 01:50:18 +00:00
Use global imports for ESPHome (#24158)
* Use global import for ESPHome * Add aioesphomeapi to test requirements aioesphomeapi is also shipped as a pure-python wheel, so this should not impact test install time
This commit is contained in:
committed by
Pascal Vizeli
parent
d9c78b77cb
commit
015c8811a5
@@ -46,6 +46,7 @@ TEST_REQUIREMENTS = (
|
||||
'aioambient',
|
||||
'aioautomatic',
|
||||
'aiobotocore',
|
||||
'aioesphomeapi',
|
||||
'aiohttp_cors',
|
||||
'aiohue',
|
||||
'aiounifi',
|
||||
|
||||
Reference in New Issue
Block a user