From 37bd537580743cf511f3d66fc75272cccd913b1f Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:54:06 +0100 Subject: [PATCH] IQS supported devices: remove term 'list' (#2478) - as the point is to have it documented somehow. - It can be another format. the format does not have to be a list- --- .../integration-quality-scale/rules/docs-supported-devices.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/integration-quality-scale/rules/docs-supported-devices.md b/docs/core/integration-quality-scale/rules/docs-supported-devices.md index f01d5cc9..893826fc 100644 --- a/docs/core/integration-quality-scale/rules/docs-supported-devices.md +++ b/docs/core/integration-quality-scale/rules/docs-supported-devices.md @@ -1,11 +1,11 @@ --- -title: "The documentation lists known supported / unsupported devices" +title: "The documentation describes known supported / unsupported devices" --- ## Reasoning A lot of Home Assistant users buy devices based on if Home Assistant supports them. -To make it easier for users to find out if a device is supported, the documentation should list the known supported or unsupported devices. +To make it easier for users to find out if a device is supported, the documentation should describe the known supported or unsupported devices. This will decrease the amount of bad experiences where the user finds out their device is not supported when they try to set it up. ## Example implementation