Skip to content

Commit

Permalink
Fix4
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisch committed Feb 2, 2025
1 parent 0f3e282 commit ca57e03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solar_router/engine_regulator_with_bypass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ sensor:
filters:
- clamp:
min_value: 0
max_value: !lambda return id(bypass_duration).state();
- platform: template
name: "Regulator Opening"
id: regulator_opening
Expand Down Expand Up @@ -143,6 +142,9 @@ number:
initial_value: 0
restore_value: False
internal: True
on_value:
then:
- lambda: id(bypass_tempo_counter).publish_state(id(bypass_duration).state());

# Define the reactivity of router level
- platform: template
Expand Down

0 comments on commit ca57e03

Please sign in to comment.