From 2f88412866fb46ebde63ad2e9fb3c982c3163708 Mon Sep 17 00:00:00 2001 From: litinoveweedle <15144712+litinoveweedle@users.noreply.github.com> Date: Fri, 17 May 2024 21:14:21 +0200 Subject: [PATCH] Update hacs.json --- hacs.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 33b3c2a0..8c7a265d 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,9 @@ { "name": "SmartIR", - "homeassistant": "2023.12.0", + "homeassistant": "2024.5.0", "persistent_directory": "codes" + "zip_release": true, + "hide_default_branch": true, + "filename": "smartir.zip", + "render_readme": true, }