You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-02-04 12:16:26.661 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for samsungtv_encrypted doing blocking calls at custom_components/samsungtv_encrypted/PySmartCrypto/pysmartcrypto.py, line 105: time.sleep(0.1)
2023-02-04 12:16:36.384 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to putrequest inside the event loop. This is causing stability issues. Please report issue to the custom integration author for samsungtv_encrypted doing blocking calls at custom_components/samsungtv_encrypted/PySmartCrypto/pysmartcrypto.py, line 95: websocket_response = requests.get(step4_url)
The text was updated successfully, but these errors were encountered:
With call service (HA version 2023.2), for example:
The warnings appear in the log:
The text was updated successfully, but these errors were encountered: