hass-core/homeassistant/components/generic_thermostat/manifest.json
Joakim Plate 4d982a9227
Add config flow to generic thermostat (#119930)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-06-22 18:26:39 +02:00

10 lines
300 B
JSON

{
"domain": "generic_thermostat",
"name": "Generic Thermostat",
"codeowners": [],
"config_flow": true,
"dependencies": ["sensor", "switch"],
"documentation": "https://www.home-assistant.io/integrations/generic_thermostat",
"integration_type": "helper",
"iot_class": "local_polling"
}