From fcea6218cbd486fb0f9f484159ab8c3c7912ee18 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 30 Mar 2022 13:40:37 -0400 Subject: [PATCH] Split out template configs --- configuration.yaml | 1 + template.yaml | 0 2 files changed, 1 insertion(+) create mode 100644 template.yaml diff --git a/configuration.yaml b/configuration.yaml index 8cdf3cd..bb1a170 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -21,6 +21,7 @@ switch: !include switches.yaml input_select: !include input_select.yaml input_text: !include input_text.yaml input_datetime: !include input_datetime.yaml +template: !include template.yaml http: use_x_forwarded_for: true diff --git a/template.yaml b/template.yaml new file mode 100644 index 0000000..e69de29