From 84d5b204e60173008fcd1fd18fc5fdc35dce65b3 Mon Sep 17 00:00:00 2001 From: "Frank \"PHiAX\" Weggelaar" Date: Fri, 30 Jan 2026 22:28:27 +0100 Subject: [PATCH] Disable time for now --- esphome/device_packages/sensor-box-diy.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/esphome/device_packages/sensor-box-diy.yaml b/esphome/device_packages/sensor-box-diy.yaml index 0c60781..25a2ceb 100644 --- a/esphome/device_packages/sensor-box-diy.yaml +++ b/esphome/device_packages/sensor-box-diy.yaml @@ -36,12 +36,12 @@ sun: - light.turn_on: id: light_switch -time: - - platform: sntp - on_time: - - seconds: 0 - minutes: 30 - hours: 23 - then: - - light.turn_off: - id: light_switch \ No newline at end of file +# time: +# - platform: sntp +# on_time: +# - seconds: 0 +# minutes: 30 +# hours: 23 +# then: +# - light.turn_off: +# id: light_switch \ No newline at end of file