Nanoleaf to Nut: add host field description (#104857)

Co-authored-by: starkillerOG <starkiller.og@gmail.com>
This commit is contained in:
c0ffeeca7 2023-12-04 10:38:52 +01:00 committed by Franck Nijhof
parent 1378abab35
commit 1d04fcc485
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
5 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Nanoleaf device."
}
},
"link": {

View file

@ -7,6 +7,9 @@
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Netgear device. For example: '192.168.1.1'."
}
}
},

View file

@ -6,6 +6,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "The hostname or IP address of your TV."
}
}
},

View file

@ -7,6 +7,9 @@
"port": "[%key:common::config_flow::data::port%]",
"token": "[%key:common::config_flow::data::access_token%]",
"encrypt_token": "Use an encrypted token for authentication."
},
"data_description": {
"host": "The hostname or IP address of your Nuki bridge. For example: 192.168.1.25."
}
},
"reauth_confirm": {

View file

@ -2,12 +2,15 @@
"config": {
"step": {
"user": {
"title": "Connect to the NUT server",
"description": "Connect to the NUT server",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your NUT server."
}
},
"ups": {