From b12f512f31c8c22008fb562c0343f3cf54142d66 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 30 Jun 2022 13:36:50 +0300 Subject: [PATCH] Update minimum Home Assistant version to 2022.7.0 (#76) --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 3fc751d..6b9c08b 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "Raspberry Pi GPIO", - "homeassistant": "2022.2.0" + "homeassistant": "2022.7.0" }