Update components that can be used without being set up (#23133)

This commit is contained in:
Paulus Schoutsen 2019-04-16 14:11:58 -07:00 committed by GitHub
parent 3186109172
commit ca524233ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,15 @@ def grep_dir(path: pathlib.Path, glob_pattern: str, search_pattern: str) \
return found
# These components will always be set up
ALLOWED_USED_COMPONENTS = {
# This component will always be set up
'persistent_notification',
# These allow to register things without being set up
'conversation',
'frontend',
'hassio',
'system_health',
'websocket_api',
}