mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
Disable default wait_time for rc_switch (#900)
See also https://github.com/esphome/esphome/commit/82625a30808f4c914bb9e6a2b3e7ef229a451c99#commitcomment-36092052
This commit is contained in:
@@ -505,7 +505,7 @@ RC_SWITCH_TYPE_D_SCHEMA = cv.Schema({
|
||||
RC_SWITCH_TRANSMITTER = cv.Schema({
|
||||
cv.Optional(CONF_REPEAT, default={CONF_TIMES: 5}): cv.Schema({
|
||||
cv.Required(CONF_TIMES): cv.templatable(cv.positive_int),
|
||||
cv.Optional(CONF_WAIT_TIME, default='10ms'):
|
||||
cv.Optional(CONF_WAIT_TIME, default='0us'):
|
||||
cv.templatable(cv.positive_time_period_microseconds),
|
||||
}),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user