fix group

This commit is contained in:
Pascal Vizeli
2017-06-15 01:39:49 +02:00
parent 03e3d3a3eb
commit 0ccd968636

View File

@@ -42,7 +42,7 @@ from homeassistant.const import (
_LOGGER = logging.getLogger(__name__)
DOMAIN = 'device_tracker'
DEPENDENCIES = ['zone']
DEPENDENCIES = ['zone', 'group']
GROUP_NAME_ALL_DEVICES = 'all devices'
ENTITY_ID_ALL_DEVICES = group.ENTITY_ID_FORMAT.format('all_devices')