1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/thermopro/manifest.json
2025-07-02 10:11:49 +02:00

29 lines
600 B
JSON

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