mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 17:14:28 +05:00
bump version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
"@den-dmitriev"
|
||||
],
|
||||
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
||||
"version": "v1.1.8b13"
|
||||
"version": "v1.1.8b14"
|
||||
}
|
||||
Reference in New Issue
Block a user