hass-core/homeassistant/components/mold_indicator/manifest.json
G Johansson 65b48aa903
Add config flow to Mold indicator (#122600)
* Add config flow to Mold indicator

* strings

* Add tests

* Is a helper

* Add back platform yaml

* Fixes

* Remove wait
2024-09-08 15:21:53 +02:00

10 lines
276 B
JSON

{
"domain": "mold_indicator",
"name": "Mold Indicator",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mold_indicator",
"integration_type": "helper",
"iot_class": "calculated",
"quality_scale": "internal"
}