Add initial config validation

This commit is contained in:
Paulus Schoutsen 2016-03-27 18:48:51 -07:00
parent 0549bc0290
commit 5baa98b79f
24 changed files with 349 additions and 72 deletions

View file

@ -11,6 +11,7 @@ from homeassistant.helpers.entity import Entity
from homeassistant.const import (STATE_ON, STATE_OFF)
from homeassistant.components import (
bloomsky, mysensors, zwave, vera, wemo, wink)
from homeassistant.helpers.config_validation import PLATFORM_SCHEMA # noqa
DOMAIN = 'binary_sensor'
SCAN_INTERVAL = 30