From 5e99ea6372c41620db97e232a241bbac01113b3c Mon Sep 17 00:00:00 2001 From: ollo69 Date: Sun, 20 Oct 2024 18:38:13 +0000 Subject: [PATCH] Update HACS manifest to use zip release --- hacs.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 7aaf2548..ae1bc829 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,7 @@ { "name": "SmartThinQ LGE Sensors", "content_in_root": false, + "zip_release": true, + "filename": "smartthinq_sensors.zip", "homeassistant": "2024.8.0" -} \ No newline at end of file +}