diff --git a/custom_components/circadian_lighting/__init__.py b/custom_components/circadian_lighting/__init__.py index ffc91bed..d43b8cb4 100755 --- a/custom_components/circadian_lighting/__init__.py +++ b/custom_components/circadian_lighting/__init__.py @@ -104,7 +104,7 @@ CONFIG_SCHEMA = vol.Schema( def setup(hass, config): - """Set up the Circadian Lighting component.""" + """Set up the Circadian Lighting platform.""" conf = config[DOMAIN] hass.data[DOMAIN] = CircadianLighting( hass,