Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
heyajohnny committed Jul 18, 2024
1 parent 49a95df commit b877081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Version
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,4 @@ version: 2.0.8 20231217 - Use friendly name of other sensors in the today and t
version: 2.1.0 20240428 - Update existing sensor is now available (so you don't need to delete and re-add it)
version: 2.1.1 20240603 - Possible fix for ConfigFlowResults error
version: 2.1.2 20240713 - Fix config entry setup warning
version: 2.1.3 20240718 - http -> https
2 changes: 1 addition & 1 deletion custom_components/afvalinfo/const/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

SENSOR_LOCATIONS_TO_URL = {
"trashapi": [
"http://trashapi.azurewebsites.net/trash?Location={0}&ZipCode={1}&HouseNumber={2}&HouseNumberSuffix={3}&District={4}&DiftarCode={5}&ShowWholeYear={6}&GetCleanprofsData={7}"
"https://trashapi.azurewebsites.net/trash?Location={0}&ZipCode={1}&HouseNumber={2}&HouseNumberSuffix={3}&District={4}&DiftarCode={5}&ShowWholeYear={6}&GetCleanprofsData={7}"
]
}

Expand Down
2 changes: 1 addition & 1 deletion custom_components/afvalinfo/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "afvalinfo",
"name": "Afvalinfo",
"version": "2.1.2",
"version": "2.1.3",
"config_flow": true,
"iot_class": "cloud_polling",
"documentation": "https://github.com/heyajohnny/afvalinfo",
Expand Down

0 comments on commit b877081

Please sign in to comment.