core/homeassistant/components/generic_thermostat/manifest.json

9 lines
245 B
JSON
Raw Normal View History

{
"domain": "generic_thermostat",
"name": "Generic Thermostat",
"codeowners": [],
2023-02-08 19:27:05 +00:00
"dependencies": ["sensor", "switch"],
"documentation": "https://www.home-assistant.io/integrations/generic_thermostat",
"iot_class": "local_polling"
}