mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix typo in switcher_kis (#93702)
This commit is contained in:
parent
c6feb30c31
commit
5f584d5dbd
@ -39,7 +39,7 @@ PLATFORMS = [
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CCONFIG_SCHEMA = vol.Schema(
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
vol.All(
|
||||
cv.deprecated(DOMAIN),
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user