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:
@@ -32,7 +32,7 @@ external_components:
|
||||
ref: dev
|
||||
components: [nspanel_lovelace]
|
||||
- source: components
|
||||
|
||||
|
||||
packages:
|
||||
common: !include common/common.yaml
|
||||
|
||||
@@ -62,7 +62,7 @@ api:
|
||||
then:
|
||||
- lambda: |-
|
||||
id(nspanel_id).upload_tft("${tft_url}");
|
||||
|
||||
|
||||
- service: upload_tft
|
||||
variables:
|
||||
url: string
|
||||
@@ -235,7 +235,7 @@ switch:
|
||||
entity_category: config
|
||||
pin:
|
||||
number: 19
|
||||
|
||||
|
||||
- platform: gpio
|
||||
name: Screen Power
|
||||
id: screen_power
|
||||
@@ -270,6 +270,6 @@ sensor:
|
||||
reference_temperature: 25°C
|
||||
reference_resistance: 10kOhm
|
||||
name: Living Room Temperature
|
||||
|
||||
|
||||
- platform: template
|
||||
id: room_temperature_id
|
||||
|
||||
Reference in New Issue
Block a user