mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Merge pull request #915 from justasmalinauskas/grafikai_svara_lt_to_https
change grafikai.svara.lt api url to use https instead of http
This commit is contained in:
@@ -6,7 +6,7 @@ from waste_collection_schedule import Collection # type: ignore[attr-defined]
|
||||
|
||||
TITLE = "Kauno švara"
|
||||
DESCRIPTION = 'Source for UAB "Kauno švara".'
|
||||
URL = "http://grafikai.svara.lt"
|
||||
URL = "https://grafikai.svara.lt"
|
||||
TEST_CASES = {
|
||||
"Demokratų g. 7, Kaunas": {
|
||||
"region": "Kauno m. sav.",
|
||||
@@ -31,7 +31,7 @@ ICON_MAP = {
|
||||
|
||||
|
||||
class Source:
|
||||
API_URL = "http://grafikai.svara.lt/api/"
|
||||
API_URL = "https://grafikai.svara.lt/api/"
|
||||
|
||||
def __init__(
|
||||
self, region, street, house_number, district=None, waste_object_ids=None
|
||||
|
||||
Reference in New Issue
Block a user