diff --git a/homeassistant/components/switcher_kis/__init__.py b/homeassistant/components/switcher_kis/__init__.py index abb18a19ed3..fb6ded99346 100644 --- a/homeassistant/components/switcher_kis/__init__.py +++ b/homeassistant/components/switcher_kis/__init__.py @@ -39,7 +39,7 @@ PLATFORMS = [ _LOGGER = logging.getLogger(__name__) -CCONFIG_SCHEMA = vol.Schema( +CONFIG_SCHEMA = vol.Schema( vol.All( cv.deprecated(DOMAIN), {