From a8b5ef1d390c8ac47e9c27249e6e1996448cc1f3 Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Tue, 25 Feb 2025 19:04:00 +0100 Subject: [PATCH] bump version --- ha_addon_debug/apparmor.txt | 2 +- ha_addon_debug/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ha_addon_debug/apparmor.txt b/ha_addon_debug/apparmor.txt index ce5a661..b1cacea 100644 --- a/ha_addon_debug/apparmor.txt +++ b/ha_addon_debug/apparmor.txt @@ -25,7 +25,7 @@ profile tsun-proxy-debug flags=(attach_disconnected,mediate_deleted) { /tmp/** rwk, # Access to options.json and other files within your addon - /data/** rw, + # /data/** rw, # Start new profile for service /usr/bin/myprogram cx -> myprogram, diff --git a/ha_addon_debug/config.yaml b/ha_addon_debug/config.yaml index 7a9779b..cb0b826 100644 --- a/ha_addon_debug/config.yaml +++ b/ha_addon_debug/config.yaml @@ -1,6 +1,6 @@ name: TSUN-Proxy (Debug) description: MQTT Proxy for TSUN Photovoltaic Inverters with Debug Logging -version: 0.13.0-debug-2502250012 +version: 0.13.0-debug-2502251901 image: docker.io/sallius/tsun-gen3-addon url: https://github.com/s-allius/tsun-gen3-proxy slug: tsun-proxy-debug