mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
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
@ -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:
|
||||||
|
@ -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": [
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user