From 18fa8c3a481e652b04a455b095746bbe287684c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Sun, 16 Sep 2018 14:13:54 +0200 Subject: [PATCH] Update switch.switchmate.markdown (#6292) --- source/_components/switch.switchmate.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/switch.switchmate.markdown b/source/_components/switch.switchmate.markdown index 2d332c4c838..bfc26d496c9 100644 --- a/source/_components/switch.switchmate.markdown +++ b/source/_components/switch.switchmate.markdown @@ -32,6 +32,11 @@ name: description: The name used to display the switch in the frontend. required: false type: string +flip_on_off: + description: Option to flip the on/off state. + required: false + type: boolean + default: false {% endconfiguration %}