mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Renames CO2Signal integration to Electricity Maps (#28116)
* Renames CO2Signal integration to Electricity Maps * Adds more categories * Adds redirect * Renames integration page * Removes redirect * Updates link
This commit is contained in:
parent
9b109a4bd2
commit
1c2168d6ce
@ -1,26 +1,28 @@
|
|||||||
---
|
---
|
||||||
title: CO2 Signal
|
title: Electricity Maps
|
||||||
description: Instructions on how to use CO2Signal data within Home Assistant
|
description: Instructions on how to use the Electricity Maps (formerly known as CO2Signal) data within Home Assistant
|
||||||
ha_category:
|
ha_category:
|
||||||
- Environment
|
- Climate
|
||||||
|
- Energy
|
||||||
|
- Environment
|
||||||
ha_release: 0.87
|
ha_release: 0.87
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_domain: co2signal
|
ha_domain: co2signal
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The `co2signal` sensor platform queries the [CO2Signal](https://www.co2signal.com/) API for the CO2 intensity of a specific region. Data can be collected for your home, a specific latitude/longitude or by country code. This API uses the same data as <https://www.electricitymap.org>. Not all countries/regions in the world are supported so please consult this website to check local availability.
|
The `Electricity Maps` sensor platform (formerly known as CO2Signal) queries the [Electricity Maps](https://www.electricitymaps.com/) API for the CO2 intensity of a specific region. Data can be collected for your home by using the latitude/longitude or a country code. This API uses the same data as <https://app.electricitymaps.com>. Not all countries/regions in the world are supported, so please consult the app to check local availability.
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
To configure and use this integration, you need to obtain a [free API key from CO2Signal](https://www.co2signal.com/).
|
To configure and use this integration, you need to obtain a free API key from Electricity Maps by signing up to the Free Tier product on the [Electricity Maps API Portal](https://electricitymaps.com/free-tier).
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
## Sensor Types
|
## Sensor Types
|
||||||
|
|
||||||
When configured, the platform will create two sensors for each configured location: the carbon intensity expressed in `gCO2eq/kWh` and a percentage how much the grid relies on fossil fuels for production.
|
When configured, the platform will create two sensors for each configured location: the carbon intensity expressed in `gCO2eq/kWh` and a percentage of how much the grid relies on fossil fuels for production.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user