1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

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

View File

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