diff --git a/registry.json b/registry.json index 4eba298..644cca5 100644 --- a/registry.json +++ b/registry.json @@ -19,7 +19,7 @@ "description": "Monitor WAN1 and WAN2 on Ubiquiti UDM Pro/SE devices. Tracks link state, alive status, and failover events in the global DOCSight event log.", "author": "Oggy512", "repo": "https://github.com/itsDNNS/docsight-modules", - "version": "3.1.1", + "version": "3.1.2", "min_app_version": "2026.2", "type": "integration", "verified": true, diff --git a/udm-wan-monitor/manifest.json b/udm-wan-monitor/manifest.json index 0c1660d..9a69914 100644 --- a/udm-wan-monitor/manifest.json +++ b/udm-wan-monitor/manifest.json @@ -2,7 +2,7 @@ "id": "community.udm_wan_monitor", "name": "UDM WAN-Monitor", "description": "Überwacht WAN1 und WAN2 einer Ubiquiti UDM Pro und erzeugt Events im globalen DOCSight-Log.", - "version": "3.1.1", + "version": "3.1.2", "author": "Oggy512", "minAppVersion": "2026.2", "type": "integration", @@ -32,5 +32,8 @@ "udm_wan_extra_port1_alias": "", "udm_wan_extra_port2_ifname": "", "udm_wan_extra_port2_alias": "" - } + }, + "config_secrets": [ + "udm_wan_password" + ] }