Skip to content

Commit

Permalink
Better naming for secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Jul 20, 2024
1 parent 949268f commit b6f7311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions everything-presence-lite-eettafel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ esphome:
friendly_name: ${friendly_name}
api:
encryption:
key: !secret epl1_encryption_key
key: !secret epl_eettafel_encryption_key

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: !secret epl1_static_ip
static_ip: !secret epl_eettafel_static_ip
gateway: !secret gateway
subnet: !secret subnet
4 changes: 2 additions & 2 deletions everything-presence-lite-woonkamer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ esphome:
friendly_name: ${friendly_name}
api:
encryption:
key: !secret epl2_encryption_key
key: !secret epl_woonkamer_encryption_key

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
manual_ip:
static_ip: !secret epl2_static_ip
static_ip: !secret epl_woonkamer_static_ip
gateway: !secret gateway
subnet: !secret subnet

0 comments on commit b6f7311

Please sign in to comment.