mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
YAML linting (#3779)
This commit is contained in:
@@ -1 +1,2 @@
|
||||
---
|
||||
${var1}
|
||||
|
@@ -8,10 +8,11 @@ wifi: !include
|
||||
name: my_custom_ssid
|
||||
|
||||
esphome:
|
||||
# should be substituted as 'original', not overwritten by vars in the !include above
|
||||
# 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 } }
|
||||
board: !include {file: includes/scalar.yaml, vars: {var1: nodemcu}}
|
||||
|
||||
libraries: !include { file: includes/list.yaml, vars: { var1: Wire } }
|
||||
libraries: !include {file: includes/list.yaml, vars: {var1: Wire}}
|
||||
|
Reference in New Issue
Block a user