Atag: add host field description (#104691)

This commit is contained in:
c0ffeeca7 2023-11-29 10:02:49 +01:00 committed by GitHub
parent a3bad54583
commit 634785a2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,13 @@
"config": { "config": {
"step": { "step": {
"user": { "user": {
"title": "Connect to the device", "description": "Connect to the device",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of the Atag device."
} }
} }
}, },