Skip to content

YAML Compiling #24

@adamp237

Description

@adamp237

As ESPHome has been updated OTA needs platform and ignore_efuse_custom_mac: true needed to be hashed out.

This worked for me:

# Required configuration for the weird single core ESP-WROOM-32D module
esp32:
  board: esp32doit-devkit-v1
  framework:
    type: esp-idf
    sdkconfig_options:
      CONFIG_FREERTOS_UNICORE: y
    advanced:
      ignore_efuse_mac_crc: true
#      ignore_efuse_custom_mac: true

# Enable logging
logger:

# Enable Home Assistant API
api:


# Enable OTA updates
ota:
  platform: esphome
  password: ""

Also my board didn't beep twice but it still worked. Thanks for this!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions