diff --git a/source/_integrations/qnap.markdown b/source/_integrations/qnap.markdown index 16d3b0a7465..44c2267982f 100644 --- a/source/_integrations/qnap.markdown +++ b/source/_integrations/qnap.markdown @@ -58,7 +58,7 @@ timeout: default: 10 type: integer username: - description: An administration user to connect to the QNAP NAS. This user must be a member of the _administration_ group. + description: An administration user to connect to the QNAP NAS. This user must be a member of the _administration_ group and MFA must be disabled for that account. required: true type: string password: @@ -124,3 +124,5 @@ If your QNAP device uses self-signed certificates, set the `verify_ssl` option t ### QNAP device support This integration works with most (but not all) QNAP devices. A complete, up-to-date [list of compatible devices can be found here](https://github.com/colinodell/python-qnapstats#device-support). + +If your QNAP device is running QTS 5, make sure you log into the device's web interface (with the same account you've configured in Home Assistant) and complete any agreements, warnings, wizards, setup, etc. as the QNAP API may block requests until those are completed.