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