mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 00:54: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'
|
ALIVE_STATE = 'alive'
|
||||||
|
|||||||
Reference in New Issue
Block a user