From d207664e15bc9f5cf914f08de2e3afaae2835533 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Wed, 25 Jun 2025 15:08:32 -0400 Subject: [PATCH] Reorganize configuration.yaml by moving input_boolean inclusion to maintain consistency --- configuration.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 4d54500..a966366 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -2,11 +2,6 @@ # Loads default set of integrations. Do not remove. default_config: -# Load custom components -input_boolean: !include input_boolean.yaml -script: !include scripts.yaml -automation: !include automations.yaml - # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes @@ -14,6 +9,7 @@ frontend: automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml +input_boolean: !include input_boolean.yaml http: use_x_frame_options: false use_x_forwarded_for: true