2022-08-10 20:08:02 +00:00
|
|
|
{
|
|
|
|
"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"],
|
2022-08-10 20:08:02 +00:00
|
|
|
"dependencies": ["bluetooth"],
|
|
|
|
"codeowners": ["@bdraco"],
|
|
|
|
"bluetooth": [{ "manufacturer_id": 465 }],
|
2022-08-12 01:12:25 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"supported_brands": {
|
|
|
|
"august_ble": "August Bluetooth"
|
|
|
|
}
|
2022-08-10 20:08:02 +00:00
|
|
|
}
|