Skip to content

Commit

Permalink
Fix Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorSchirmer committed Nov 9, 2024
1 parent fcb652f commit e29b3ac
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ api:
- lambda: |-
ESP_LOGW("Apollo", "Preventing Deep Sleep Due To OTA Or Switch");
id(deep_sleep_1).prevent_deep_sleep();
else:
then:
- lambda: |-
id(reportAllValues).execute();
- deep_sleep.enter:
id: deep_sleep_1
else:
- lambda: |-
id(reportAllValues).execute();
- deep_sleep.enter:
id: deep_sleep_1

globals:
- id: cycleCounter
Expand Down Expand Up @@ -161,8 +160,6 @@ binary_sensor:
// Remove Wifi
id(testCycleCount) = 0;
id(runTest) = true;
id(deep_sleep_run_duration).publish_state(60);
id(deep_sleep_sleep_duration).publish_state(60);
id(prevent_sleep).turn_on();
id(factory_reset_switch).turn_on();
}
Expand Down

0 comments on commit e29b3ac

Please sign in to comment.