Fix Oralb Logger (#90460)

This commit is contained in:
Luke 2023-03-29 12:36:01 -04:00 committed by GitHub
parent 81c39e42f4
commit 7ca5beddfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,6 @@
"dependencies": ["bluetooth_adapters"], "dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/oralb", "documentation": "https://www.home-assistant.io/integrations/oralb",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["oralb-ble"], "loggers": ["oralb_ble"],
"requirements": ["oralb-ble==0.17.6"] "requirements": ["oralb-ble==0.17.6"]
} }