From 071087456b1aafa7fae0dc61170cf510729caefa Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 11 Aug 2023 16:39:58 +0200 Subject: [PATCH] Rest Sensor ManualTriggerEntity (#28528) --- source/_integrations/sensor.rest.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/sensor.rest.markdown b/source/_integrations/sensor.rest.markdown index 1c68edcf1c2..5615c0357fb 100644 --- a/source/_integrations/sensor.rest.markdown +++ b/source/_integrations/sensor.rest.markdown @@ -56,6 +56,10 @@ authentication: description: Type of the HTTP authentication. `basic` or `digest`. required: false type: string +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/sensor#device-class), changing the device state and icon that is displayed on the frontend. required: false