core/homeassistant/components/yalexs_ble/manifest.json

15 lines
406 B
JSON
Raw Normal View History

{
"domain": "yalexs_ble",
"name": "Yale Access Bluetooth",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/yalexs_ble",
2022-09-11 16:18:52 +00:00
"requirements": ["yalexs-ble==1.8.1"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"bluetooth": [{ "manufacturer_id": 465 }],
"iot_class": "local_push",
"supported_brands": {
"august_ble": "August Bluetooth"
}
}