Fix typo in switcher_kis (#93702)

This commit is contained in:
Erik Montnemery 2023-05-28 22:39:41 +02:00 committed by GitHub
parent c6feb30c31
commit 5f584d5dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ PLATFORMS = [
_LOGGER = logging.getLogger(__name__)
CCONFIG_SCHEMA = vol.Schema(
CONFIG_SCHEMA = vol.Schema(
vol.All(
cv.deprecated(DOMAIN),
{