From 9dfd58f4d326ba34510e59cd1cfe6aa37a30f426 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 30 Mar 2024 07:06:33 +0100 Subject: [PATCH] Command line command is template for binary sensor and sensor (#32049) --- source/_integrations/command_line.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/command_line.markdown b/source/_integrations/command_line.markdown index 4deb3a59c4b..d18d826b383 100644 --- a/source/_integrations/command_line.markdown +++ b/source/_integrations/command_line.markdown @@ -43,7 +43,7 @@ command_line: command: description: The action to take to get the value. required: true - type: string + type: template command_timeout: description: Defines number of seconds for command timeout. required: false @@ -168,7 +168,7 @@ command_line: command: description: The action to take to get the value. required: true - type: string + type: template command_timeout: description: Defines number of seconds for command timeout required: false