From 26592d85a1c4f20665cb66a73fce90e6aa261ceb Mon Sep 17 00:00:00 2001 From: Martijn van der Pol Date: Wed, 12 Jul 2023 20:24:12 +0200 Subject: [PATCH] Add missing ")" in README example (#28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3edd349..2be257d 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ To list the prices of the most expesive 5 hour time block For a device shows a higher power usage in the first hour, and last half hour. Based on the number of weight points the `hours` will be set to 3 automatically. ```jinja -{{ cheapest_energy_hours('sensor.nordpool_kwh_nl_eur', no_weight_points=2, weight=[2 , 4, 1, 1, 1, 5] }} +{{ cheapest_energy_hours('sensor.nordpool_kwh_nl_eur', no_weight_points=2, weight=[2 , 4, 1, 1, 1, 5]) }} ``` # Thanks to