Skip to content

Commit

Permalink
add wifi ap password
Browse files Browse the repository at this point in the history
  • Loading branch information
docgalaxyblock committed Jun 22, 2024
1 parent cc22675 commit 2c91ed1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions esphome/onju-voice-microwakeword.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ substitutions:
friendly_name: "Onju Voice Satellite"
project_version: "1.0.0"
device_description: "Onju Voice Satellite with ESPHome software and microWakeWord"
# If you configure an ap pw and forget it you need to open up your device again to flash it.
# Tip: Therfore you can configure the "Setup code" of your Mini as your ap password.
wifi_ap_password: ""

external_components:
- source:
type: git
Expand Down Expand Up @@ -82,6 +86,7 @@ wifi:
# Set up a wifi access point
ap:
ssid: "${friendly_name}"
password: "${wifi_ap_password}"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device via WiFi AP.
Expand Down
4 changes: 4 additions & 0 deletions esphome/onju-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ substitutions:
friendly_name: "Onju Voice Satellite"
project_version: "1.0.0"
device_description: "Onju Voice Satellite with ESPHome software"
# If you configure an ap pw and forget it you need to open up your device again to flash it.
# Tip: Therfore you can configure the "Setup code" of your Mini as your ap password.
wifi_ap_password: ""

esphome:
name: "${name}"
Expand Down Expand Up @@ -71,6 +74,7 @@ wifi:
# Set up a wifi access point
ap:
ssid: "${friendly_name}"
password: "${wifi_ap_password}"

# In combination with the `ap` this allows the user
# to provision wifi credentials to the device via WiFi AP.
Expand Down

0 comments on commit 2c91ed1

Please sign in to comment.