mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Update components that can be used without being set up (#23133)
This commit is contained in:
parent
3186109172
commit
ca524233ec
@ -22,9 +22,15 @@ def grep_dir(path: pathlib.Path, glob_pattern: str, search_pattern: str) \
|
|||||||
return found
|
return found
|
||||||
|
|
||||||
|
|
||||||
# These components will always be set up
|
|
||||||
ALLOWED_USED_COMPONENTS = {
|
ALLOWED_USED_COMPONENTS = {
|
||||||
|
# This component will always be set up
|
||||||
'persistent_notification',
|
'persistent_notification',
|
||||||
|
# These allow to register things without being set up
|
||||||
|
'conversation',
|
||||||
|
'frontend',
|
||||||
|
'hassio',
|
||||||
|
'system_health',
|
||||||
|
'websocket_api',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user