mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 19:57:07 +00:00
Import integrations using sense-energy in the executor to avoid loop blocking (#112087)
Import integrations using sense-enegy in the executor to avoid blocking the event loop
This commit is contained in:
parent
a07f6d9d76
commit
5e5da2bf3a
@ -3,6 +3,7 @@
|
||||
"name": "Emulated Kasa",
|
||||
"codeowners": ["@kbickar"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/emulated_kasa",
|
||||
"import_executor": true,
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["sense_energy"],
|
||||
"quality_scale": "internal",
|
||||
|
@ -18,6 +18,7 @@
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/sense",
|
||||
"import_executor": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["sense_energy"],
|
||||
"requirements": ["sense-energy==0.12.2"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user