mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-10 16:44:28 +05:00
fix validation error
This commit is contained in:
@@ -114,7 +114,7 @@ CONFIG_SCHEMA = vol.Schema(
|
||||
}
|
||||
}
|
||||
},
|
||||
extra=vol.PREVENT_EXTRA,
|
||||
extra=vol.ALLOW_EXTRA,
|
||||
)
|
||||
|
||||
ALIVE_STATE = 'alive'
|
||||
|
||||
Reference in New Issue
Block a user