From abd6dbc23fa219683e408617672ca35957dc1de8 Mon Sep 17 00:00:00 2001 From: atlflyer <31390797+atlflyer@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:50:31 -0400 Subject: [PATCH] Add icon to command_line cover (#32131) --- 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 4deb3a59c4b..27a53aaa27c 100644 --- a/source/_integrations/command_line.markdown +++ b/source/_integrations/command_line.markdown @@ -123,6 +123,10 @@ command_line: description: The name used to display the cover in the frontend. required: true type: string + icon: + description: Defines a template for the icon of the entity. + required: false + type: template unique_id: description: An ID that uniquely identifies this cover. Set this to a unique value to allow customization through the UI. required: false