Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
substitutions:
version: "26.3.2.1"
device_description: ${name} made by Apollo Automation - version ${version}.
# Default OTA password. Override in your device YAML by re-declaring
# `substitutions: { ota_password: !secret <name>_ota_password }` so each
# device on your network uses a unique secret instead of the shared default.
ota_password: "apolloautomation"

esp32:
variant: esp32c3
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/MSR-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ logger:

ota:
- platform: esphome
password: "apolloautomation"
password: ${ota_password}

wifi:
power_save_mode: none
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/MSR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dashboard_import:

ota:
- platform: esphome
password: "apolloautomation"
password: ${ota_password}

wifi:
ap:
Expand Down
Loading