Skip to content

Commit

Permalink
Add missing ")" in README example (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFes committed Jul 12, 2023
1 parent 31d4a40 commit 26592d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26592d8

Please sign in to comment.