diff --git a/config/custom_components/example.py b/config/custom_components/example.py index b47f2706f9e..ee422174377 100644 --- a/config/custom_components/example.py +++ b/config/custom_components/example.py @@ -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):