diff --git a/source/_integrations/switch.rest.markdown b/source/_integrations/switch.rest.markdown index e26b90a2a38..cfb3c631d63 100644 --- a/source/_integrations/switch.rest.markdown +++ b/source/_integrations/switch.rest.markdown @@ -23,9 +23,13 @@ switch: {% configuration %} resource: - description: The resource or endpoint that contains the value. + description: The resource or endpoint used to control the REST switch. required: true type: string +state_resource: + description: "The resource or endpoint that reports the state if different from `resource`. Used by `is_on_template`. Defaults to `resource`." + required: false + type: string method: description: "The method of the request. Supported `post` or `put`." required: false