Skip to content

Commit

Permalink
Wake up when the Timeout Sleep setting is set to 0
Browse files Browse the repository at this point in the history
Solves #2055
  • Loading branch information
edwardtfn committed Jun 4, 2024
1 parent cfc0382 commit a9733e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,14 @@ ensuring improved performance and user experience.
This fix ensures that the unit of measurement provided by Home Assistant is consistently displayed,
improving the readability and aesthetics of the temperature information.

### Wake Up Enhancement for Timeout Sleep Setting (#2055)
- **Criticality:** Enhancement
- **Affected Components:** ESPHome
- **Issue Number:** #2055
- **Description:** Introduced a new feature allowing the NSPanel to wake up when the Timeout Sleep setting is set to 0.
This enhancement ensures that the display remains active if the sleep timeout is disabled,
aligning with user preferences for continuous operation.

### Larger Alarm Pin Pad (#2103)
- **Criticality:** Enhancement
- **Affected Components:** TFT
Expand Down
1 change: 1 addition & 0 deletions esphome/nspanel_esphome_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@ number:
unit_of_measurement: "s"
on_value:
- lambda: |-
if (x == 0 and current_page->state == "screensaver") goto_page->execute(wakeup_page_name->state.c_str());
timer_dim->execute();
timer_sleep->execute();
Expand Down

0 comments on commit a9733e1

Please sign in to comment.