From 301d3429aa095a5e5c358dcd7c47deefe057928f Mon Sep 17 00:00:00 2001 From: KNXBroker Date: Sun, 28 Nov 2021 15:21:57 +0100 Subject: [PATCH] Correct device class description (#20466) --- source/_integrations/binary_sensor.group.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/binary_sensor.group.markdown b/source/_integrations/binary_sensor.group.markdown index 01a3b181b12..dbb98c88394 100644 --- a/source/_integrations/binary_sensor.group.markdown +++ b/source/_integrations/binary_sensor.group.markdown @@ -46,7 +46,7 @@ all: type: boolean default: false device_class: - description: The type of the group (/integrations/binary_sensor). - required: true + description: Sets the [device class](/integrations/binary_sensor/) of this binary sensor group, changing the device state and icon that is displayed in the frontend. + required: false type: string {% endconfiguration %}