Update accuweather.markdown (#23549)

Co-authored-by: Maciej Bieniek <bieniu@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
tzapu 2022-09-15 19:58:58 +03:00 committed by GitHub
parent 6dfbfeca7d
commit 66acd7d6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,24 @@ The AccuWeather integration uses the [AccuWeather](https://accuweather.com/) web
## Setup
To generate an AccuWeather API key, go to [AccuWeather APIs](https://developer.accuweather.com/) page, register and create application with product **Limited Trial**.
To generate an AccuWeather API key, go to [AccuWeather APIs](https://developer.accuweather.com/) page, register and create application with the following settings:
- Products
- Core Weather
- **Core Weather Limited Trial**
- Minute Cast
- **None**
- Where will the API be used?
- **Other**
- What will you be creating with this API?
- **Internal App**
- What programming language is your APP written in?
- **Python**
- Is this for Business to Business or Business to Consumer use?
- **Business to Business**
- Is this Worldwide or Country specific use?
- **Worldwide**
You can test your newly created API key [here](https://developer.accuweather.com/accuweather-current-conditions-api/apis)
{% include integrations/config_flow.md %}