From 94f3e9a8f3763c179a017fb6ec24775d39950409 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 15 Aug 2023 12:49:18 +0200 Subject: [PATCH] rest switch manualtriggerentity (#28530) --- source/_integrations/switch.rest.markdown | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/_integrations/switch.rest.markdown b/source/_integrations/switch.rest.markdown index d1b17c3e127..4741bc8a318 100644 --- a/source/_integrations/switch.rest.markdown +++ b/source/_integrations/switch.rest.markdown @@ -38,8 +38,20 @@ method: name: description: Name of the REST Switch. required: false - type: string + type: template default: REST Switch +icon: + description: Defines a template for the icon of the entity. + required: false + type: template +picture: + description: Defines a template for the entity picture of the entity. + required: false + type: template +availability: + description: Defines a template if the entity state is available or not. + required: false + type: template device_class: description: Sets the [class of the device](/integrations/switch/#device-class), changing the device state and icon that is displayed on the frontend. required: false