From d465bac0e376e063ef28cf90d6297cd0dac9e784 Mon Sep 17 00:00:00 2001 From: Maska Date: Sat, 19 Oct 2024 11:42:57 +0200 Subject: [PATCH] change reverse proxy --- configuration.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index d5806d6..a86d720 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -24,17 +24,17 @@ group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml -#template: !include template.yaml +template: !include template.yaml sensor: !include sensors.yaml input_select: !include input_select.yaml -input_boolean: !include input_boolean.yaml -climate: !include climate.yaml -#var: !include var.yaml +# input_boolean: !include GreeClimateComponent-input_boolean.yaml +# climate: !include GreeClimateComponent-climate.yaml +# var: !include var.yaml http: use_x_forwarded_for: true trusted_proxies: - - 192.168.88.10 + - 192.168.88.243 logger: default: info