Skip to content

Commit f778ebe

Browse files
committed
Enable gzip encoding
* custom_components/daikin_onecta/daikin_api.py:
1 parent 6e20dcd commit f778ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/daikin_onecta/daikin_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def doBearerRequest(self, resourceUrl, options=None):
6464
resourceUrl = "https://api.onecta.daikineurope.com" + resourceUrl
6565

6666
headers = {
67-
# "Accept-Encoding": "gzip",
67+
"Accept-Encoding": "gzip",
6868
"Authorization": "Bearer " + token,
6969
"Content-Type": "application/json",
7070
}

0 commit comments

Comments
 (0)