1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/eq3btsmart/manifest.json
J. Nick Koston 7ee7a3c0b5 Bump bleak-esphome to 3.3.0 (#151922)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-09-08 14:32:31 -05:00

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==2.1.0", "bleak-esphome==3.3.0"]
}