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
Describe the bug
RuntimeError: Blocking calls must be done in the executor or a separate thread; Use await hass.async_add_executor_job(); at custom_components/sengledapi/sengledapi/devices/request.py, line 40: r = requests.post(self._url, headers=self._header, data=self._payload)
To Reproduce
Steps to reproduce the behavior:
On Start/Restart
Expected behavior
Successful start of the component.
System configuration
System: Bare Metal
HA Version: 2023.3.6
SengledApi Version: v0.2.5
Describe the bug
RuntimeError: Blocking calls must be done in the executor or a separate thread; Use
await hass.async_add_executor_job()
; at custom_components/sengledapi/sengledapi/devices/request.py, line 40: r = requests.post(self._url, headers=self._header, data=self._payload)To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful start of the component.
System configuration
System: Bare Metal
HA Version: 2023.3.6
SengledApi Version: v0.2.5
configuration.yaml
home-assistant.log
The text was updated successfully, but these errors were encountered: