Files
ha-core/homeassistant/components/thermopro/manifest.json
2026-02-15 10:02:40 +01:00

29 lines
599 B
JSON

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