core/homeassistant/components/eq3btsmart/manifest.json

11 lines
353 B
JSON
Raw Normal View History

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