Replace IQS rule number with link (#2505)

This commit is contained in:
Abílio Costa 2024-12-16 18:10:59 +00:00 committed by GitHub
parent d60130cc38
commit ccde9b2e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ import RelatedRules from './_includes/related_rules.jsx'
## Reasoning ## 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 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. 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.