mirror of https://github.com/home-assistant/core
11 lines
300 B
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"
|
|
}
|