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 GitHub
parent 09c16ffb3d
commit ab74c11d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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