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
2 changes: 1 addition & 1 deletion Integrations/ESPHome/AIR-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ logger:
ota:
- platform: esphome
id: ota_esphome
password: "apolloautomation"
password: ${ota_password}

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

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

bluetooth_proxy:
Expand Down
4 changes: 4 additions & 0 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ substitutions:
name: apollo-air-1
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