mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-10-18 16:28:49 +00:00
Component(s) -> Integration(s) (#9705)
This commit is contained in:

committed by
Paulus Schoutsen

parent
2fe931c820
commit
4369499e89
@@ -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']
|
||||
|
||||
|
Reference in New Issue
Block a user