Update documentation for example component

This commit is contained in:
Paulus Schoutsen 2014-12-21 22:21:32 -08:00
parent 0cfae7245b
commit da4ab542a7

View File

@ -36,7 +36,7 @@ _LOGGER = logging.getLogger(__name__)
# pylint: disable=unused-argument
def setup(hass, config):
""" Setup christmas. """
""" Setup example component. """
# Validate that all required config options are given
if not validate_config(config, {DOMAIN: [CONF_TARGET]}, _LOGGER):