mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
ready option is required
This commit is contained in:
parent
ab88916988
commit
064af5aecd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ CONFIG_SCHEMA = cv.All(
|
|||
cv.Required(CONF_RX_PIN): cv.positive_int,
|
||||
cv.Required(CONF_MODEL): cv.string,
|
||||
cv.Required(CONF_APN): cv.string,
|
||||
cv.Optional(CONF_READY): cv.use_id(BinarySensor),
|
||||
cv.Required(CONF_READY): cv.use_id(BinarySensor),
|
||||
cv.Optional(CONF_FLIGHT_PIN): cv.positive_int,
|
||||
cv.Optional(CONF_POWER_PIN): cv.positive_int,
|
||||
cv.Optional(CONF_STATUS_PIN): cv.positive_int,
|
||||
|
|
Loading…
Reference in a new issue