core/homeassistant/components/generic_thermostat/manifest.json

11 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"
}