Bump samsungtvws to 1.7.0 (#66978)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet 2022-02-21 12:42:54 +01:00 committed by GitHub
parent c496748125
commit 39c1209e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -330,7 +330,7 @@ class SamsungTVWSBridge(SamsungTVBridge):
timeout=config[CONF_TIMEOUT], timeout=config[CONF_TIMEOUT],
name=config[CONF_NAME], name=config[CONF_NAME],
) as remote: ) as remote:
remote.open() remote.open("samsung.remote.control")
self.token = remote.token self.token = remote.token
if self.token is None: if self.token is None:
config[CONF_TOKEN] = "*****" config[CONF_TOKEN] = "*****"
@ -385,7 +385,7 @@ class SamsungTVWSBridge(SamsungTVBridge):
name=VALUE_CONF_NAME, name=VALUE_CONF_NAME,
) )
if not avoid_open: if not avoid_open:
self._remote.open() self._remote.open("samsung.remote.control")
# This is only happening when the auth was switched to DENY # 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 # A removed auth will lead to socket timeout because waiting for auth popup is just an open socket
except ConnectionFailure: except ConnectionFailure:

View File

@ -5,7 +5,7 @@
"requirements": [ "requirements": [
"getmac==0.8.2", "getmac==0.8.2",
"samsungctl[websocket]==0.7.1", "samsungctl[websocket]==0.7.1",
"samsungtvws==1.6.0", "samsungtvws==1.7.0",
"wakeonlan==2.0.1" "wakeonlan==2.0.1"
], ],
"ssdp": [ "ssdp": [

View File

@ -2150,7 +2150,7 @@ rxv==0.7.0
samsungctl[websocket]==0.7.1 samsungctl[websocket]==0.7.1
# homeassistant.components.samsungtv # homeassistant.components.samsungtv
samsungtvws==1.6.0 samsungtvws==1.7.0
# homeassistant.components.satel_integra # homeassistant.components.satel_integra
satel_integra==0.3.4 satel_integra==0.3.4

View File

@ -1333,7 +1333,7 @@ rxv==0.7.0
samsungctl[websocket]==0.7.1 samsungctl[websocket]==0.7.1
# homeassistant.components.samsungtv # homeassistant.components.samsungtv
samsungtvws==1.6.0 samsungtvws==1.7.0
# homeassistant.components.dhcp # homeassistant.components.dhcp
scapy==2.4.5 scapy==2.4.5