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],
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:

View file

@ -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": [

View file

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

View file

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