1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/co2signal/manifest.json
Daniel Hjelseth Høyer f0b28c90bf
Co2signal configflow (#53193)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-07-19 21:30:00 -07:00

11 lines
249 B
JSON

{
"domain": "co2signal",
"name": "CO2 Signal",
"documentation": "https://www.home-assistant.io/integrations/co2signal",
"requirements": [
"co2signal==0.4.2"
],
"codeowners": [],
"iot_class": "cloud_polling",
"config_flow": true
}