Skip to content

Commit

Permalink
Fix inconsistent restore mode variable usage
Browse files Browse the repository at this point in the history
As suggested by CodeRabbitAI
  • Loading branch information
edwardtfn committed Dec 23, 2024
1 parent 248f7e9 commit 6230e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPHome/TX-Ultimate-Easy-ESPHome_core_hw_leds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ light:
platform: partition
disabled_by_default: true
default_transition_length: ${default_transition_length}
restore_mode: ${LIGHT_FULL_RESTORE_MODE}
restore_mode: ${LIGHT_INDIVIDUAL_RESTORE_MODE}
segments:
- id: light_full
from: 0
Expand Down

0 comments on commit 6230e31

Please sign in to comment.