Reorg substitutions

Makes easier custom passwords.
This commit is contained in:
Edward Firmo
2023-12-28 12:27:00 +01:00
parent 00640bd360
commit 33a0a34938
2 changed files with 18 additions and 6 deletions

View File

@@ -7,6 +7,13 @@
##### ATTENTION: This will add advanced elements to the core system and requires the core part. #####
#####################################################################################################
---
substitutions:
##### Do not change this here. #####
##### Set your substitutions on #####
##### your base yaml file. #####
web_password: ${wifi_password}
#####################################
button:
##### EXIT REPARSE TFT DISPLAY #####
- name: ${device_name} Exit reparse
@@ -89,4 +96,4 @@ web_server:
port: 80
auth:
username: admin
password: ${wifi_password}
password: ${web_password}