Import steamist in the executor to avoid blocking the loop (#112111)

This commit is contained in:
J. Nick Koston 2024-03-03 07:21:55 -10:00 committed by GitHub
parent 911cf60678
commit faee9d996d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/steamist",
"import_executor": true,
"iot_class": "local_polling",
"loggers": ["aiosteamist", "discovery30303"],
"requirements": ["aiosteamist==0.3.2", "discovery30303==0.2.1"]