From 6d9ab93c3f9d7dcdd116213d3cf7a073a72f730f Mon Sep 17 00:00:00 2001 From: screek-workshop <126383355+screek-workshop@users.noreply.github.com> Date: Sat, 15 Apr 2023 14:06:07 +0800 Subject: [PATCH] Update screek-humen-dectet-1w.yaml # For using these status led, some skill will be needed, which requires a little tweaking of the esp32 library. # In order to reduce the damage to the esphome environment, this indicator will be removed in this original version. # Thanks to raji for his feedback (#1) --- .../sun-light-reader/screek-humen-dectet-1w.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/1w/yaml/sun-light-reader/screek-humen-dectet-1w.yaml b/1w/yaml/sun-light-reader/screek-humen-dectet-1w.yaml index aac795d..970700c 100644 --- a/1w/yaml/sun-light-reader/screek-humen-dectet-1w.yaml +++ b/1w/yaml/sun-light-reader/screek-humen-dectet-1w.yaml @@ -92,18 +92,6 @@ sensor: light: name: Sun Light -light: - - platform: status_led - name: sys_status - pin: GPIO12 - internal: True - restore_mode: ALWAYS_OFF - - platform: status_led - name: sys_status - pin: GPIO13 - internal: True - restore_mode: ALWAYS_OFF - time: - platform: sntp id: time_now @@ -172,4 +160,4 @@ button: - platform: factory_reset disabled_by_default: True name: Factory Reset - id: factory_reset_all \ No newline at end of file + id: factory_reset_all