mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Merge branch 'master' into codex/align-addons-changelog-dates-to-iso8601
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user