From 7638ced73cd776ebb4c266806636fe7d1092e581 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:28:02 +0200 Subject: [PATCH] small edits (#19532) --- source/_integrations/input_boolean.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index 15080625f28..05797132150 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -12,7 +12,7 @@ ha_domain: input_boolean The Input Boolean helper integration allows you to define boolean values that can be controlled via the user interface and can be used within conditions of -automation. This can for example be used to disable or enable certain +an automation. This can for example be used to disable or enable certain automations by using them in their conditions. ## Configuration @@ -74,14 +74,14 @@ Home Assistant itself. ### Restore State -If you set a valid value for `initial` this integration will start with state +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. ## Automation Examples Here's an example of an automation using the above `input_boolean`. This action -will only occur if the switch is on. +will only occur if the `input_boolean` is on. ```yaml automation: