Clarify username for login (#17716)

Starting with FRITZ!OS 7.24 the default username changed to a random username the user might not even be aware of. This is documented here:
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/Recommendations%20for%20user%20guidance%20for%20logging%20into%20a%20FRITZBox_v1.1_EN.pdf
This commit is contained in:
kongo09 2021-05-09 10:27:56 +02:00 committed by GitHub
parent 889255ae8a
commit b3aa841b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,6 @@ The `fritz` platform offers presence detection by looking at connected devices t
TR-064 needs to be enabled in the FRITZ!Box network settings for Home Assistant to login and read device info.
</div>
The configuration in the UI asks for a username. Starting from FRITZ!OS 7.24 the FRITZ!Box creates a random username for the admin user if you didn't set one yourself. This can be found after logging into the FRITZ!Box and visiting System -> FRITZ!Box Users -> Users. The username starts with `fritz` followed by four random numbers. Under properties on the right it says `created automatically`. Prior to FRITZ!OS 7.24 the default username was `admin`.
See the [device tracker integration page](/integrations/device_tracker/) for instructions how to configure the people to be tracked.