Bump samsungtvws to 1.7.0 (#66978)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
c496748125
commit
39c1209e1c
4 changed files with 5 additions and 5 deletions
|
@ -330,7 +330,7 @@ class SamsungTVWSBridge(SamsungTVBridge):
|
|||
timeout=config[CONF_TIMEOUT],
|
||||
name=config[CONF_NAME],
|
||||
) as remote:
|
||||
remote.open()
|
||||
remote.open("samsung.remote.control")
|
||||
self.token = remote.token
|
||||
if self.token is None:
|
||||
config[CONF_TOKEN] = "*****"
|
||||
|
@ -385,7 +385,7 @@ class SamsungTVWSBridge(SamsungTVBridge):
|
|||
name=VALUE_CONF_NAME,
|
||||
)
|
||||
if not avoid_open:
|
||||
self._remote.open()
|
||||
self._remote.open("samsung.remote.control")
|
||||
# This is only happening when the auth was switched to DENY
|
||||
# A removed auth will lead to socket timeout because waiting for auth popup is just an open socket
|
||||
except ConnectionFailure:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"requirements": [
|
||||
"getmac==0.8.2",
|
||||
"samsungctl[websocket]==0.7.1",
|
||||
"samsungtvws==1.6.0",
|
||||
"samsungtvws==1.7.0",
|
||||
"wakeonlan==2.0.1"
|
||||
],
|
||||
"ssdp": [
|
||||
|
|
|
@ -2150,7 +2150,7 @@ rxv==0.7.0
|
|||
samsungctl[websocket]==0.7.1
|
||||
|
||||
# homeassistant.components.samsungtv
|
||||
samsungtvws==1.6.0
|
||||
samsungtvws==1.7.0
|
||||
|
||||
# homeassistant.components.satel_integra
|
||||
satel_integra==0.3.4
|
||||
|
|
|
@ -1333,7 +1333,7 @@ rxv==0.7.0
|
|||
samsungctl[websocket]==0.7.1
|
||||
|
||||
# homeassistant.components.samsungtv
|
||||
samsungtvws==1.6.0
|
||||
samsungtvws==1.7.0
|
||||
|
||||
# homeassistant.components.dhcp
|
||||
scapy==2.4.5
|
||||
|
|
Loading…
Add table
Reference in a new issue