Remove port from description (#65851)

This commit is contained in:
starkillerOG 2022-02-06 01:00:42 +01:00 committed by GitHub
parent f4eb7e31a4
commit 1269483923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)",

View File

@ -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"
}
}