Skip to content

Commit

Permalink
0.9.6.14 test to see if global var fixes problem
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmeghead committed Aug 4, 2024
1 parent 7f98948 commit ac325b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/visonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def configured_hosts(hass):

async def async_migrate_entry(hass: HomeAssistant, config_entry: VisonicConfigEntry) -> bool:
"""Migrate old schema configuration entry to new."""
global update_version_panel_number
# This function is called when I change VERSION in the ConfigFlow
# If the config schema ever changes then use this function to convert from old to new config parameters
version = config_entry.version
Expand Down
2 changes: 1 addition & 1 deletion custom_components/visonic/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
# "trigger",
#]

CLIENT_VERSION = "0.9.6.13"
CLIENT_VERSION = "0.9.6.14"

MAX_CLIENT_LOG_ENTRIES = 300

Expand Down

0 comments on commit ac325b0

Please sign in to comment.