Skip to content

Commit

Permalink
Update Halo-v1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmulgaonkar committed Dec 27, 2024
1 parent ee753fd commit a001467
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions V1/Firmware/ESPHome/Halo-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ switch:
entity_category: "config"

interval:
- interval: 10s
then:
- lambda: |-
ESP_LOGI("OTA", "Checking for OTA updates...");
id(ota_default).set_update_url("https://github.com/yashmulgaonkar/halo/releases/latest/download/halo-v1-esp32s3.ota.bin");
id(ota_default).start_update();
- interval: 10s
then:
if:
Expand Down Expand Up @@ -145,13 +138,6 @@ api:
- light.turn_off: rgb_light
- lambda: 'id(cycleCounter) = 30;'
services:
- service: ota_update_from_github
then:
- lambda: |-
ESP_LOGI("OTA", "Starting OTA update from GitHub...");
id(ota_default).set_update_url("https://github.com/yashmulgaonkar/halo/releases/latest/download/halo-v1-esp32s3.ota.bin");
id(ota_default).start_update();
#Co2 Calibration Service
- service: calibrate_co2_value
variables:
Expand Down

0 comments on commit a001467

Please sign in to comment.