Import ambient_station in the executor to avoid blocking the event loop (#112053)

This commit is contained in:
J. Nick Koston 2024-03-02 10:16:57 -10:00 committed by GitHub
parent ee69a3ea8a
commit fd07d83c09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
"codeowners": ["@bachya"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ambient_station",
"import_executor": true,
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["aioambient"],