mirror of https://github.com/home-assistant/core
17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"domain": "melnor",
|
|
"name": "Melnor Bluetooth",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_data_start": [89],
|
|
"manufacturer_id": 13
|
|
}
|
|
],
|
|
"codeowners": ["@vanstinator"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/melnor",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["melnor-bluetooth==0.0.25"]
|
|
}
|