mirror of https://github.com/home-assistant/core
30 lines
574 B
JSON
30 lines
574 B
JSON
{
|
|
"domain": "acaia",
|
|
"name": "Acaia",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_id": 16962
|
|
},
|
|
{
|
|
"local_name": "ACAIA*"
|
|
},
|
|
{
|
|
"local_name": "PYXIS-*"
|
|
},
|
|
{
|
|
"local_name": "LUNAR-*"
|
|
},
|
|
{
|
|
"local_name": "PROCHBT001"
|
|
}
|
|
],
|
|
"codeowners": ["@zweckj"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/acaia",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioacaia"],
|
|
"requirements": ["aioacaia==0.1.8"]
|
|
}
|