core/homeassistant/components/eq3btsmart/manifest.json

11 lines
344 B
JSON

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