Skip to content

Commit

Permalink
Keep current_page_id in globals for now
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Oct 29, 2024
1 parent 7119998 commit 82a05ef
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions esphome/nspanel_esphome_core_hw_display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -819,16 +819,16 @@ sensor:
disabled_by_default: false
update_interval: 60s

- id: current_page_id
name: Current Page Id
platform: nextion
variable_name: dp
precision: 0
accuracy_decimals: 0
icon: mdi:tablet-dashboard
internal: false
disabled_by_default: false
update_interval: 60s
# - id: current_page_id
# name: Current Page Id
# platform: nextion
# variable_name: dp
# precision: 0
# accuracy_decimals: 0
# icon: mdi:tablet-dashboard
# internal: false
# disabled_by_default: false
# update_interval: 60s

switch:
- name: Nextion display - Power # DISPLAY ALWAYS ON
Expand Down

0 comments on commit 82a05ef

Please sign in to comment.