Document FRITZ!Powerline username behavior#44808
Document FRITZ!Powerline username behavior#44808iluebbe wants to merge 2 commits intohome-assistant:currentfrom
Conversation
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR updates the FRITZ!Box Tools integration documentation to clarify credential behavior when setting up FRITZ!Powerline devices, reducing confusion during SSDP auto-discovery and config flow setup.
Changes:
- Added a note under the “Username” section explaining that FRITZ!Powerline devices ignore the username and validate only the password.
| {% endnote %} | ||
|
|
||
| {% note %} | ||
| FRITZ!Powerline devices ignore the username — only the password is validated. Enter any value in the username field. |
There was a problem hiding this comment.
In this note, consider referencing the actual UI field labels as Username/Password (UI strings are typically bolded in these docs) and avoid the generic “username field” phrasing. This also makes it clearer that only the Password value is checked for FRITZ!Powerline devices.
| FRITZ!Powerline devices ignore the username — only the password is validated. Enter any value in the username field. | |
| FRITZ!Powerline devices do not validate the **Username** value. Only the **Password** value is checked, so you can enter any value in **Username**. |
| If you still want to use the predefined user, please note that as of 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`. Before FRITZ!OS 7.24, the default username was `admin`. | ||
| {% endnote %} | ||
|
|
||
| {% note %} |
There was a problem hiding this comment.
I think it's better to add a paragraph to the previous note instead of creating a new one
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
64b3d96 to
9451fe0
Compare
Proposed change
Add a note to the Username section of the Fritz integration docs clarifying that FRITZ!Powerline devices ignore the username field — only the password is validated. Setup via SSDP auto-discovery would otherwise leave users guessing what to enter.
Type of change
currentbranch).currentbranch).nextbranch).nextbranch).Additional information
Companion to home-assistant/core#167473, which adds a matching hint to the
data_description_usernamestring shown in the config flow form. Targetingnextbecause this pairs with an open core PR againstdev; happy to rebase tocurrentif maintainers prefer.Verified against a real FRITZ!Powerline 1240E and AVM documentation: the device ignores the username entirely and authenticates by password only.
Checklist
currentbranch.nextbranch.