Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelbs/weeronline-activity-ratings
Custom component to scrape weather activity ratings from weeronline.nl
https://github.com/nelbs/weeronline-activity-ratings
Last synced: 19 days ago
JSON representation
Custom component to scrape weather activity ratings from weeronline.nl
- Host: GitHub
- URL: https://github.com/nelbs/weeronline-activity-ratings
- Owner: nelbs
- Created: 2020-11-08T20:03:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T09:34:42.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T13:10:57.818Z (2 months ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weeronline activity ratings
This platform scrapes the weather activity ratings from https://www.weeronline.nl/. The ratings for the following activities are included as attributes of a sensor.
- Running
- Walking
- Bicycle
- Barbeque
- Beach
- Terrace
- Golf
- Wintersport
- Tennis
- Watersport## HACS Installation
1. Make sure you've installed [HACS](https://hacs.xyz/docs/installation/prerequisites)
2. In the integrations tab, search for weatherratings.
3. Install the Integration.
4. Go to https://www.weeronline.nl/, search your city and copy the url
4. Add weatherratings entry to configuration (see below)## Configuration
```yaml
sensor:
- platform: weatherratings
url: 'https://www.weeronline.nl/Europa/Frankrijk/Parijs/4266446'
name: 'weatherratings'
type: 'tennis'
```- url: weeronline url of the location (required)
- name: name of the sensor (optional) default=weatherratings
- type: activity which will be used as the state of the sensor (optional) default=bicycle