ESP32Cam running ESPHome

This is a continuation from this article: https://techstuff.leighonline.net/2023/03/19/esphome-on-home-assistant-running-in-docker/ Bascially, I have an ESP32Cam that I want to add to Home Assistant. My Home Assistant runs in Docker (So no supervisor. It is also called Home Assistant Core). Steps In ESPHome, click on New Device. I will be using ESPHome Flasher Read more…

ESPHome on Home Assistant running in Docker

This is an extention to my “Home Assistant on Docker” post which can be found here: https://techstuff.leighonline.net/2023/03/10/home-assistant-in-docker-home-assistant-core/ Adding ESPHome to Home Assistant that is running in docker is quite straight forward. Just add the following to the existing docker compose: The ESPHome dashboard can be found here: http://<docker_host_ip>:6052 We can add Read more…