Skip to content

Commit

Permalink
Axis: add host and user name field description (#104693)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeeca7 authored Nov 30, 2023
1 parent 64a6a6a commit 2f0846b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion homeassistant/components/axis/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
"flow_title": "{name} ({host})",
"step": {
"user": {
"title": "Set up Axis device",
"description": "Set up an Axis device",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of the Axis device.",
"username": "The user name you set up on your Axis device. It is recommended to create a user specifically for Home Assistant."
}
}
},
Expand Down

0 comments on commit 2f0846b

Please sign in to comment.