Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gpongelli/meteo-system-weather-component

home assistant custom component to parse Meteo System HTML page having their data available
https://github.com/gpongelli/meteo-system-weather-component

Last synced: about 1 month ago
JSON representation

home assistant custom component to parse Meteo System HTML page having their data available

Awesome Lists containing this project

README

        

# MeteoSystem Weather Component for Home Assistant

## Installation
Copy into custom_components folder.

# Example configuration.yaml entry
```yml
sensor:
- platform: meteo_system_weather
url: https://...
weather_stations:
- station_name: "station 1"
- station_name: "station 2"

- platform: meteo_system_weather
url: https://...
weather_stations:
- station_name: "station 3"
- station_name: "station 4"
```

# Thanks to
Aaron Godfrey and his [tutorial](https://aarongodfrey.dev/home%20automation/building_a_home_assistant_custom_component_part_1/)