Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eliseomartelli/calendari-ecolan
- Owner: eliseomartelli
- Created: 2019-01-22T18:51:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T19:37:27.000Z (about 4 years ago)
- Last Synced: 2024-10-30T04:09:36.501Z (2 months ago)
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 %}
```