mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"domain": "moat",
|
|
"name": "Moat",
|
|
"bluetooth": [
|
|
{
|
|
"connectable": false,
|
|
"local_name": "Moat_S*"
|
|
}
|
|
],
|
|
"codeowners": ["@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/moat",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["moat-ble==0.1.1"]
|
|
}
|