From afb28badf6e1da84cff94dcf1ff4420f58c6fab1 Mon Sep 17 00:00:00 2001 From: oster Date: Sun, 11 Apr 2021 18:27:49 +0100 Subject: [PATCH] recorder --- homeassistant/configuration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/configuration.yaml b/homeassistant/configuration.yaml index 51def97..f21efb0 100644 --- a/homeassistant/configuration.yaml +++ b/homeassistant/configuration.yaml @@ -104,6 +104,10 @@ switch 4: name: "Steckdose 4" +# enable the recorder integration (optional) +recorder: + + http: # For extra security set this to only accept connections on localhost if NGINX is on the same machine # Uncommenting this will mean that you can only reach Home Assistant using the proxy, not directly via IP from other clients.