core/homeassistant/components/thermopro/manifest.json

12 lines
350 B
JSON
Raw Normal View History

{
"domain": "thermopro",
"name": "ThermoPro",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/thermopro",
"bluetooth": [{ "local_name": "TP35*", "connectable": false }],
"dependencies": ["bluetooth"],
"requirements": ["thermopro-ble==0.4.0"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"
}