core/homeassistant/components/opentherm_gw/manifest.json

13 lines
265 B
JSON
Raw Normal View History

{
"domain": "opentherm_gw",
"name": "Opentherm Gateway",
"documentation": "https://www.home-assistant.io/integrations/opentherm_gw",
"requirements": [
2019-11-13 14:32:22 +00:00
"pyotgw==0.5b1"
],
"dependencies": [],
"codeowners": [
"@mvn23"
],
"config_flow": true
}