mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix payload in rest (#80544)
This commit is contained in:
@@ -63,7 +63,7 @@ class RestData:
|
|||||||
headers=rendered_headers,
|
headers=rendered_headers,
|
||||||
params=rendered_params,
|
params=rendered_params,
|
||||||
auth=self._auth,
|
auth=self._auth,
|
||||||
data=self._request_data,
|
content=self._request_data,
|
||||||
timeout=self._timeout,
|
timeout=self._timeout,
|
||||||
follow_redirects=True,
|
follow_redirects=True,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user