diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index f02f38f72e1..74ffbd3886f 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -225,6 +225,17 @@ condition: state: heat ``` +Finally, the `state` option accepts helper entities (also known as `input_*` +entities). The condition will pass if the state of the entity matches the state +of the given helper entity. + +```yaml +condition: + condition: state + entity_id: alarm_control_panel.home + state: input_select.guest_mode +``` + ### Sun condition #### Sun state condition