Reorganize configuration.yaml by moving input_boolean inclusion to maintain consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user