From 52d48c5d53bfe46b111748e42bb47ee09e722705 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 13 May 2024 07:51:28 +0200 Subject: [PATCH] Add device class to Command line cover platform (#32677) --- source/_integrations/command_line.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/command_line.markdown b/source/_integrations/command_line.markdown index db47f832d30..96090fc7e33 100644 --- a/source/_integrations/command_line.markdown +++ b/source/_integrations/command_line.markdown @@ -119,6 +119,10 @@ command_line: required: false type: integer default: 15 + device_class: + description: Sets the [class of the device](/integrations/cover/), changing the device state and icon that is displayed on the frontend. + required: false + type: string name: description: The name used to display the cover in the frontend. required: true