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:
@@ -39,7 +39,7 @@ PLATFORMS = [
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
CCONFIG_SCHEMA = vol.Schema(
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
vol.All(
|
||||
cv.deprecated(DOMAIN),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user