Skip to content

Commit

Permalink
Update encryption key base64 to 32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jun 8, 2024
1 parent 3fff038 commit f17a71a
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: "eW91cl9lbmNyeXB0aW9uX2tleQ=="
encryption_key: "iOZqtvw31Yy6sasRl5h2DElG2VDlqW2WjJEKObVN8bg="

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: "eW91cl9lbmNyeXB0aW9uX2tleQ=="
encryption_key: "iOZqtvw31Yy6sasRl5h2DElG2VDlqW2WjJEKObVN8bg="

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: "eW91cl9lbmNyeXB0aW9uX2tleQ=="
encryption_key: "iOZqtvw31Yy6sasRl5h2DElG2VDlqW2WjJEKObVN8bg="

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: "eW91cl9lbmNyeXB0aW9uX2tleQ=="
encryption_key: "iOZqtvw31Yy6sasRl5h2DElG2VDlqW2WjJEKObVN8bg="

external_components:
- source:
Expand Down

0 comments on commit f17a71a

Please sign in to comment.