From 83c843d722493c363948e16314c447d6149c2c8a Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 20 Apr 2021 09:23:36 +0300 Subject: [PATCH] fix validation error --- custom_components/mega/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mega/__init__.py b/custom_components/mega/__init__.py index 321025c..3cc45e5 100644 --- a/custom_components/mega/__init__.py +++ b/custom_components/mega/__init__.py @@ -114,7 +114,7 @@ CONFIG_SCHEMA = vol.Schema( } } }, - extra=vol.PREVENT_EXTRA, + extra=vol.ALLOW_EXTRA, ) ALIVE_STATE = 'alive'