From ccde9b2e03e4c017cc7d538a627580ecf5c61894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Mon, 16 Dec 2024 18:10:59 +0000 Subject: [PATCH] Replace IQS rule number with link (#2505) --- docs/core/integration-quality-scale/rules/dynamic-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/integration-quality-scale/rules/dynamic-devices.md b/docs/core/integration-quality-scale/rules/dynamic-devices.md index b6baa113..fc239cce 100644 --- a/docs/core/integration-quality-scale/rules/dynamic-devices.md +++ b/docs/core/integration-quality-scale/rules/dynamic-devices.md @@ -7,7 +7,7 @@ import RelatedRules from './_includes/related_rules.jsx' ## Reasoning -Like explained in IQS021, devices should be removed automatically when we can be sure that the device is not connected anymore. +Like explained in the rule [stale-devices](/docs/core/integration-quality-scale/rules/stale-devices), devices should be removed automatically when we can be sure that the device is not connected anymore. This rule explains the other side, once a new device is connected, we should automatically create the relevant entities for the device. This makes the user experience better, since the user only adds the device to the integration, and it will automatically show up in Home Assistant.