core/homeassistant/components/thermopro/manifest.json

21 lines
452 B
JSON

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