Merge branch 'master' into master

This commit is contained in:
nough
2023-06-02 23:41:26 +01:00
committed by GitHub
214 changed files with 1520 additions and 336 deletions

View File

@@ -1,8 +1,10 @@
## 1.4.11 (23-05-2023)
## 1.4.13 (02-06-2023)
- add configuration option to disable debug mode.
- add local storage folder for external recipe files that should map in to tandoor
## 1.4.12 (27-05-2023)
- Update to latest version from TandoorRecipes/recipes
## 1.4.10 (19-05-2023)
- Update to latest version from TandoorRecipes/recipes

View File

@@ -1,3 +1,4 @@
## ⚠ Open Request : [[Tandoor_Recipes] add externalfiles and option to disable debug mode. (opened 2023-05-23)](https://github.com/alexbelgium/hassio-addons/pull/843) by [@nough](https://github.com/nough)
# Hass.io Add-ons: Tandoor recipes
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)

View File

@@ -95,5 +95,5 @@
],
"slug": "tandoor_recipes",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.10"
"version": "1.4.12"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,8 +1,8 @@
{
"last_update": "19-05-2023",
"last_update": "27-05-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "tandoor_recipes",
"source": "github",
"upstream_repo": "TandoorRecipes/recipes",
"upstream_version": "1.4.10"
"upstream_version": "1.4.12"
}