c0ffeeca7 37bd537580
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-
2024-11-28 11:54:06 +01:00

977 B

title
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 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


## Supported devices

The following devices are known to be supported by the integration:
- Device 1
- Device 2
- Every appliance that runs MyOS

## Unsupported devices

The following devices are not supported by the integration:
- Device 3
- Appliances built before 2010

Exceptions

This rule does not apply to integrations that do not connect to a device or service. This rule also does not apply to integrations that don't integrate physical devices.