core/homeassistant/components/opentherm_gw/manifest.json

11 lines
282 B
JSON
Raw Normal View History

{
"domain": "opentherm_gw",
"name": "OpenTherm Gateway",
"codeowners": ["@mvn23"],
"config_flow": true,
2023-02-08 19:32:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/opentherm_gw",
"iot_class": "local_push",
2023-02-08 19:32:43 +00:00
"loggers": ["pyotgw"],
"requirements": ["pyotgw==2.1.3"]
}