From 0f90da7dd55c7eac08cbc67c23babf9c228c0d52 Mon Sep 17 00:00:00 2001 From: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:18:41 +0200 Subject: [PATCH] Add icon field to command_line sensor and binary_sensor (#29083) --- source/_integrations/command_line.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/command_line.markdown b/source/_integrations/command_line.markdown index 7209e16dd85..f522ebead35 100644 --- a/source/_integrations/command_line.markdown +++ b/source/_integrations/command_line.markdown @@ -58,6 +58,10 @@ command_line: required: false type: string default: "Binary Command Sensor" + icon: + description: Defines a template for the icon of the entity. + required: false + type: template payload_on: description: The payload that represents enabled state. required: false @@ -169,6 +173,10 @@ command_line: required: false type: string default: "Command Sensor" + icon: + description: Defines a template for the icon of the entity. + required: false + type: template unique_id: description: An ID that uniquely identifies this sensor. Set this to a unique value to allow customization through the UI. required: false