From 0187e7d03ccd23ebdf798b9951d306c669b01156 Mon Sep 17 00:00:00 2001 From: Vincent Filby Date: Mon, 17 Aug 2026 10:08:10 -0700 Subject: [PATCH] Declare minimum HA version as current release (2026.8) The old 2025.1.0 floor was an unvalidated guess from scaffolding; the integration is only ever run against current HA, so declare that. Co-Authored-By: Claude Fable 5 --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 545013c..c734a5a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "Shade Engine", - "homeassistant": "2025.1.0", + "homeassistant": "2026.8.0", "render_readme": true }