1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-17 11:33:49 +01:00

Import opower in the executor to avoid blocking the event loop (#111778)

fixes #111777
This commit is contained in:
J. Nick Koston
2024-02-28 13:58:23 -10:00
committed by Paulus Schoutsen
parent c9ea72ba7d
commit ff0fbcb309
@@ -5,6 +5,7 @@
"config_flow": true,
"dependencies": ["recorder"],
"documentation": "https://www.home-assistant.io/integrations/opower",
"import_executor": true,
"iot_class": "cloud_polling",
"loggers": ["opower"],
"requirements": ["opower==0.3.1"]