From 5f584d5dbd04c694be5d56c709a8dc02a864dc71 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sun, 28 May 2023 22:39:41 +0200 Subject: [PATCH] Fix typo in switcher_kis (#93702) --- homeassistant/components/switcher_kis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), {