1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/opentherm_gw/manifest.json
2024-10-17 18:57:22 +02:00

11 lines
282 B
JSON

{
"domain": "opentherm_gw",
"name": "OpenTherm Gateway",
"codeowners": ["@mvn23"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/opentherm_gw",
"iot_class": "local_push",
"loggers": ["pyotgw"],
"requirements": ["pyotgw==2.2.2"]
}