Set co2signal integration type to service (#100543)
This commit is contained in:
parent
ec6c374761
commit
adf34bdf8b
2 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
|
@ -863,7 +863,7 @@
|
|||
},
|
||||
"co2signal": {
|
||||
"name": "Electricity Maps",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue