mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-14 10:34:28 +05:00
bump version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user