Raman Gupta 9821dec8f0
Add note to climacell docs about v3 vs v4 (#16834)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-04 10:11:12 +01:00

2.0 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_platforms
title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_domain ha_platforms
ClimaCell Instructions on how to integrate the ClimaCell Weather and Air Quality API into Home Assistant.
Weather
2021.3 Cloud Polling true
@raman325
climacell
weather

The ClimaCell integration allows you to obtain weather information from the ClimaCell API.

Obtain an API key

You can obtain a free API key by signing up with ClimaCell.

At this time, the integration only supports the v3 API. ClimaCell has stopped issuing API keys for the v3 API, so if you are just signing up, you will need to wait for the V4 update.

The integration will automatically set the refresh interval based on the number of ClimaCell integrations that are using the same API key for a given Home Assistant instance. The integration currently assumes you are using a free account so the max requests per day is 1000. If you want to use a paid account to increase the number of max requests and increase the update frequency, please open a Home Assistant issue for the integration.

Supported Forecast Types

Forecast Type Description
nowcast Up to the 1 minute predictions. Supports 300 minutes or a max of 30 forecasts depending on the chosen timestep
hourly Hourly forecasts for the next 24 hours
daily Daily forecasts for the next 14 days

{% include integrations/config_flow.md %}