Skip to content

Commit

Permalink
Merge pull request #124 from Snuffy2/Update-manifest-to-prevent-app-b…
Browse files Browse the repository at this point in the history
…eing-blocked-in-HA-2024.7.2

Update version in manifest.json as versions <3.4.4 stop working in HA 2024.7.2
  • Loading branch information
enkama authored Jul 10, 2024
2 parents 12cfb43 + c1b6677 commit d172eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion custom_components/variable/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d172eff

Please sign in to comment.