-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Checklist
- I have updated to the latest available Home Assistant version.
- I have cleared the cache of my browser.
- I have tried a different browser to see if it is related to my browser.
- I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
On Android Home Assistant Frontend overlays the Thread network configuration with a button labeled "Send credentials to Home Assistant".
This has become a bit long, even on larger phones, here on a Pixel 6:

Also it is not translated.
Describe the behavior you expected
The button should be a bit shorter to better fit on mobile.
According to the online docs this button used to be labeled Import credentials
The screenshot there still shows that, so the online docs should fit again after reverting to that:

The success message on Android also is "Imported credential".
That text should be in the translation strings then, too.
Steps to reproduce the issue
- On Android go to Settings > Devices & services > Integrations
- Select Thread.
- Click on the cogwheel icon.
The button will show up only for Thread networks which are not running on HA hardware.
The string is here in code:
frontend/src/panels/config/integrations/integration-panels/thread/thread-config-panel.ts
Line 146 in 98c4e34
label="Send credentials to Home Assistant" |
What version of Home Assistant Core has the issue?
core-2025.9.3
What was the last working version of Home Assistant Core?
n/a
In which browser are you experiencing the issue?
Companion app for Android
Which operating system are you using to run this browser?
Android 16
State of relevant entities
Problem-relevant frontend configuration
JavaScript errors shown in your browser console/inspector
Additional information
No response