Skip to content

Commit

Permalink
Add WiFi SSID
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Dec 27, 2024
1 parent ea12c1d commit 7d12ddb
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .test/esphome_ard_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ packages:
esp32:
framework:
type: arduino

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_ard_ble_proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ packages:
esp32:
framework:
type: arduino

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_ard_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ packages:
esp32:
framework:
type: arduino

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf53_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ esp32:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf53_ble_proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ esp32:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf53_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ esp32:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf53_media_player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ esp32:
type: esp-idf
version: 5.3.1
platform_version: 6.9.0

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ packages:
esp32:
framework:
type: esp-idf

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf_ble_proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ packages:
esp32:
framework:
type: esp-idf

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ packages:
esp32:
framework:
type: esp-idf

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...
4 changes: 4 additions & 0 deletions .test/esphome_idf_media_player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ packages:
esp32:
framework:
type: esp-idf

wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
...

0 comments on commit 7d12ddb

Please sign in to comment.