Bugfix discovery (delete/mqtt) call for Hass.io (#18159)

* Bugfix discovery delete call for Hass.io

* Fix host

* fix tests
This commit is contained in:
Pascal Vizeli 2018-11-04 12:19:04 +01:00 committed by GitHub
parent 42cb23f768
commit eb0d989c88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -119,7 +119,7 @@ async def test_hassio_confirm(hass, mock_try_connection,
'mqtt',
data={
'addon': 'Mock Addon',
'broker': 'mock-broker',
'host': 'mock-broker',
'port': 1883,
'username': 'mock-user',
'password': 'mock-pass',