mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
2.0 KiB
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. |
|
2021.3 | Cloud Polling | true |
|
climacell |
|
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 %}