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: