Fix Settings page element ids
Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/960#issuecomment-1702109668
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user