diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index a7f7df3..2cb6218 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -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 diff --git a/Integrations/ESPHome/MSR-2.yaml b/Integrations/ESPHome/MSR-2.yaml index 6c46650..31c827d 100644 --- a/Integrations/ESPHome/MSR-2.yaml +++ b/Integrations/ESPHome/MSR-2.yaml @@ -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: diff --git a/Integrations/ESPHome/MSR-2_BLE.yaml b/Integrations/ESPHome/MSR-2_BLE.yaml index 6a8408c..393acd9 100644 --- a/Integrations/ESPHome/MSR-2_BLE.yaml +++ b/Integrations/ESPHome/MSR-2_BLE.yaml @@ -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: diff --git a/Integrations/ESPHome/MSR-2_Factory.yaml b/Integrations/ESPHome/MSR-2_Factory.yaml index 2625e73..e4353c9 100644 --- a/Integrations/ESPHome/MSR-2_Factory.yaml +++ b/Integrations/ESPHome/MSR-2_Factory.yaml @@ -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: @@ -36,11 +34,6 @@ esp32_improv: authorizer: none wifi: - on_connect: - - delay: 5s - - ble.disable: - on_disconnect: - - ble.enable: ap: ssid: "Apollo MSR2 Hotspot"