Fix exceptions when using newer Samsung TVs (#31602)
* try to fix websocket problems * use tuple * catch websocket exceptions * typo
This commit is contained in:
parent
baa9184b33
commit
0823ee4385
3 changed files with 36 additions and 10 deletions
|
@ -9,5 +9,3 @@ DEFAULT_NAME = "Samsung TV"
|
|||
CONF_MANUFACTURER = "manufacturer"
|
||||
CONF_MODEL = "model"
|
||||
CONF_ON_ACTION = "turn_on_action"
|
||||
|
||||
METHODS = ("websocket", "legacy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue