Import integrations using sense-energy in the executor to avoid loop blocking (#112087)

Import integrations using sense-enegy in the executor to avoid blocking the event loop
This commit is contained in:
J. Nick Koston 2024-03-02 16:52:11 -10:00 committed by GitHub
parent a07f6d9d76
commit 5e5da2bf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"name": "Emulated Kasa",
"codeowners": ["@kbickar"],
"documentation": "https://www.home-assistant.io/integrations/emulated_kasa",
"import_executor": true,
"iot_class": "local_push",
"loggers": ["sense_energy"],
"quality_scale": "internal",

View File

@ -18,6 +18,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/sense",
"import_executor": true,
"iot_class": "cloud_polling",
"loggers": ["sense_energy"],
"requirements": ["sense-energy==0.12.2"]