I’m just getting started with HA, and have gotten it up and running on an RPi4. I connected it to my ecobee thermostat as a HomeKit device, so I’m fairly confident the server part of HA is working.
My plan is to use an ESP32 with a couple of WS2812 LEDs to indicate presence/occupancy/motion in an office to the other side of a building. I think I need ESPHome.. I started to write this software myself, planning for just two ESP32s talking over the local network. Then I remembered HA, figured it could probably already do most of what I want and much more without writing my own custom software for the ESP32s.
The first ESPHome step appears to be adding the integration to HA. I found the integration, but unlike the instructions, the UI immediately asks for “connection settings of your ESPHome device.”
I’m very confused because I don’t have an ESP32 set up for HA yet. I thought ESPHome was going to help me build firmware, but if I can’t install the integration, I can’t build the firmware to get the ESP32 to function as an ESPHome device?
Am I missing some obvious step?
thanks