mirror of https://github.com/home-assistant/core
24 lines
622 B
JSON
24 lines
622 B
JSON
{
|
|
"domain": "aranet",
|
|
"name": "Aranet",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_id": 1794,
|
|
"service_uuid": "f0cd1400-95da-4f4b-9ac8-aa55d312af0c",
|
|
"connectable": false
|
|
},
|
|
{
|
|
"manufacturer_id": 1794,
|
|
"service_uuid": "0000fce0-0000-1000-8000-00805f9b34fb",
|
|
"connectable": false
|
|
}
|
|
],
|
|
"codeowners": ["@aschmitz", "@thecode", "@anrijs"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/aranet",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["aranet4==2.4.0"]
|
|
}
|