mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Load themes from themes folder by default (#80937)
This commit is contained in:
parent
52f109f6ab
commit
398d18eeee
@ -87,6 +87,10 @@ DEFAULT_CONFIG = f"""
|
|||||||
# Loads default set of integrations. Do not remove.
|
# Loads default set of integrations. Do not remove.
|
||||||
default_config:
|
default_config:
|
||||||
|
|
||||||
|
# Load frontend themes from the themes folder
|
||||||
|
frontend:
|
||||||
|
themes: !include_dir_merge_named themes
|
||||||
|
|
||||||
# Text to speech
|
# Text to speech
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user