Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
irekk-wf committed Sep 15, 2020
1 parent 79b1b55 commit 4e9cebd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ Data updates every 1 hour.
Main device requires only an `APIKEY` to be specified.
APIKEY can be obtained from [OpenWeather API keys](https://home.openweathermap.org/api_keys) page.

To filter child devices you can use `Devices` variable where you can use specify one or more of following values:
* temperature
* wind
* pressure
* humidity
* clouds
* uv
* sunrise
* sunset
* rain

Please specify multiple values separated by comas. Do not use any white characters!

Defaults to `temperature,wind,pressure,humidity,clouds,uv,sunrise,sunset,rain`

## Changing weather provider

To change default weather provider you need to go to Settings page and click General category.
Expand Down

0 comments on commit 4e9cebd

Please sign in to comment.