mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add nvaa_se source (#2214)
* Add nvaa_se sourceo This adds the NVAA source serving Norrtalje municipality in Sweden. * Remove nvaa_se unneccessary docs * fix parsing for nvaa_se * Fix nvaa_se parsing for certain dates * Use correct homepage `URL` for nvaa_se * reformatting --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f731bdc343
commit
9739594e1d
29
doc/source/nvaa_se.md
Normal file
29
doc/source/nvaa_se.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# NVAA (Norrtälje Vatten och Avfall)
|
||||
|
||||
Support for schedules provided by [NVAA](https://www.nvaa.se), Sweden.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: nvaa_se
|
||||
args:
|
||||
street_address: STREET ADDRESS
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**street_address**
|
||||
*(string) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: nvaa_se
|
||||
args:
|
||||
streetAddress: "Gustav Adolfs väg 24"
|
||||
```
|
||||
Reference in New Issue
Block a user