From 8cea7e1b65c98283c4b434d46369334ac4968d90 Mon Sep 17 00:00:00 2001 From: Oleksandr Bordun <1118933+Borales@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:24:34 +0100 Subject: [PATCH 1/2] Add new Home Assistant 1Password Secrets Storage entry --- projects.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects.json b/projects.json index 8141f57..110a68e 100644 --- a/projects.json +++ b/projects.json @@ -415,5 +415,15 @@ "description": "Lightweight connector that uses 1Password Server items to drive SSH, SCP, RSYNC and SFTP sessions.\n\nThis tool fetches connection data (host, user, SSH key or password) from 1Password via the 1Password CLI and runs the requested remote command using the appropriate authentication method.", "createdAt": "2025-08-20", "tags": ["1p-connector", "augcampos", "1password", "bash", "script", "ssh", "scp", "rsync", "sftp", "ssh auth", "key", "fix", "SSH server six-key limit", "Too many authentication failures"] + }, + { + "category": "repo", + "id": "hassio-1password-addon", + "title": "Home Assistant App: 1Password Secrets Storage", + "author": "Alex Bordun (borales)", + "url": "https://github.com/Borales/hassio-addons/tree/main/hassio-1password-addon", + "description": "The 1Password Secrets Storage app seamlessly integrates 1Password with Home Assistant, enabling automatic synchronization of your secrets from 1Password vaults directly into your Home Assistant `secrets.yaml` file.", + "createdAt": "2026-02-10", + "tags": ["home assistant", "add-on", "sync", ""] } ] From 7518ae4b99cf031335b7e2843160e41587129482 Mon Sep 17 00:00:00 2001 From: Borales <1118933+Borales@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:34:47 +0100 Subject: [PATCH 2/2] Update 1Password Secrets Storage entry tags for improved clarity --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 110a68e..2debc12 100644 --- a/projects.json +++ b/projects.json @@ -424,6 +424,6 @@ "url": "https://github.com/Borales/hassio-addons/tree/main/hassio-1password-addon", "description": "The 1Password Secrets Storage app seamlessly integrates 1Password with Home Assistant, enabling automatic synchronization of your secrets from 1Password vaults directly into your Home Assistant `secrets.yaml` file.", "createdAt": "2026-02-10", - "tags": ["home assistant", "add-on", "sync", ""] + "tags": ["home assistant", "add-on", "sync", "1password", "automation", "service accounts", "github"] } ]