Files
ha-core/homeassistant/components/aranet/manifest.json
2025-10-28 10:33:10 +01:00

24 lines
622 B
JSON

{
"domain": "aranet",
"name": "Aranet",
"bluetooth": [
{
"connectable": false,
"manufacturer_id": 1794,
"service_uuid": "f0cd1400-95da-4f4b-9ac8-aa55d312af0c"
},
{
"connectable": false,
"manufacturer_id": 1794,
"service_uuid": "0000fce0-0000-1000-8000-00805f9b34fb"
}
],
"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.5.1"]
}