Import co2signal in the executor to avoid blocking the event loop (#112058)

This commit is contained in:
J. Nick Koston 2024-03-02 10:14:04 -10:00 committed by GitHub
parent 567d4d5926
commit ee69a3ea8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
"codeowners": ["@jpbede", "@VIKTORVAV99"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/co2signal",
"import_executor": true,
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aioelectricitymaps"],