Make DEPENDENCIES optional for components
This commit is contained in:
parent
2861bbb02c
commit
fabd0ced3f
36 changed files with 10 additions and 47 deletions
|
@ -15,7 +15,6 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.util.location import distance
|
||||
|
||||
DOMAIN = "zone"
|
||||
DEPENDENCIES = []
|
||||
ENTITY_ID_FORMAT = 'zone.{}'
|
||||
ENTITY_ID_HOME = ENTITY_ID_FORMAT.format('home')
|
||||
STATE = 'zoning'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue