From 27b94dfd9651aa1f3fe79ec57bdab1b882a55638 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 5 Feb 2022 17:11:20 -0500 Subject: [PATCH] Split off switches to their own yaml --- configuration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.yaml b/configuration.yaml index c3eada7..d399f52 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -14,6 +14,7 @@ camera: !include cameras.yaml input_boolean: !include input_boolean.yaml binary_sensor: !include binary_sensor.yaml sensor: !include sensor.yaml +switch: !include switches.yaml http: use_x_forwarded_for: true