From 343945c8b149c4e4219d5b3bf186260f9413a375 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 16 Feb 2019 18:48:41 +0100 Subject: [PATCH] Removed input_boolean and input_text from logbook and history --- configuration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 39c407d4..48953985 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -66,6 +66,8 @@ history: domains: - automation - group + - input_boolean + - input_text - script # View all events in a logbook @@ -74,6 +76,8 @@ logbook: domains: - automation - group + - input_boolean + - input_text - script # Log Management -- 2.47.3