Fix Settings page element ids

Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1702109668
This commit is contained in:
Edward Firmo
2023-09-01 06:09:29 +02:00
parent 836cd1a047
commit 3345394bb4

View File

@@ -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
@@ -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"