Fix schemas and update ordering (#2932)

This commit is contained in:
Fabian Affolter 2016-08-22 14:19:19 +02:00 committed by GitHub
parent b6da4a53d5
commit fb639e08d7
8 changed files with 48 additions and 50 deletions

View file

@ -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):