Add integration_type to Oralb (#157828)

This commit is contained in:
Michael
2025-12-03 12:46:50 +01:00
committed by GitHub
parent 203f2fb364
commit 7328b61a69
2 changed files with 2 additions and 1 deletions
@@ -10,6 +10,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/oralb",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["oralb_ble"],
"requirements": ["oralb-ble==0.17.6"]
+1 -1
View File
@@ -4832,7 +4832,7 @@
},
"oralb": {
"name": "Oral-B",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},