core/homeassistant/components/tilt_ble/manifest.json

17 lines
418 B
JSON
Raw Normal View History

{
"domain": "tilt_ble",
"name": "Tilt Hydrometer BLE",
"bluetooth": [
{
"manufacturer_id": 76,
"manufacturer_data_start": [2, 21, 164, 149, 187]
}
],
"codeowners": ["@apt-itude"],
2023-02-08 19:41:50 +00:00
"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"]
}