More material love for interface

This commit is contained in:
Paulus Schoutsen 2014-10-29 00:47:55 -07:00
parent 3bab3f4be1
commit 30ba447c64
14 changed files with 2567 additions and 816 deletions

View file

@ -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. """