mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Remove port from description (#65851)
This commit is contained in:
parent
f4eb7e31a4
commit
1269483923
@ -2,7 +2,7 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Default host: {host}\nDefault port: {port}\nDefault username: {username}",
|
||||
"description": "Default host: {host}\nDefault username: {username}",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%] (Optional)",
|
||||
"username": "[%key:common::config_flow::data::username%] (Optional)",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"ssl": "Uses an SSL certificate",
|
||||
"username": "Username (Optional)"
|
||||
},
|
||||
"description": "Default host: {host}\nDefault port: {port}\nDefault username: {username}",
|
||||
"description": "Default host: {host}\nDefault username: {username}",
|
||||
"title": "Netgear"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user