hass-core/homeassistant/components/eq3btsmart/manifest.json
2023-07-18 17:50:31 +02:00

10 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.68", "python-eq3bt==0.2"]
}