Skip to content

Commit 5f584d5

Browse files
authored
Fix typo in switcher_kis (home-assistant#93702)
1 parent c6feb30 commit 5f584d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/switcher_kis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
_LOGGER = logging.getLogger(__name__)
4141

42-
CCONFIG_SCHEMA = vol.Schema(
42+
CONFIG_SCHEMA = vol.Schema(
4343
vol.All(
4444
cv.deprecated(DOMAIN),
4545
{

0 commit comments

Comments
 (0)