mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
fix spelling
This commit is contained in:
@@ -14634,7 +14634,7 @@
|
||||
},
|
||||
"data_description": {}
|
||||
},
|
||||
"args_awg_de": {
|
||||
"args_repentigny_ca": {
|
||||
"title": "Quelle konfigurieren",
|
||||
"description": "Konfiguriere deinen Service Provider. Mehr details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/awg_de.md",
|
||||
"data": {
|
||||
@@ -15294,6 +15294,20 @@
|
||||
"year_field": "Jahresfeld"
|
||||
},
|
||||
"data_description": {}
|
||||
},
|
||||
"args_awg_de": {
|
||||
"title": "Quelle konfigurieren",
|
||||
"description": "Konfiguriere deinen Service Provider. Mehr details: https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/doc/source/awg_de.md",
|
||||
"data": {
|
||||
"calendar_title": "Kalender Titel",
|
||||
"addition": "Zusatz",
|
||||
"city": "Stadt",
|
||||
"hnr": "Hnr",
|
||||
"street": "Straße"
|
||||
},
|
||||
"data_description": {
|
||||
"calendar_title": "Ein lesbarerer oder benutzerfreundlicherer Name für den Müllkalender. Wenn nichts angegeben wird, wird der Name der Quelle verwendet."
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,6 @@ waste_collection_schedule:
|
||||
|
||||
## How to get the source arguments
|
||||
|
||||
goto [muellabfuhr-deutschland](https://portal.muellabfuhr-deutschland.de/)
|
||||
Go to [muellabfuhr-deutschland](https://portal.muellabfuhr-deutschland.de/)
|
||||
first copy the name of the client.
|
||||
second copy the name of the `city`/area (, `district` and `street` if provided)
|
||||
|
||||
@@ -36,4 +36,4 @@ An easy way to discover your Unique Property Reference Number (UPRN) is by going
|
||||
|
||||
### Hard way (browser developer tools)
|
||||
|
||||
Goto <https://gis.stalbans.gov.uk/NoticeBoard9/NoticeBoard.aspx>, open your browser developer tools, goto the network tab and inspect the network requests as you select your address. You will see a POST request to `https://gis.stalbans.gov.uk/NoticeBoard9/VeoliaProxy.NoticeBoard.asmx/GetServicesByUprnAndNoticeBoard` you can find the UPRN in the request payload.
|
||||
Go to <https://gis.stalbans.gov.uk/NoticeBoard9/NoticeBoard.aspx>, open your browser developer tools, open the network tab and inspect the network requests as you select your address. You will see a POST request to `https://gis.stalbans.gov.uk/NoticeBoard9/VeoliaProxy.NoticeBoard.asmx/GetServicesByUprnAndNoticeBoard` you can find the UPRN in the request payload.
|
||||
|
||||
Reference in New Issue
Block a user