#noob question re esphome integration I

1 messages · Page 1 of 1 (latest)

severe orchid
#

The integration connects to the ESPhome devices

#

If you don't have any then ... it can't connect to them

toxic river
#

ok, that's already much clearer, thanks.
I am still confused though regarding the error message though:

I do have a device created from the dashboard (even though it doesn't exist), and it does have a correct config

esphome:
  name: test

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "xxxxxxxxxxxxxxxxxxxxx"

ota:
  password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Test Fallback Hotspot"
    password: "xxxxxxxxxxxxxxxxxxx"

captive_portal:
severe orchid
#

You probably want to ask in the ESPHome Discord, or in #diy-archived, if you need any help with ESPHome itself