Add strict connection (#112387)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Robert Resch 2024-04-12 14:47:46 +02:00 committed by GitHub
parent f70ce8abf9
commit 348e1df949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1187 additions and 64 deletions

View file

@ -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(