From 6fb1b53039fec0695d96c0727dc39a95428a769d Mon Sep 17 00:00:00 2001 From: Erwin Douna Date: Fri, 27 Sep 2024 19:26:51 +0200 Subject: [PATCH] Set DSMR Reader quality scale to Gold (#121466) --- homeassistant/components/dsmr_reader/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/dsmr_reader/manifest.json b/homeassistant/components/dsmr_reader/manifest.json index 9c0e6da2c46..7adb664fbd8 100644 --- a/homeassistant/components/dsmr_reader/manifest.json +++ b/homeassistant/components/dsmr_reader/manifest.json @@ -6,5 +6,6 @@ "dependencies": ["mqtt"], "documentation": "https://www.home-assistant.io/integrations/dsmr_reader", "iot_class": "local_push", - "mqtt": ["dsmr/#"] + "mqtt": ["dsmr/#"], + "quality_scale": "gold" }