Removed ambigious numbers in example (#21505)

This commit is contained in:
PCR-2020 2022-02-06 18:25:25 +01:00 committed by GitHub
parent a486944dc9
commit 66604b8702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -765,8 +765,8 @@ The following overview contains a couple of options to get the needed values:
# Incoming value:
{"primes": [2, 3, 5, 7, 11, 13]}
# Extract third prime number
{{ value_json.primes[2] }}
# Extract first prime number
{{ value_json.primes[0] }}
# Format output
{{ "%+.1f" | value_json }}