mirror of https://github.com/home-assistant/core
27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"domain": "eq3btsmart",
|
|
"name": "eQ-3 Bluetooth Smart Thermostats",
|
|
"bluetooth": [
|
|
{
|
|
"local_name": "CC-RT-BLE",
|
|
"connectable": true
|
|
},
|
|
{
|
|
"local_name": "CC-RT-M-BLE",
|
|
"connectable": true
|
|
},
|
|
{
|
|
"local_name": "CC-RT-BLE-EQ",
|
|
"connectable": true
|
|
}
|
|
],
|
|
"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==1.4.1", "bleak-esphome==1.1.0"]
|
|
}
|