Component(s) -> Integration(s) (#9705)

This commit is contained in:
Franck Nijhof
2019-06-28 05:10:56 +02:00
committed by Paulus Schoutsen
parent 2fe931c820
commit 4369499e89
438 changed files with 862 additions and 862 deletions

View File

@@ -58,7 +58,7 @@ from homeassistant.helpers.event import (async_track_state_change,
DOMAIN = "example"
# List of integration names (string) your integration depends upon.
# We depend on group because group will be loaded after all the components that
# We depend on group because group will be loaded after all the integrations that
# initialize devices have been setup.
DEPENDENCIES = ['group', 'device_tracker', 'light']