mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Add documentation for tomorrowio as well as climacell deprecation (#18916)
This commit is contained in:
parent
6acb64eff9
commit
8fbcd27b67
@ -1,29 +1,29 @@
|
||||
---
|
||||
title: ClimaCell
|
||||
description: Instructions on how to integrate the ClimaCell Weather and Air Quality API into Home Assistant.
|
||||
title: Tomorrow.io
|
||||
description: Instructions on how to integrate the Tomorrow.io Weather and Air Quality API into Home Assistant.
|
||||
ha_category:
|
||||
- Environment
|
||||
- Health
|
||||
- Sensor
|
||||
- Weather
|
||||
ha_release: 2021.3
|
||||
ha_release: 2022.4
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_config_flow: true
|
||||
ha_codeowners:
|
||||
- '@raman325'
|
||||
ha_domain: climacell
|
||||
ha_domain: tomorrowio
|
||||
ha_platforms:
|
||||
- sensor
|
||||
- weather
|
||||
---
|
||||
|
||||
The ClimaCell integration allows you to obtain weather, air quality, pollen, and fire information from the [ClimaCell API](https://www.climacell.co/weather-api/).
|
||||
The Tomorrow.io integration allows you to obtain weather, air quality, pollen, and fire information from the [Tomorrow.io API](https://www.tomorrow.io/weather-api/).
|
||||
|
||||
## Obtain an API key
|
||||
|
||||
You can obtain a free API key by signing up with [ClimaCell](https://developer.climacell.co/sign-up?_ga=2.137889264.1908484805.1591592950-510691096.1591288729).
|
||||
You can obtain a free API key by signing up with [Tomorrow.io](https://www.tomorrow.io/weather-api/).
|
||||
|
||||
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 100 (the refresh interval is calculated such that you should only use up around 90% of the quota). 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.
|
||||
The integration will automatically set the refresh interval based on the number of Tomorrow.io 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 500 (the refresh interval is calculated such that you should only use up around 90% of the quota).
|
||||
|
||||
## Supported Forecast Types
|
||||
|
@ -165,6 +165,8 @@
|
||||
/components /integrations
|
||||
|
||||
# Renamed integrations
|
||||
/integrationss/air_pollutants /integrations/air_quality
|
||||
/integrations/climacell /integrations/tomorrowio
|
||||
/integrations/generic_ip_camera /integrations/generic
|
||||
/integrations/google /integrations/google_translate
|
||||
/integrations/input_slider /integrations/input_number
|
||||
@ -178,7 +180,6 @@
|
||||
/integrations/vlc-telnet /integrations/vlc_telnet
|
||||
/integrations/xiaomi /integrations/xiaomi_aqara
|
||||
/integrations/zigbee /integrations/xbee
|
||||
/integrationss/air_pollutants /integrations/air_quality
|
||||
|
||||
# Moved documentation
|
||||
/details/database /docs/backend/database
|
||||
|
Loading…
x
Reference in New Issue
Block a user