From 65ad3dc586350a16d3b832271306a8cb844f996e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Macera?= <11870478+matiasmacera@users.noreply.github.com> Date: Sun, 13 Sep 2026 08:46:07 -0300 Subject: [PATCH] Bump manifest version to 0.5.4 The v0.5.4 release was tagged with manifest.json still at 0.5.3, so Home Assistant reports the wrong version for installs of that release. Co-Authored-By: Claude Opus 5 (1M context) --- custom_components/generac/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/generac/manifest.json b/custom_components/generac/manifest.json index 754d336..632495d 100644 --- a/custom_components/generac/manifest.json +++ b/custom_components/generac/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/binarydev/ha-generac/issues", "requirements": ["dacite==1.9.2", "cryptography>=41"], - "version": "0.5.3" + "version": "0.5.4" }