From 5aaaf0e2a45cef38fbf3c8f3ca3f096f8cbd893e Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Tue, 24 Mar 2020 09:08:05 -0700 Subject: [PATCH] Fix indentation in recorder.markdown (#12504) --- source/_integrations/recorder.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown index 4bd3af52993..11e39f16ada 100644 --- a/source/_integrations/recorder.markdown +++ b/source/_integrations/recorder.markdown @@ -137,8 +137,8 @@ recorder: - media_player exclude: entities: - - sensor.last_boot - - sensor.date + - sensor.last_boot + - sensor.date ``` If you only want to hide events from your history, take a look at the [`history` integration](/integrations/history/). The same goes for the [logbook](/integrations/logbook/). But if you have privacy concerns about certain events or want them in neither the history or logbook, you should use the `exclude`/`include` options of the `recorder` integration. That way they aren't even in your database, you can reduce storage and keep the database small by excluding certain often-logged events (like `sensor.last_boot`).