From 2d3b4cb6172acd8d68c9929df80b2c692e9bf8e2 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Mon, 27 Jul 2026 09:26:49 +0200 Subject: [PATCH] Fix dyson_infrared quality scale for pylint (#177348) --- homeassistant/components/dyson_infrared/quality_scale.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/dyson_infrared/quality_scale.yaml b/homeassistant/components/dyson_infrared/quality_scale.yaml index 2216c08c5111..91c720874128 100644 --- a/homeassistant/components/dyson_infrared/quality_scale.yaml +++ b/homeassistant/components/dyson_infrared/quality_scale.yaml @@ -35,7 +35,11 @@ rules: status: exempt comment: | This integration does not store runtime data. - test-before-configure: done + test-before-configure: + status: exempt + comment: | + This integration only proxies commands through an existing infrared + entity, so there is no connection to test in the config flow. test-before-setup: status: exempt comment: |