Skip to content

Commit

Permalink
Fix Settings page element ids
Browse files Browse the repository at this point in the history
Partially solves #960 (comment)
  • Loading branch information
edwardtfn committed Sep 1, 2023
1 parent 836cd1a commit 3345394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nspanel_esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ binary_sensor:
- name: ${device_name} Restart
platform: nextion
page_id: 7
component_id: 13
component_id: 11
internal: true
on_click:
- button.press: restart_nspanel
Expand All @@ -794,7 +794,7 @@ binary_sensor:
- name: ${device_name} Sleep mode
platform: nextion
page_id: 7
component_id: 14
component_id: 12
internal: true
on_click:
- logger.log: "Sleep mode - Nextion toggle"
Expand Down

0 comments on commit 3345394

Please sign in to comment.