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.