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.
|
# Loads default set of integrations. Do not remove.
|
||||||
default_config:
|
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
|
# Load frontend themes from the themes folder
|
||||||
frontend:
|
frontend:
|
||||||
themes: !include_dir_merge_named themes
|
themes: !include_dir_merge_named themes
|
||||||
@@ -14,6 +9,7 @@ frontend:
|
|||||||
automation: !include automations.yaml
|
automation: !include automations.yaml
|
||||||
script: !include scripts.yaml
|
script: !include scripts.yaml
|
||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
|
input_boolean: !include input_boolean.yaml
|
||||||
http:
|
http:
|
||||||
use_x_frame_options: false
|
use_x_frame_options: false
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
|
|||||||
Reference in New Issue
Block a user