Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.01 KB

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
  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
  5. Add weatherratings entry to configuration (see below)

Configuration

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