core/homeassistant/components/eq3btsmart/manifest.json

11 lines
353 B
JSON

{
"domain": "eq3btsmart",
"name": "eQ-3 Bluetooth Smart Thermostats",
"codeowners": ["@rytilahti"],
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/eq3btsmart",
"iot_class": "local_polling",
"loggers": ["bleak", "eq3bt"],
"requirements": ["construct==2.10.56", "python-eq3bt==0.2"]
}