Update components that can be used without being set up (#23133)
This commit is contained in:
parent
3186109172
commit
ca524233ec
1 changed files with 7 additions and 1 deletions
|
@ -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',
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue