core/homeassistant/components/eq3btsmart/manifest.json

11 lines
344 B
JSON
Raw Normal View History

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