CMake Error


When i`m trying install my code to my ESP32-WROOM-32 i get this error

If you share your code we will be able to tell which git repository doesn’t exist. Maybe? :slight_smile:

esphome:
  name: esphome-web-65862c
  friendly_name: 3D-Drucker2
  min_version: 2025.5.0
  name_add_mac_suffix: false

esp32:
  board: esp32dev
  framework:
    type: esp-idf

# Enable logging
logger:

# Enable Home Assistant API
api:

# Allow Over-The-Air updates
ota:
- platform: esphome

wifi:
  ssid: "yyyy"
  password: "xxxx"

Try arduino instead of esp-idf for framework type.

1 Like

Your indentation is out in your OTA section, try that first.


ota:
  - platform: esphome

Hi - how are you running ESPHome? As an add-on? Python on a Mac or PC?