hass-core/homeassistant/components/generic_hygrostat/manifest.json
Joakim Plate 84d1d11138
Add config flow to generic hygrostat (#119017)
* Add config flow to hygrostat

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-06-23 12:56:41 +02:00

10 lines
299 B
JSON

{
"domain": "generic_hygrostat",
"name": "Generic hygrostat",
"codeowners": ["@Shulyaka"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/generic_hygrostat",
"integration_type": "helper",
"iot_class": "local_polling",
"quality_scale": "internal"
}