From 398d18eeee9f8de6ffbf52975b412b78da554650 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 25 Oct 2022 12:10:40 +0200 Subject: [PATCH] Load themes from themes folder by default (#80937) --- homeassistant/config.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/config.py b/homeassistant/config.py index ab3ad0eb5c1..e56dff4e491 100644 --- a/homeassistant/config.py +++ b/homeassistant/config.py @@ -87,6 +87,10 @@ DEFAULT_CONFIG = f""" # Loads default set of integrations. Do not remove. default_config: +# Load frontend themes from the themes folder +frontend: + themes: !include_dir_merge_named themes + # Text to speech tts: - platform: google_translate