From f8bbeb917cc16b127eae5256513560677ade393d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 10 Apr 2020 16:31:20 -0700 Subject: [PATCH] Remove initial from default input_boolean config (#12801) --- source/_integrations/input_boolean.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index 6aeecdc9503..e2568f4742d 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -19,7 +19,6 @@ To enable input booleans in your installation, add the following lines to your ` input_boolean: notify_home: name: Notify when someone arrives home - initial: off icon: mdi:car ```