bump version

This commit is contained in:
d.dmitriev
2025-02-16 15:15:48 +05:00
parent 73ee6c3397
commit 5acd5ad692
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.8b12
current_version = 1.1.8b14
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
commit = True
tag = True

View File

@@ -689,7 +689,7 @@ class MegaD:
cfg.pop(x, None)
cfg.update(new)
self.lg.debug(f"new config: %s", cfg)
self.config.data = cfg
self.hass.config_entries.async_update_entry(self.config, data=cfg)
if reload_entry:
await self.hass.config_entries.async_reload(self.config.entry_id)
return cfg

View File

@@ -16,5 +16,5 @@
"@den-dmitriev"
],
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
"version": "v1.1.8b13"
"version": "v1.1.8b14"
}