Skip to content

Commit

Permalink
Merge branch 'main' into allow_non_hourly_data
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFes authored Oct 5, 2023
2 parents 9f54e7b + 8e71635 commit ec662d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cheapest_energy_hours.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
no_weight_points=1,
weight=none,
program=none
) -%}
{%- set modes = ['min', 'max', 'average', 'start', 'end', 'list', 'weighted_average','time_min','time_max', 'split'] -%}
)
-%}
{%- set modes = ['min', 'max', 'average', 'start', 'end', 'list', 'weighted_average','time_min','time_max', 'split'] %}
{# Get data out of the selected entity #}
{%- set today = state_attr(sensor, attr_today) -%}
{%- set tomorrow = state_attr(sensor, attr_tomorrow) -%}
Expand Down

0 comments on commit ec662d6

Please sign in to comment.