mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
29 lines
599 B
JSON
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"]
|
|
}
|