From 8109efe8108160fed239d58a304aaacda878bb37 Mon Sep 17 00:00:00 2001 From: jesperraemaekers <146726232+jesperraemaekers@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:27:47 +0100 Subject: [PATCH] Reverted async-dependency to todo for Weheat (#135588) --- homeassistant/components/weheat/quality_scale.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/weheat/quality_scale.yaml b/homeassistant/components/weheat/quality_scale.yaml index f924c0c3582..aa5606ffe2a 100644 --- a/homeassistant/components/weheat/quality_scale.yaml +++ b/homeassistant/components/weheat/quality_scale.yaml @@ -88,6 +88,9 @@ rules: While unlikely to happen. Check if it is easily integrated. # Platinum - async-dependency: done + async-dependency: + status: todo + comment: | + Dependency uses asyncio.to_thread, but this is not real async. inject-websession: todo strict-typing: todo