Skip to content

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
Changed endpoints
  • Loading branch information
eyesoft authored Dec 5, 2023
1 parent 19650ed commit cfbec19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/min_renovasjon/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
DEFAULT_DATE_FORMAT = "%d/%m/%Y"
CONST_KOMMUNE_NUMMER = "Kommunenr"
CONST_APP_KEY = "RenovasjonAppKey"
CONST_URL_FRAKSJONER = "https://komteksky.norkart.no/komtek.renovasjonwebapi/api/fraksjoner"
CONST_URL_TOMMEKALENDER = "https://komteksky.norkart.no/komtek.renovasjonwebapi/api/tommekalender?gatenavn=[gatenavn]&gatekode=[gatekode]&husnr=[husnr]"
CONST_APP_KEY_VALUE = "AE13DEEC-804F-4615-A74E-B4FAC11F0A30"
CONF_FRACTION_IDS = "fraction_ids"
CONF_FRACTION_ID = "fraction_id"
ADDRESS_LOOKUP_URL = "https://ws.geonorge.no/adresser/v1/sok?"
APP_CUSTOMERS_URL = "https://www.webatlas.no/wacloud/servicerepository/CatalogueService.svc/json/GetRegisteredAppCustomers"
KOMTEK_API_BASE_URL = "https://norkartrenovasjon.azurewebsites.net/proxyserver.ashx"
CONST_URL_FRAKSJONER = KOMTEK_API_BASE_URL + "?server=https://komteksky.norkart.no/MinRenovasjon.Api/api/fraksjoner"
CONST_URL_TOMMEKALENDER = KOMTEK_API_BASE_URL + "?server=https://komteksky.norkart.no/MinRenovasjon.Api/api/tommekalender/?gatenavn=[gatenavn]&gatekode=[gatekode]&husnr=[husnr]"

0 comments on commit cfbec19

Please sign in to comment.