From 57bd95bc52c72a5bb8feff5d5bdab9bca31dffdf Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:57:44 +0300 Subject: [PATCH] Update the minimal HA supported version for the RP5 release (#303) --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 7aca123..ec4d853 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "Raspberry Pi GPIO", - "homeassistant": "2022.7.0" + "homeassistant": "2024.9.0" } \ No newline at end of file