From a001467ec3631e1d2d8660c3879b381c01cd0778 Mon Sep 17 00:00:00 2001 From: Yash Mulgaonkar Date: Fri, 27 Dec 2024 15:27:56 -0800 Subject: [PATCH] Update Halo-v1.yaml --- V1/Firmware/ESPHome/Halo-v1.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/V1/Firmware/ESPHome/Halo-v1.yaml b/V1/Firmware/ESPHome/Halo-v1.yaml index f124090..6547a84 100644 --- a/V1/Firmware/ESPHome/Halo-v1.yaml +++ b/V1/Firmware/ESPHome/Halo-v1.yaml @@ -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: @@ -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: