From b15a2f445100bebf4f011dce4909bdc2577a9ea1 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 11 Aug 2023 16:40:17 +0200 Subject: [PATCH] Rest Binary Sensor to ManualTriggerEntity (#28526) --- source/_integrations/binary_sensor.rest.markdown | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/_integrations/binary_sensor.rest.markdown b/source/_integrations/binary_sensor.rest.markdown index bb03c7c15b5..cf45239ef58 100644 --- a/source/_integrations/binary_sensor.rest.markdown +++ b/source/_integrations/binary_sensor.rest.markdown @@ -83,8 +83,20 @@ method: name: description: Name of the REST binary sensor. required: false - type: string + type: template default: REST Binary Sensor +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/binary_sensor/#device-class), changing the device state and icon that is displayed on the frontend. required: false