From d5bc175df82718ec58940b6ebb4767d205556fd8 Mon Sep 17 00:00:00 2001 From: "Carlos V." <76731844+cvc90@users.noreply.github.com> Date: Fri, 13 Sep 2024 05:46:03 +0200 Subject: [PATCH 1/3] Update hacs.json Added minimum operating version of Home Assistant --- hacs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index d35f9b6..b8b4de5 100644 --- a/hacs.json +++ b/hacs.json @@ -2,4 +2,5 @@ "name": "HASS-BlueCon", "render_readme": true, "hide_default_branch": false -} \ No newline at end of file + "homeassistant": "2024.3.0" +} From 3e00327628e6c837e06cf36fd3bf32c1fbd01aa9 Mon Sep 17 00:00:00 2001 From: "Carlos V." <76731844+cvc90@users.noreply.github.com> Date: Fri, 13 Sep 2024 05:49:01 +0200 Subject: [PATCH 2/3] Update hacs.json deleted blank space From 03b5852244457b1a4c98da0636a1ec9a8f91ea89 Mon Sep 17 00:00:00 2001 From: "Carlos V." <76731844+cvc90@users.noreply.github.com> Date: Fri, 13 Sep 2024 05:51:57 +0200 Subject: [PATCH 3/3] Update hacs.json Added correction of line closure --- hacs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index b8b4de5..aeb3eb3 100644 --- a/hacs.json +++ b/hacs.json @@ -1,6 +1,6 @@ { "name": "HASS-BlueCon", "render_readme": true, - "hide_default_branch": false + "hide_default_branch": false, "homeassistant": "2024.3.0" }