Include pytedee_async logger in tedee integration (#112590)

add pytedee logger
This commit is contained in:
Josef Zweck 2024-03-12 09:37:48 +01:00 committed by GitHub
parent e28d4f0eae
commit d929efbae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,5 +6,6 @@
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/tedee",
"iot_class": "local_push",
"loggers": ["pytedee_async"],
"requirements": ["pytedee-async==0.2.16"]
}