Merge branch 'master' into codex/align-addons-changelog-dates-to-iso8601

This commit is contained in:
Alexandre
2026-01-10 22:26:25 +01:00
committed by GitHub
26 changed files with 84 additions and 34 deletions

View File

@@ -1,4 +1,13 @@
## 25.11.29-3 (2026-01-07)
## 25.11.29-7 (10-01-2026)
- Minor bugs fixed
## 25.11.29-6 (10-01-2026)
- Minor bugs fixed
## 25.11.29-5 (10-01-2026)
- Minor bugs fixed
## 25.11.29-4 (10-01-2026)
- Minor bugs fixed
## 25.11.29-3 (07-01-2026)
- Minor bugs fixed
## 25.11.29-2 (2026-01-06)
- Minor bugs fixed

View File

@@ -50,4 +50,4 @@ slug: netalertx
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 25.11.29-3
version: 25.11.29-7

View File

@@ -101,10 +101,10 @@ execute_main_logic() {
wait_for_config_file() {
echo "Waiting for $config_file to become available..."
while [ ! -f "$config_file" ]; do
sleep 5 # Wait for 5 seconds before checking again
sleep 1
done
echo "$config_file is now available. Starting the script."
execute_main_logic
echo "$config_file is now available. Rebooting the addon."
bashio::addon.restart
}
# Main script logic