Make 'pin' optional for zigbee device config. (#3799)
This commit is contained in:
parent
76a1a54369
commit
df58f718ab
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||
|
||||
PLATFORM_SCHEMA = vol.Schema({
|
||||
vol.Required(CONF_NAME): cv.string,
|
||||
vol.Required(CONF_PIN): cv.positive_int,
|
||||
vol.Optional(CONF_PIN): cv.positive_int,
|
||||
vol.Optional(CONF_ADDRESS): cv.string,
|
||||
}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue