From da67077964f03f3707c70b9c07a97b9cce869ace Mon Sep 17 00:00:00 2001 From: Matt Emerson Date: Thu, 7 Apr 2022 09:29:23 -0700 Subject: [PATCH] Update hacs.json restrict to home assistant 2022.3 and newer --- hacs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 6a4223a..825b45a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,5 @@ { "name": "Green and Dark Theme: Simple, clean, and green", - "render_readme": true + "render_readme": true, + "homeassistant": "2022.3" }