Set co2signal integration type to service (#100543)

This commit is contained in:
Jan-Philipp Benecke 2023-09-18 12:56:35 +02:00 committed by GitHub
parent ec6c374761
commit adf34bdf8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
"codeowners": ["@jpbede"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/co2signal",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["CO2Signal"],
"requirements": ["CO2Signal==0.4.2"]

View file

@ -863,7 +863,7 @@
},
"co2signal": {
"name": "Electricity Maps",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},