From becc846287a808cd9d7f093bb1f38035f5060e90 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 1 Sep 2020 20:02:23 +0200 Subject: [PATCH] component -> platform --- custom_components/circadian_lighting/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,