@@ -84,7 +87,22 @@ class HaConfigPerson extends LitElement {
`
: ""}
+
+
+ ${this.hass.localize(
+ "ui.panel.config.person.learn_more"
+ )}
+
+
+
${this._storageItems.map((entry) => {
return html`
diff --git a/src/translations/en.json b/src/translations/en.json
index c86c81ea2e..713ce22029 100755
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -1692,6 +1692,7 @@
"description": "Manage the people that Home Assistant tracks",
"introduction": "Here you can define each person of interest in Home Assistant.",
"note_about_persons_configured_in_yaml": "Note: people configured via configuration.yaml cannot be edited via the UI.",
+ "learn_more": "Learn more about people",
"no_persons_created_yet": "Looks like you have not created any people yet.",
"create_person": "Create Person",
"add_person": "Add Person",