Fixed minor typo (#40282)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Florian Behrens 2025-08-05 08:48:32 +02:00 committed by GitHub
parent 828563b95c
commit 0cb5692fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}