1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/generic_thermostat/manifest.json
2025-09-11 23:41:06 +02:00

12 lines
331 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",
"quality_scale": "internal"
}