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

fixes #111777
pull/112516/head
J. Nick Koston 2024-02-28 13:58:23 -10:00 committed by Paulus Schoutsen
parent c9ea72ba7d
commit ff0fbcb309
1 changed files with 1 additions and 0 deletions

View File

@ -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"]