mirror of
https://github.com/esphome/esphome.git
synced 2024-12-27 16:01:43 +01:00
Update __init__.py
This commit is contained in:
parent
2ca1b6aa09
commit
d0f39ca253
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CONFIG_SCHEMA = (
|
||||||
.extend(
|
.extend(
|
||||||
{
|
{
|
||||||
cv.Required(CONF_LORA): cv.use_id(LoraComponent),
|
cv.Required(CONF_LORA): cv.use_id(LoraComponent),
|
||||||
cv.Required(PIN_TO_SEND): cv.int_range(min=1, max=256),
|
cv.Required(PIN_TO_SEND): cv.int_range(min=0, max=3),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
.extend(cv.COMPONENT_SCHEMA)
|
.extend(cv.COMPONENT_SCHEMA)
|
||||||
|
|
Loading…
Reference in a new issue