Skip to content

Commit

Permalink
Change encryption key to base64
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jun 8, 2024
1 parent 4e212b0 commit 3fff038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/office-desk-esp32-passthrough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ substitutions:
tx_pin: GPIO17 # TXD 2
rx_pin: GPIO16 # RXD 2
screen_pin: GPIO23
encryption_key: "your_encryption_key"
encryption_key: "eW91cl9lbmNyeXB0aW9uX2tleQ=="

external_components:
- source:
Expand Down
2 changes: 1 addition & 1 deletion tests/office-desk-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ substitutions:
tx_pin: GPIO17 # TXD 2
rx_pin: GPIO16 # RXD 2
screen_pin: GPIO23
encryption_key: "your_encryption_key"
encryption_key: "eW91cl9lbmNyeXB0aW9uX2tleQ=="

external_components:
- source:
Expand Down
2 changes: 1 addition & 1 deletion tests/office-desk-esp8266-passthrough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ substitutions:
tx_pin: D5 # =GPIO14
rx_pin: D6 # =GPIO12
screen_pin: D2 # =GPIO4
encryption_key: "your_encryption_key"
encryption_key: "eW91cl9lbmNyeXB0aW9uX2tleQ=="

external_components:
- source:
Expand Down
2 changes: 1 addition & 1 deletion tests/office-desk-esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ substitutions:
tx_pin: D5 # =GPIO14
rx_pin: D6 # =GPIO12
screen_pin: D2 # =GPIO4
encryption_key: "your_encryption_key"
encryption_key: "eW91cl9lbmNyeXB0aW9uX2tleQ=="

external_components:
- source:
Expand Down

0 comments on commit 3fff038

Please sign in to comment.