From 7ef569b3c4d2c09bdd535b2221986786b387e71f Mon Sep 17 00:00:00 2001 From: jmvermeulen Date: Tue, 17 Jan 2017 22:52:37 +0100 Subject: [PATCH] input_boolean supports 'input_boolean.toggle' as well. --- source/_components/input_boolean.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/input_boolean.markdown b/source/_components/input_boolean.markdown index 28b053296b3..fa05489a7fa 100644 --- a/source/_components/input_boolean.markdown +++ b/source/_components/input_boolean.markdown @@ -51,7 +51,7 @@ automation: message: "Honey, I'm home!" ``` -You can also set or change the status of an `input_boolean` by using `input_boolean.turn_on` and `input_boolean.turn_off` in your automations. +You can also set or change the status of an `input_boolean` by using `input_boolean.turn_on`, `input_boolean.turn_off` or `input_boolean.toggle` in your automations. ```yaml - service: input_boolean.turn_on