Update qnap.markdown (#25531)

Closes https://github.com/home-assistant/core/issues/61789
This commit is contained in:
Colin O'Dell 2023-01-03 17:27:15 -05:00 committed by GitHub
parent 5bfb529e22
commit e67d18ab7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.