mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 21:21:46 +01:00
11 lines
282 B
JSON
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"]
|
|
}
|