Skip to content

Commit

Permalink
Nanoleaf to Nut: add host field description (#104857)
Browse files Browse the repository at this point in the history
Co-authored-by: starkillerOG <[email protected]>
  • Loading branch information
c0ffeeca7 and starkillerOG authored Dec 4, 2023
1 parent ab4c6cd commit bf63674
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions homeassistant/components/nanoleaf/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/netgear/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/nfandroidtv/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions homeassistant/components/nuki/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion homeassistant/components/nut/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bf63674

Please sign in to comment.