Skip to content
Merged
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
3 changes: 2 additions & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ substitutions:
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
board: esp32-c3-devkitm-1
variant: esp32c3
flash_size: 4MB
framework:
type: esp-idf

Expand Down
3 changes: 0 additions & 3 deletions Integrations/ESPHome/MSR-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ esphome:
friendly_name: Apollo MSR-2
comment: Apollo MSR-2
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio

on_boot:
- priority: 900.0
then:
Expand Down
3 changes: 0 additions & 3 deletions Integrations/ESPHome/MSR-2_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ esphome:
friendly_name: Apollo MSR-2
comment: Apollo MSR-2
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio

on_boot:
- priority: 900.0
then:
Expand Down
7 changes: 0 additions & 7 deletions Integrations/ESPHome/MSR-2_Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ esphome:
friendly_name: Apollo MSR-2
comment: Apollo MSR-2
name_add_mac_suffix: true
platformio_options:
board_build.flash_mode: dio
on_boot:
- priority: 900.0
then:
Expand Down Expand Up @@ -36,11 +34,6 @@ esp32_improv:
authorizer: none

wifi:
on_connect:
- delay: 5s
- ble.disable:
on_disconnect:
- ble.enable:
ap:
ssid: "Apollo MSR2 Hotspot"

Expand Down