diff --git a/.homeycompose/flow/conditions/current_price_among_x_lowest_next_y_hours.json b/.homeycompose/flow/conditions/current_price_among_x_lowest_next_y_hours.json index 3db8aab..5aa87bb 100644 --- a/.homeycompose/flow/conditions/current_price_among_x_lowest_next_y_hours.json +++ b/.homeycompose/flow/conditions/current_price_among_x_lowest_next_y_hours.json @@ -19,7 +19,7 @@ "name": "num_hours", "type": "number", "min": 1, - "max": 23, + "max": 35, "step": 1, "title": { "en": "Low hours" @@ -32,7 +32,7 @@ "name": "next_hours", "type": "number", "min": 1, - "max": 23, + "max": 35, "step": 1, "title": { "en": "Hours" @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +}