From 0cae9676904b60acbbb16a27962f9e7d5fb93d97 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Nov 2025 01:59:44 +0100 Subject: [PATCH] Updater bot : tandoor_recipes updated to 2.3.6 --- tandoor_recipes/CHANGELOG.md | 3 +++ tandoor_recipes/config.yaml | 2 +- tandoor_recipes/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index 0aed35980..1f7180232 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.3.6 (29-11-2025) +- Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) + ## 2.3.5 (22-11-2025) - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. diff --git a/tandoor_recipes/config.yaml b/tandoor_recipes/config.yaml index 1fd88bfcb..7fd29c91c 100644 --- a/tandoor_recipes/config.yaml +++ b/tandoor_recipes/config.yaml @@ -112,5 +112,5 @@ services: slug: tandoor_recipes udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.3.5" +version: "2.3.6" webui: http://[HOST]:[PORT:80] diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index ca80f824c..d42b14360 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,9 +1,9 @@ { "github_beta": false, - "last_update": "22-11-2025", + "last_update": "29-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "2.3.5" + "upstream_version": "2.3.6" }