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