Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliseomartelli/calendari-ecolan

Repository contenete i calendari EcoLan.
https://github.com/eliseomartelli/calendari-ecolan

Last synced: 30 days ago
JSON representation

Repository contenete i calendari EcoLan.

Awesome Lists containing this project

README

        

# Ecolan Calendar Data

Dati dei calendari di Ecolan per l'anno 2021 estratti dall'app ufficiale per Android.

## Esempio Sensore Home Assistant

```yaml
platform: rest
name: Garbage Calendar Mozzagrogna
resource: https://raw.githubusercontent.com/eliseomartelli/Calendari-Ecolan/master/calendars/MOZZAGROGNA.json
value_template: >
{% set tomorrow = value_json.days[now().strftime('%j') | int].garbage %}
{% if tomorrow | length > 0 %}
{{ tomorrow[0] }}
{% else %}
NOTHING
{% endif %}
```