developers.home-assistant/docs/core/integration-quality-scale/rules/docs-troubleshooting.md

1.4 KiB
Raw Permalink Blame History

title
The documentation provides troubleshooting information

Reasoning

We should provide instructions on how to fix a common issue. If possible, a troubleshooting topic should include a description of the symptom and the steps needed to fix the situation. This decreases the amount of support requests and improves the user experience.

Example implementation

## Troubleshooting

### Cant setup the device

#### Symptom: “This device cant be reached”

When trying to setup the integration, the form shows the message “This device cant be reached”.

##### Description

This means the settings on the device are incorrect, since the device needs to be enabled for local communication.

##### Resolution

To resolve this issue, try the following steps:

1. Make sure your device is powered up (LEDs are on).
2. Make sure your device is connected to the internet:
   - Make sure the app of the manufacturer can see the device.
3. Make sure the device has the local communication enabled:
   - Check the devices settings.
   - Check the devices manual.
...
 
### I can't see my devices
Make sure the devices are visible and controllable via the manufacturer's app.
If they are not, check the device's power and network connection.

### The device goes unavailable after a day
Make sure you turned off the device's power-saving mode.

Exceptions

There are no exceptions to this rule.