mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"domain": "eq3btsmart",
|
|
"name": "eQ-3 Bluetooth Smart Thermostats",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": true,
|
|
"local_name": "CC-RT-BLE"
|
|
},
|
|
{
|
|
"connectable": true,
|
|
"local_name": "CC-RT-M-BLE"
|
|
},
|
|
{
|
|
"connectable": true,
|
|
"local_name": "CC-RT-BLE-EQ"
|
|
}
|
|
],
|
|
"codeowners": ["@eulemitkeule", "@dbuezas"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth", "bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/eq3btsmart",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["eq3btsmart"],
|
|
"requirements": ["eq3btsmart==2.3.0"]
|
|
}
|