mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Update switch.py
This commit is contained in:
parent
7557e81448
commit
3d54a9960b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CONFIG_SCHEMA = (
|
|||
.extend(
|
||||
{
|
||||
cv.Required(CONF_EBYTE_LORA): cv.use_id(EbyteLoraComponent),
|
||||
cv.Required(PIN_TO_SEND): cv.int_range(min=0, max=3),
|
||||
cv.Required(PIN_TO_SEND): cv.int_range(min=1, max=4),
|
||||
}
|
||||
)
|
||||
.extend(cv.COMPONENT_SCHEMA)
|
||||
|
|
Loading…
Reference in a new issue