From 0cb5692fb301793e7164952e02b9a60b9ff9076e Mon Sep 17 00:00:00 2001 From: Florian Behrens Date: Tue, 5 Aug 2025 08:48:32 +0200 Subject: [PATCH] Fixed minor typo (#40282) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/input_datetime.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index cffda094677..e928aba70ae 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -128,7 +128,7 @@ automation: To dynamically set the `input_datetime` you can call `input_datetime.set_datetime`. The values for `date`, `time` and/or `datetime` must be in a certain format for the call to be successful. (See action description above.) -If you have a `datetime` object you can use its `timestamp` method. Of if you have a timestamp you can just use it directly. +If you have a `datetime` object, you can use its `timestamp` method. Or, if you have a timestamp, you can just use it directly. {% raw %}