Add strict connection (#112387)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
f70ce8abf9
commit
348e1df949
23 changed files with 1187 additions and 64 deletions
|
@ -701,7 +701,7 @@ async def test_get_services(
|
|||
assert msg["id"] == id_
|
||||
assert msg["type"] == const.TYPE_RESULT
|
||||
assert msg["success"]
|
||||
assert msg["result"] == hass.services.async_services()
|
||||
assert msg["result"].keys() == hass.services.async_services().keys()
|
||||
|
||||
|
||||
async def test_get_config(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue