diff --git a/LILYGO-T-Higrow-ESP32.yaml b/LILYGO-T-Higrow-ESP32.yaml index 9133af2..cbbc9f6 100644 --- a/LILYGO-T-Higrow-ESP32.yaml +++ b/LILYGO-T-Higrow-ESP32.yaml @@ -90,9 +90,7 @@ switch: # Power Switch - platform: gpio name: "${devicename} Sensor Power switch" - pin: - number: 4 - mode: INPUT_PULLUP + pin: 4 id: spower restore_mode: ALWAYS_ON internal: true diff --git a/common/deepsleep.yaml b/common/deepsleep.yaml index 8d054cc..8a620a8 100644 --- a/common/deepsleep.yaml +++ b/common/deepsleep.yaml @@ -3,20 +3,20 @@ deep_sleep: id: deep_sleep_control run_duration: ${run_duration} sleep_duration: ${sleep_duration} - wakeup_pin: - number: 35 - inverted: true - allow_other_uses: true - mode: - input: true + # wakeup_pin: + # number: 35 + # inverted: true + # allow_other_uses: true + # mode: + # input: true # pullup: true # Wake Button -binary_sensor: - - platform: gpio - name: '${devicename} Wake Button' - pin: - number: 35 - allow_other_uses: true - internal: true - setup_priority: 1000 +# binary_sensor: +# - platform: gpio +# name: '${devicename} Wake Button' +# pin: +# number: 35 +# allow_other_uses: true +# internal: true +# setup_priority: 1000