Move several local services to their right domain (#11677)

* Move several local services to their right domain

* Fix lint
This commit is contained in:
Anders Melchiorsen 2018-01-15 23:53:56 +01:00 committed by Paulus Schoutsen
parent a358174536
commit 87534692d0
6 changed files with 13 additions and 18 deletions

View file

@ -23,8 +23,6 @@ CONF_SCENARIO = 'scenario'
CONF_SCS_ID = 'scs_id'
DOMAIN = 'scsgate'
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Required(CONF_DEVICES): vol.Schema({cv.slug: scsgate.SCSGATE_SCHEMA}),
})