Fix legacy Samsung TV (#32719)

* Update bridge.py

* Update test_init.py
This commit is contained in:
escoand 2020-03-12 10:29:11 +01:00 committed by GitHub
parent 233568ac29
commit f9a0b4b3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -34,6 +34,7 @@ REMOTE_CALL = {
"id": "ha.component.samsung",
"method": "legacy",
"host": MOCK_CONFIG[SAMSUNGTV_DOMAIN][0][CONF_HOST],
"port": None,
"timeout": 1,
}