mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 17:31:15 -04:00
Bump aioesphomeapi to 1.5.0 (#20986)
* Bump aioesphomeapi to 1.5.0 * Update requirements_all.txt * Fix editor line length setting
This commit is contained in:
committed by
Fabian Affolter
parent
277f37423e
commit
55f9db6992
@@ -242,7 +242,9 @@ async def test_discovery_already_configured_ip(hass, mock_client):
|
||||
'host': '192.168.43.183',
|
||||
'port': 6053,
|
||||
'hostname': 'test8266.local.',
|
||||
'properties': {}
|
||||
'properties': {
|
||||
"address": "192.168.43.183"
|
||||
}
|
||||
}
|
||||
result = await flow.async_step_discovery(user_input=service_info)
|
||||
assert result['type'] == 'abort'
|
||||
|
||||
Reference in New Issue
Block a user