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:
parent
d9c78b77cb
commit
015c8811a5
11 changed files with 69 additions and 118 deletions
|
@ -46,6 +46,7 @@ TEST_REQUIREMENTS = (
|
|||
'aioambient',
|
||||
'aioautomatic',
|
||||
'aiobotocore',
|
||||
'aioesphomeapi',
|
||||
'aiohttp_cors',
|
||||
'aiohue',
|
||||
'aiounifi',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue