From c1b6677944a6aef096c37f281350e30a46aef8af Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Wed, 10 Jul 2024 08:28:18 -0400 Subject: [PATCH] Update to v3.4.5 and add Warning to Readme --- README.md | 2 ++ custom_components/variable/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12792b4..8168428 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A Home Assistant Integration to declare and set/update variables. Forked and updated from initial integration developed by [rogro82](https://github.com/rogro82) +# Home Assistant versions starting with v2024.7.2 will prevent Variables+History versions earlier than v3.4.5 from working. Be sure to upgrade. + ## Upgrading from v2 to v3 **Existing variables will remain as yaml variables but instead of starting with `variable.`, they will now start with `sensor.` If you would like to manage the variable using the UI configuration, you will need to delete the entity from your yaml and recreate it in the UI. This is also the only change needed when migrating from rogro82's version to this one** diff --git a/custom_components/variable/manifest.json b/custom_components/variable/manifest.json index 39f091f..626b920 100644 --- a/custom_components/variable/manifest.json +++ b/custom_components/variable/manifest.json @@ -13,5 +13,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/enkama/hass-variables/issues", "requirements": ["iso4217>=1.11.20220401"], - "version": "3.4.3" + "version": "3.4.5" }