More material love for interface
This commit is contained in:
parent
3bab3f4be1
commit
30ba447c64
14 changed files with 2567 additions and 816 deletions
|
@ -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. """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue