mirror of https://github.com/home-assistant/core
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"domain": "tilt_ble",
|
|
"name": "Tilt Hydrometer BLE",
|
|
"bluetooth": [
|
|
{
|
|
"manufacturer_id": 76,
|
|
"manufacturer_data_start": [2, 21, 164, 149, 187]
|
|
}
|
|
],
|
|
"codeowners": ["@apt-itude"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://www.home-assistant.io/integrations/tilt_ble",
|
|
"iot_class": "local_push",
|
|
"requirements": ["tilt-ble==0.2.3"]
|
|
}
|