mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Update documentation for example component
This commit is contained in:
parent
0cfae7245b
commit
da4ab542a7
@ -36,7 +36,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
# pylint: disable=unused-argument
|
# pylint: disable=unused-argument
|
||||||
def setup(hass, config):
|
def setup(hass, config):
|
||||||
""" Setup christmas. """
|
""" Setup example component. """
|
||||||
|
|
||||||
# Validate that all required config options are given
|
# Validate that all required config options are given
|
||||||
if not validate_config(config, {DOMAIN: [CONF_TARGET]}, _LOGGER):
|
if not validate_config(config, {DOMAIN: [CONF_TARGET]}, _LOGGER):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user