1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Add pre-commit hooks to fix common formatting issues causing CI failures (#9494)

This commit is contained in:
J. Nick Koston
2025-07-14 14:25:18 -10:00
committed by GitHub
parent 619e2d69c0
commit b2a8b0a22f
38 changed files with 12 additions and 39 deletions

View File

@@ -54,4 +54,3 @@ sensor:
device_id: smart_switch_device
lambda: return 4.0;
update_interval: 0.1s

View File

@@ -82,4 +82,3 @@ output:
write_action:
- lambda: |-
ESP_LOGD("test", "Light output: %d", state);

View File

@@ -134,4 +134,3 @@ switch:
name: "Test Switch"
id: test_switch
optimistic: true