Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gpongelli/meteo-system-weather-component
- Owner: gpongelli
- License: mit
- Created: 2021-04-04T19:39:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T09:44:51.000Z (about 3 years ago)
- Last Synced: 2024-10-16T03:00:07.315Z (3 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)