Compare commits

...

1 Commits

Author SHA1 Message Date
Andrey
83c843d722 fix validation error 2021-04-20 09:23:36 +03:00

View File

@@ -114,7 +114,7 @@ CONFIG_SCHEMA = vol.Schema(
}
}
},
extra=vol.PREVENT_EXTRA,
extra=vol.ALLOW_EXTRA,
)
ALIVE_STATE = 'alive'