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:
Otto Winter
2019-02-11 21:57:17 +01:00
committed by Fabian Affolter
parent 277f37423e
commit 55f9db6992
4 changed files with 9 additions and 8 deletions
+3 -1
View File
@@ -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'