removed secret ref
This commit is contained in:
parent
26bf7bca5d
commit
ad95c71854
|
@ -3,13 +3,12 @@
|
||||||
# - testing
|
# - testing
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
vault_role_id: !secret mlock_role_id
|
|
||||||
vault_secret_id: !secret mlock_secret_id
|
|
||||||
ota_password: "39e67462fb5b961d1c9de6d9ee7bd571"
|
ota_password: "39e67462fb5b961d1c9de6d9ee7bd571"
|
||||||
api_enckey: "F815gY6pnO0yyUSLqYbzE0VrW0j9uGlv9lJ3XXUer2U="
|
api_enckey: "F815gY6pnO0yyUSLqYbzE0VrW0j9uGlv9lJ3XXUer2U="
|
||||||
wifi_ssid: !secret wifi_ssid
|
wifi_ssid: ""
|
||||||
wifi_password: !secret wifi_password
|
wifi_password: ""
|
||||||
|
vault_role_id: ""
|
||||||
|
vault_secret_id: ""
|
||||||
|
|
||||||
###### nothing to change below this line ######
|
###### nothing to change below this line ######
|
||||||
esphome:
|
esphome:
|
||||||
|
|
Loading…
Reference in New Issue