mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add isontinambiente_it
This commit is contained in:
33
doc/source/isontinambiente_it.md
Normal file
33
doc/source/isontinambiente_it.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# isontina ambiente Ronchi dei legionari
|
||||
|
||||
Support for schedules provided by [isontina ambiente](https://isontinambiente.it), serving Ronchi dei legionari, Italy.
|
||||
|
||||
## Configuration via configuration.yaml
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: isontinambiente_it
|
||||
args:
|
||||
address_id: "ADDRESS ID (indirizzo)"
|
||||
|
||||
```
|
||||
|
||||
### Configuration Variables
|
||||
|
||||
**address_id**
|
||||
*(String | Integer) (required)*
|
||||
|
||||
## Example
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: isontinambiente_it
|
||||
args:
|
||||
address_id: "1172"
|
||||
```
|
||||
|
||||
## How to get the source argument
|
||||
|
||||
Visit <https://isontinambiente.it/it/servizi/servizi-per-il-tuo-comune/ronchi-dei-legionari> and select your address. The address ID is the number at the end of the URL. e.g. `https://isontinambiente.it/it/servizi/servizi-per-il-tuo-comune/ronchi-dei-legionari/?indirizzo=1172` the address ID is `1172`.
|
||||
Reference in New Issue
Block a user