mirror of
https://github.com/home-assistant/core.git
synced 2025-11-04 16:39:28 +00:00
More material love for interface
This commit is contained in:
@@ -9,9 +9,11 @@ Bare minimum what is needed for a component to be valid.
|
||||
DOMAIN = "example"
|
||||
|
||||
# List of component names (string) your component depends upon
|
||||
# If you are setting up a group but not using a group for anything, don't depend on group
|
||||
# If you are setting up a group but not using a group for anything,
|
||||
# don't depend on group
|
||||
DEPENDENCIES = []
|
||||
|
||||
|
||||
# pylint: disable=unused-argument
|
||||
def setup(hass, config):
|
||||
""" Register services or listen for events that your component needs. """
|
||||
|
||||
Reference in New Issue
Block a user