Add integration_type to Oralb (#157828)

This commit is contained in:
Michael
2025-12-03 12:46:50 +01:00
committed by Franck Nijhof
parent 77425cc40f
commit c157c83d54
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
@@ -4821,7 +4821,7 @@
},
"oralb": {
"name": "Oral-B",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},