We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e20dcd commit f778ebeCopy full SHA for f778ebe
custom_components/daikin_onecta/daikin_api.py
@@ -64,7 +64,7 @@ async def doBearerRequest(self, resourceUrl, options=None):
64
resourceUrl = "https://api.onecta.daikineurope.com" + resourceUrl
65
66
headers = {
67
- # "Accept-Encoding": "gzip",
+ "Accept-Encoding": "gzip",
68
"Authorization": "Bearer " + token,
69
"Content-Type": "application/json",
70
}
0 commit comments