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