mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Set co2signal integration type to service (#100543)
This commit is contained in:
parent
ec6c374761
commit
adf34bdf8b
@ -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…
x
Reference in New Issue
Block a user