From fdd9b837eefc543269e1e2a9593615c2a6e3b09d Mon Sep 17 00:00:00 2001 From: ildar170975 <71872483+ildar170975@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:39:25 +0300 Subject: [PATCH] Update input_boolean.markdown: remove default value for "initial" (#36030) --- source/_integrations/input_boolean.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index c1c2c624f02..d4f55fefc68 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -46,7 +46,7 @@ Input booleans can also be configured via {% term "`configuration.yaml`" %} file description: Initial value when Home Assistant starts. required: false type: boolean - default: false + default: a previous value is restored if available icon: description: Icon to display in front of the input element in the frontend. required: false @@ -78,7 +78,7 @@ Home Assistant itself. If you set a valid value for `initial` this integration will start with the state set to that value. Otherwise, it will restore the state it had prior to -Home Assistant stopping. +Home Assistant stopping; if there is no state to restore - an `off` value is set. ## Automation examples