From c89dd588233a94089676ae7dd36b15d8e9491366 Mon Sep 17 00:00:00 2001 From: Dave Williams | DitroniX | G8PUO Date: Sat, 30 May 2026 06:15:23 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20Creating=20Your=20First=20Device=20in?= =?UTF-8?q?=20Home=20Assistant=20=E2=80=90=20ESPHome=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Creating-Your-First-Device-in-Home-Assistant-‐-ESPHome.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Creating-Your-First-Device-in-Home-Assistant-‐-ESPHome.md b/Creating-Your-First-Device-in-Home-Assistant-‐-ESPHome.md index a3580f0..3c2e111 100644 --- a/Creating-Your-First-Device-in-Home-Assistant-‐-ESPHome.md +++ b/Creating-Your-First-Device-in-Home-Assistant-‐-ESPHome.md @@ -97,12 +97,16 @@ YAML is designed to be human-readable and easy to edit. However, like all progr Within ESPHome, to create a device, simply click the NEW Device on the bottom right of the screen, the click [CONTINUE]. -![](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/Datasheets%20and%20Information/Example%20of%20New%20Device.png) +You would normally click the [New Device Setup]. ![](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/Datasheets%20and%20Information/Example%20of%20New%20Device%20Setup.png) +Give your device a meaningful name + ![](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/Datasheets%20and%20Information/Example%20of%20Naming.png) +Select the ESP device, normally ESP32-C6 + ![](https://github.com/DitroniX/Home-Assistant-Dev/blob/main/Datasheets%20and%20Information/Example%20of%20MCU%20Selection.png) Finally click [INSTALL]. The Auto Generated Encryption Key will be automatically added to the YAML file.