File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ body:
2626 attributes :
2727 label : TFT Version
2828 description : Enter the TFT version number.
29- placeholder : e.g., 17.0
29+ placeholder : e.g., 17.1
3030 validations :
3131 required : false
3232 - type : input
3333 attributes :
3434 label : Firmware Version
3535 description : Enter the ESPHome firmware version number.
36- placeholder : e.g., 2026.4.10
36+ placeholder : e.g., 2026.4.11
3737 validations :
3838 required : false
3939 - type : input
4040 attributes :
4141 label : Blueprint Version
4242 description : Enter the Blueprint version number.
43- placeholder : e.g., 2026.4.9
43+ placeholder : e.g., 2026.4.11
4444 validations :
4545 required : false
4646 - type : dropdown
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ substitutions:
1414 # Minimum required blueprint version for compatibility
1515 # Select 'next' or '${version}' when you change the "contract" between ESPHome and Blueprint
1616 # Versioning workflow will replace this by the new version being generated
17- min_blueprint_version : ${version}
17+ min_blueprint_version : 2026.4.11
1818
1919 # Minimum required TFT version for compatibility
2020 # Must be manually updated with Nextion Editor
Original file line number Diff line number Diff line change 66##################################################################################################
77---
88blueprint:
9- name: NSPanel Easy Configuration (v9999.99.9 )
9+ name: NSPanel Easy Configuration (v2026.4.11 )
1010 author: Edward Firmo (https://github.com/edwardtfn)
1111 description: >
1212 # NSPanel Easy Configuration via Blueprint
@@ -4052,7 +4052,7 @@ trigger_variables:
40524052 }}
40534053
40544054variables:
4055- blueprint_version: 9999.99.9
4055+ blueprint_version: 2026.4.11
40564056 pages:
40574057 current: '{{ states(currentpage) }}'
40584058 alarm: "alarm"
Original file line number Diff line number Diff line change 11# Do not edit this file
22# The GitHub action will take care of updating version number when the PR is merged to `main`
33---
4- version : 2026.4.10
4+ version : 2026.4.11
55...
You can’t perform that action at this time.
0 commit comments