core/homeassistant/components/oralb/manifest.json

16 lines
353 B
JSON

{
"domain": "oralb",
"name": "Oral-B",
"bluetooth": [
{
"manufacturer_id": 220
}
],
"codeowners": ["@bdraco", "@Lash-L"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/oralb",
"iot_class": "local_push",
"requirements": ["oralb-ble==0.17.5"]
}