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:
@@ -21,7 +21,7 @@ esp32:
|
||||
variant: esp32
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
|
||||
packages:
|
||||
common: !include common/common.yaml
|
||||
|
||||
@@ -99,7 +99,7 @@ sensor:
|
||||
# - lambda: return x * (0.001) + 2282;
|
||||
# unit_of_measurement: kWh
|
||||
# icon: mdi:counter
|
||||
# L2
|
||||
# L2
|
||||
- platform: pzemac
|
||||
address: 11
|
||||
id: pzemac_l2
|
||||
@@ -224,7 +224,7 @@ button:
|
||||
- pzemac.reset_energy: pzemac_l1
|
||||
- pzemac.reset_energy: pzemac_l2
|
||||
- pzemac.reset_energy: pzemac_l3
|
||||
|
||||
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: ha_time
|
||||
@@ -234,4 +234,4 @@ time:
|
||||
then:
|
||||
- pzemac.reset_energy: pzemac_l1
|
||||
- pzemac.reset_energy: pzemac_l2
|
||||
- pzemac.reset_energy: pzemac_l3
|
||||
- pzemac.reset_energy: pzemac_l3
|
||||
|
||||
Reference in New Issue
Block a user