Fix schemas and update ordering (#2932)
This commit is contained in:
parent
b6da4a53d5
commit
fb639e08d7
8 changed files with 48 additions and 50 deletions
|
@ -25,7 +25,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||
DOMAIN: vol.Schema({
|
||||
vol.Required(CONF_PORT): cv.string,
|
||||
}),
|
||||
})
|
||||
}, extra=vol.ALLOW_EXTRA)
|
||||
|
||||
|
||||
def setup(hass, config):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue