Skip to content

Commit 87bab78

Browse files
authored
Rename ESPHome Builder references to ESPHome Device Builder (#6667)
1 parent 2a8d540 commit 87bab78

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ contact_links:
66
- name: Report an issue with the ESPHome web server
77
url: https://github.com/esphome/esphome-webserver/issues/new/choose
88
about: Report an issue with the ESPHome web server.
9-
- name: Report an issue with the ESPHome Builder / Dashboard
9+
- name: Report an issue with the ESPHome Device Builder / Dashboard
1010
url: https://github.com/esphome/dashboard/issues/new/choose
11-
about: Report an issue with the ESPHome Builder / Dashboard.
11+
about: Report an issue with the ESPHome Device Builder / Dashboard.
1212
- name: Report an issue with the ESPHome API client
1313
url: https://github.com/esphome/aioesphomeapi/issues/new/choose
1414
about: Report an issue with the ESPHome API client.

src/content/docs/guides/troubleshooting.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ instructions for capturing and understanding crash data.
1717

1818
ESPHome automatically captures crash backtraces and stores them across software resets (warm reboots) on
1919
**ESP32**, **ESP8266**, and **RP2040**. After a crash, the backtrace is logged at boot and
20-
when `esphome logs` connects via the API. The ESPHome CLI and ESPHome Builder automatically decode the addresses
20+
when `esphome logs` connects via the API. The ESPHome CLI and ESPHome Device Builder automatically decode the addresses
2121
using the debug symbols from your last local compile.
2222

2323
> [!NOTE]
@@ -26,8 +26,8 @@ using the debug symbols from your last local compile.
2626
2727
> [!WARNING]
2828
> To get decoded stack traces, you must view the logs using the **ESPHome CLI** (`esphome logs`) or the
29-
> **ESPHome Builder**. Viewing logs through other tools (such as a generic serial monitor or the Home Assistant
30-
> log viewer) will show raw addresses without decoding them. The ESPHome CLI and ESPHome Builder use the debug
29+
> **ESPHome Device Builder**. Viewing logs through other tools (such as a generic serial monitor or the Home Assistant
30+
> log viewer) will show raw addresses without decoding them. The ESPHome CLI and ESPHome Device Builder use the debug
3131
> symbols from your last local compile to decode the crash addresses into function names, file paths, and line
3232
> numbers.
3333
@@ -40,7 +40,7 @@ To see the decoded crash data:
4040
esphome upload your-device.yaml
4141
```
4242

43-
1. **View logs using the ESPHome CLI or ESPHome Builder** after the crash (no USB needed):
43+
1. **View logs using the ESPHome CLI or ESPHome Device Builder** after the crash (no USB needed):
4444

4545
```shell
4646
esphome logs your-device.yaml
@@ -157,7 +157,7 @@ crash output via serial console. This requires:
157157
If you already have a stack trace but need to decode it, you can use the
158158
[ESP Stack Trace Decoder](https://esphome.github.io/esp-stacktrace-decoder/) web tool:
159159

160-
1. **Download the .elf file**: From ESPHome Builder, click the overflow menu (three dots) on your device card
160+
1. **Download the .elf file**: From ESPHome Device Builder, click the overflow menu (three dots) on your device card
161161
and select "Download .elf file"
162162

163163
> [!NOTE]

0 commit comments

Comments
 (0)