From 66b4d7d02dd691a4da4e9edd8634227893fe1029 Mon Sep 17 00:00:00 2001 From: Danny Zenger Date: Sat, 8 Aug 2026 11:06:45 +0200 Subject: [PATCH] Allow installation on Home Assistant 2026.7 --- custom_components/securityspy/manifest.json | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/securityspy/manifest.json b/custom_components/securityspy/manifest.json index e3d9db3..269b9aa 100644 --- a/custom_components/securityspy/manifest.json +++ b/custom_components/securityspy/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "pysecspy==1.3.5" ], - "version": "1.2.1" + "version": "1.2.2" } diff --git a/hacs.json b/hacs.json index dce7f2e..7b5d6de 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "SecuritySpy for Home Assistant", - "homeassistant": "2026.8.0" + "homeassistant": "2026.7.0" }