mirror of https://github.com/home-assistant/core
12 lines
352 B
JSON
12 lines
352 B
JSON
{
|
|
"domain": "co2signal",
|
|
"name": "Electricity Maps",
|
|
"codeowners": ["@jpbede", "@VIKTORVAV99"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/co2signal",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioelectricitymaps"],
|
|
"requirements": ["aioelectricitymaps==0.4.0"]
|
|
}
|