1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Add variable substitutions for !include (#3510)

This commit is contained in:
jimtng
2022-05-31 14:45:18 +10:00
committed by GitHub
parent 708672ec7e
commit 5aa42e5e66
7 changed files with 95 additions and 17 deletions

View File

@@ -0,0 +1,2 @@
---
ssid: ${name}

View File

@@ -0,0 +1,2 @@
---
- ${var1}

View File

@@ -0,0 +1 @@
${var1}