Skip to content

Commit

Permalink
Restore fan mode after reset
Browse files Browse the repository at this point in the history
  • Loading branch information
kr0ner committed Dec 10, 2024
1 parent 26ee482 commit 9ce2763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/wp_ventilation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fan:
name: ${property}
id: ${property}
speed_count: 3
restore_mode: NO_RESTORE
restore_mode: RESTORE_DEFAULT_OFF
on_speed_set:
- lambda: |-
const auto fan_speed = std::min(3, x);
Expand Down

0 comments on commit 9ce2763

Please sign in to comment.