ASUSWRT: add description of host field. Fix title (#104690)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
c0ffeeca7 2023-11-29 09:35:08 +01:00 committed by GitHub
parent c4e3ae84f4
commit 4d00767081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"title": "AsusWRT",
"description": "Set required parameter to connect to your router", "description": "Set required parameter to connect to your router",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
@ -11,10 +10,12 @@
"ssh_key": "Path to your SSH key file (instead of password)", "ssh_key": "Path to your SSH key file (instead of password)",
"protocol": "Communication protocol to use", "protocol": "Communication protocol to use",
"port": "Port (leave empty for protocol default)" "port": "Port (leave empty for protocol default)"
},
"data_description": {
"host": "The hostname or IP address of your ASUSWRT router."
} }
}, },
"legacy": { "legacy": {
"title": "AsusWRT",
"description": "Set required parameters to connect to your router", "description": "Set required parameters to connect to your router",
"data": { "data": {
"mode": "Router operating mode" "mode": "Router operating mode"
@ -37,7 +38,6 @@
"options": { "options": {
"step": { "step": {
"init": { "init": {
"title": "AsusWRT Options",
"data": { "data": {
"consider_home": "Seconds to wait before considering a device away", "consider_home": "Seconds to wait before considering a device away",
"track_unknown": "Track unknown / unnamed devices", "track_unknown": "Track unknown / unnamed devices",