mirror of https://github.com/home-assistant/core
17 lines
381 B
JSON
17 lines
381 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",
|
|
"loggers": ["oralb_ble"],
|
|
"requirements": ["oralb-ble==0.17.6"]
|
|
}
|