mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-03-03 07:14:10 +01:00
Fix trailing spaces and missing newlines in all mcu-*.yaml files
Bulk cleanup: remove trailing whitespace and ensure files end with a newline. Structural issues (indentation, bracket spacing) left for per-file fixes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@ substitutions:
|
||||
device: eworkbench
|
||||
name: Electronics Workbench
|
||||
comment: "Office R | Electronics Workbench"
|
||||
|
||||
|
||||
esphome:
|
||||
name: mcu-${device}
|
||||
friendly_name: ${name}
|
||||
@@ -32,7 +32,7 @@ packages:
|
||||
# GPIO7 GPIO
|
||||
# GPIO8 GPIO
|
||||
# GPIO10 GPIO
|
||||
# GPIO18 UART RX
|
||||
# GPIO18 UART RX
|
||||
# GPIO19 UART TX
|
||||
|
||||
i2c:
|
||||
@@ -257,7 +257,7 @@ time:
|
||||
# if ((i % 2) == 0)
|
||||
# it.print("8 8 ");
|
||||
# else
|
||||
# it.print(" 8 8");
|
||||
# it.print(" 8 8");
|
||||
# } else {
|
||||
# if (((i / 10) % 2) == 0) {
|
||||
# //it.set_intensity(7);
|
||||
|
||||
Reference in New Issue
Block a user