mirror of
https://github.com/esphome/esphome.git
synced 2024-11-07 09:31:10 +01:00
19 lines
421 B
YAML
19 lines
421 B
YAML
---
|
|
substitutions:
|
|
name: original
|
|
|
|
wifi: !include
|
|
file: includes/included.yaml
|
|
vars:
|
|
name: my_custom_ssid
|
|
|
|
esphome:
|
|
# should be substituted as 'original',
|
|
# not overwritten by vars in the !include above
|
|
name: ${name}
|
|
name_add_mac_suffix: true
|
|
platform: esp8266
|
|
board: !include {file: includes/scalar.yaml, vars: {var1: nodemcu}}
|
|
|
|
libraries: !include {file: includes/list.yaml, vars: {var1: Wire}}
|