add isontinambiente_it

This commit is contained in:
5ila5
2024-09-02 16:58:24 +02:00
committed by 5ila5
parent 1f94614646
commit bb18f5768e
5 changed files with 152 additions and 1 deletions

View 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`.