1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

[substitutions] Fix #7189 (#9469)

This commit is contained in:
Javier Peletier
2025-07-13 23:58:52 +02:00
committed by GitHub
parent 9451781915
commit 9e002cd7a3
5 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
package_result:
- The value of A*B is ${A * B}, where A is a package var and B is a substitution in the root file
- Double substitution also works; the value of var7 is ${var$A}, where A is a package var
- key${var7}: Key should substitute to key79