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
|
- name: ${device_name} Restart
|
||||||
platform: nextion
|
platform: nextion
|
||||||
page_id: 7
|
page_id: 7
|
||||||
component_id: 13
|
component_id: 11
|
||||||
internal: true
|
internal: true
|
||||||
on_click:
|
on_click:
|
||||||
- button.press: restart_nspanel
|
- button.press: restart_nspanel
|
||||||
@@ -794,7 +794,7 @@ binary_sensor:
|
|||||||
- name: ${device_name} Sleep mode
|
- name: ${device_name} Sleep mode
|
||||||
platform: nextion
|
platform: nextion
|
||||||
page_id: 7
|
page_id: 7
|
||||||
component_id: 14
|
component_id: 12
|
||||||
internal: true
|
internal: true
|
||||||
on_click:
|
on_click:
|
||||||
- logger.log: "Sleep mode - Nextion toggle"
|
- logger.log: "Sleep mode - Nextion toggle"
|
||||||
|
|||||||
Reference in New Issue
Block a user