Add loggers to gardena bluetooth (#119460)

This commit is contained in:
Joakim Plate
2024-06-12 10:08:41 +02:00
committed by Franck Nijhof
parent 4e6e9f35b5
commit f58882c878

View File

@@ -13,5 +13,6 @@
"dependencies": ["bluetooth_adapters"], "dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth", "documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
"requirements": ["gardena-bluetooth==1.4.2"] "requirements": ["gardena-bluetooth==1.4.2"]
} }