From 3306c40e249674829ae050d027f4a1b59afe3249 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sun, 26 Jul 2020 14:26:45 +0200 Subject: [PATCH] Add documentation for AccuWeather integration (#13857) --- source/_integrations/accuweather.markdown | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 source/_integrations/accuweather.markdown diff --git a/source/_integrations/accuweather.markdown b/source/_integrations/accuweather.markdown new file mode 100644 index 00000000000..91a9e3ba63a --- /dev/null +++ b/source/_integrations/accuweather.markdown @@ -0,0 +1,28 @@ +--- +title: AccuWeather +description: Instructions on how to integrate Accuweather within Home Assistant. +ha_category: + - Weather +ha_release: 0.114 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@bieniu' +ha_domain: accuweather +--- + +The `accuweather` integration uses the [AccuWeather](https://accuweather.com/) web service as a source for weather data for your location. + +## Setup + +To generate an AccuWeather API key, go to [AccuWeather APIs](https://developer.accuweather.com/) page, register and create application with product **Limited Trial**. + +## Configuration + +To add AccuWeather to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **AccuWeather**. By default, the values will be taken from the Home Assistant configuration. Weather forecast is not enabled by default. You can enable it in the integration options. + +
+ +Due to limitations of the terms of use of AccuWeather free API key, it is possible to configure only one integration instance. + +