mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Fix payload in rest (#80544)
This commit is contained in:
parent
5442d6af01
commit
599d61a4da
@ -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,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user