A Home Assistant custom integration that fetches snow conditions and ski piste status for Livigno, Italy.
- Snow conditions: Monitor snow depth at altitude and in the village
- Snowfall tracking: Last snowfall date and amount, fresh snow height
- Piste status: Open kilometers for alpine skiing, cross-country skiing, and winter trails
- Live webcam: 360° panoramic webcam image of Livigno
| Sensor | Unit | Description |
|---|---|---|
| Snow in altitude | cm | Snow depth at mountain altitude |
| Snow in village | cm | Snow depth in Livigno village |
| Last snowfall date | date | Date of most recent snowfall |
| Last snowfall amount | cm | Amount of snow from last snowfall |
| Fresh snow | cm | Fresh snow height |
| Cross-country skiing | km | Open cross-country ski trails |
| Alpine skiing | km | Open alpine ski pistes |
| Winter trail | km | Open winter walking trails |
| Entity | Description |
|---|---|
| 360° Panorama webcam | Live panoramic webcam image of Livigno |
- Open HACS in Home Assistant
- Click on "Integrations"
- Click the three dots menu in the top right corner
- Select "Custom repositories"
- Add
https://github.com/eliaslecomte/livigno-snow-reportwith category "Integration" - Click "Add"
- Search for "Livigno Snow Report" and install it
- Restart Home Assistant
- Go to Settings > Devices & Services > Add Integration
- Search for "Livigno Snow Report"
- Download the latest release from the releases page
- Extract and copy
custom_components/livigno_snow_reportto yourconfig/custom_components/directory - Restart Home Assistant
- Go to Settings > Devices & Services > Add Integration
- Search for "Livigno Snow Report"
No configuration is required. The integration fetches data from livigno.eu every 30 minutes.
All data is scraped from the official Livigno tourism website: https://www.livigno.eu/en/snow-data
MIT License - see LICENSE for details.