Make DEPENDENCIES optional for components

This commit is contained in:
Paulus Schoutsen 2015-11-26 13:11:59 -08:00
parent 2861bbb02c
commit fabd0ced3f
36 changed files with 10 additions and 47 deletions

View file

@ -17,7 +17,6 @@ from homeassistant.const import (
STATE_UNKNOWN)
DOMAIN = "group"
DEPENDENCIES = []
ENTITY_ID_FORMAT = DOMAIN + ".{}"