From f10aeba9662b35c9e0e22e16d0798d0690e3ccd9 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 7 Mar 2022 11:32:53 +0100 Subject: [PATCH] Document threshold binary sensor device_class option (#21929) --- source/_integrations/threshold.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/threshold.markdown b/source/_integrations/threshold.markdown index 26426116b1a..617b4a796d0 100644 --- a/source/_integrations/threshold.markdown +++ b/source/_integrations/threshold.markdown @@ -45,6 +45,10 @@ entity_id: description: "The entity to monitor. Only [sensors](/integrations/sensor/) are supported." required: true type: string +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 + type: string lower: description: The lower threshold which the observed value is compared against. required: false