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:
2026-02-19 11:22:12 +01:00
parent c88ccfbdb8
commit 7c9aae0a7d
48 changed files with 135 additions and 125 deletions

View File

@@ -27,7 +27,7 @@ time:
- platform: homeassistant
id: ha_time
timezone: Europe/Bratislava
on_time_sync:
on_time_sync:
- bm8563.write_time
- platform: bm8563
id: rtc_time
@@ -75,9 +75,9 @@ binary_sensor:
pin:
number: 37
inverted: true
on_press:
on_press:
- component.update: m5paper_display
on_release:
on_release:
- component.update: m5paper_display
- platform: gpio
name: ${name} Button Press
@@ -100,7 +100,7 @@ binary_sensor:
x_max: 100
y_min: 0
y_max: 100
on_press:
on_press:
# Example of applying the sleep duration and shutting down to the lowest power mode
- bm8563.apply_sleep_duration
- delay: 1s