mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Remove
This commit is contained in:
parent
e0fe0a2835
commit
a00fe09c66
@ -68,8 +68,6 @@ def to_code(config):
|
|||||||
add(deep_sleep.set_wakeup_pin(pin))
|
add(deep_sleep.set_wakeup_pin(pin))
|
||||||
if CONF_WAKEUP_PIN_MODE in config:
|
if CONF_WAKEUP_PIN_MODE in config:
|
||||||
add(deep_sleep.set_wakeup_pin_mode(WAKEUP_PIN_MODES[config[CONF_WAKEUP_PIN_MODE]]))
|
add(deep_sleep.set_wakeup_pin_mode(WAKEUP_PIN_MODES[config[CONF_WAKEUP_PIN_MODE]]))
|
||||||
if CONF_RUN_CYCLES in config:
|
|
||||||
add(deep_sleep.set_run_cycles(config[CONF_RUN_CYCLES]))
|
|
||||||
if CONF_RUN_DURATION in config:
|
if CONF_RUN_DURATION in config:
|
||||||
add(deep_sleep.set_run_duration(config[CONF_RUN_DURATION]))
|
add(deep_sleep.set_run_duration(config[CONF_RUN_DURATION]))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user