Skip to content

Commit

Permalink
🐛 Fix Github content-type
Browse files Browse the repository at this point in the history
Signed-off-by: Ludy87 <Ludy87@users.noreply.github.com>
  • Loading branch information
Ludy87 committed Apr 16, 2022
1 parent cef8126 commit 656730f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/xplora_watch/geocoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def _parse_request(self, query, params):
return data

async def getUA(self):
url = "https://raw.githubusercontent.com/Ludy87/pyecotrend-ista/main/pyecotrend_ista/ua.json"
url = "https://raw.githubusercontent.com/Ludy87/xplora_watch/main/custom_components/xplora_watch/ua.json"
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/xplora_watch/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "xplora_watch",
"name": "Xplora® Watch",
"version": "v0.0.29",
"version": "v0.0.30",
"documentation": "https://github.com/Ludy87/xplora_watch/tree/main",
"issue_tracker": "https://github.com/Ludy87/xplora_watch/issues",
"dependencies": [],
Expand Down
4 changes: 2 additions & 2 deletions hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"domains": ["sensor", "binary_sensor", "notify", "switch", "device_tracker"],
"country": "DE",
"render_readme": true,
"homeassistant": "2022.4.1",
"homeassistant": "2022.4.5",
"iot_class": ["Local Polling"],
"hacs": "1.24.3"
"hacs": "1.24.5"
}

0 comments on commit 656730f

Please sign in to comment.