Skip to content

Commit

Permalink
Merge pull request #2 from ReneNulschDE/Android-test
Browse files Browse the repository at this point in the history
remove x-platform header to support android devices
  • Loading branch information
ReneNulschDE authored May 1, 2024
2 parents 2297569 + d2f10f6 commit 091d6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mysmartbike/webapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async def _request(
"Accept-Language": "de-DE",
"X-Theme": API_X_THEME,
"X-App": API_X_APP,
"X-Platform": API_X_PLATFORM,
# "X-Platform": API_X_PLATFORM,
"X-Version": API_X_VERSION,
}
)
Expand Down

0 comments on commit 091d6dd

Please sign in to comment.