Use version tag instead of main to download TFT

This will avoid old firmware downloading latest TFT from `main`, as it will instead download it from the tag related to the release.
It will fail with users running testing versions, like v4.2.5dev`, which could be a good thing.
This commit is contained in:
Edward Firmo
2024-01-18 14:09:56 +01:00
parent 49c6c34b12
commit eed29a2360

View File

@@ -1222,10 +1222,10 @@ select:
name: ${name} Update TFT display - Branch name: ${name} Update TFT display - Branch
platform: template platform: template
options: options:
- "main" - "v${version}"
- "beta" - "beta"
- "dev" - "dev"
initial_option: "main" initial_option: "v${version}"
optimistic: true optimistic: true
restore_value: true restore_value: true
internal: true internal: true