mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 16:38:16 +01:00
Disable default wait_time for rc_switch (#900)
See also 82625a3080 (commitcomment-36092052)
This commit is contained in:
parent
0698be3995
commit
f68a3a9334
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue