Allow removing addon config on uninstall (#4913)

This commit is contained in:
Mike Degatano
2024-02-29 10:24:51 -05:00
committed by GitHub
parent 8b5c808e8c
commit 5126820619
5 changed files with 63 additions and 7 deletions

View File

@@ -46,6 +46,7 @@ ATTR_MOUNTS = "mounts"
ATTR_MOUNT_POINTS = "mount_points"
ATTR_PANEL_PATH = "panel_path"
ATTR_REMOVABLE = "removable"
ATTR_REMOVE_CONFIG = "remove_config"
ATTR_REVISION = "revision"
ATTR_SEAT = "seat"
ATTR_SIGNED = "signed"