Update page_id & component_id

This commit is contained in:
Blackymas
2023-04-02 22:30:05 +02:00
parent 4f31326b8e
commit 95a4447eeb

View File

@@ -453,7 +453,7 @@ binary_sensor:
- platform: nextion - platform: nextion
name: $device_name setting page name: $device_name setting page
page_id: 0 page_id: 0
component_id: 53 component_id: 52
internal: true internal: true
on_multi_click: on_multi_click:
- timing: - timing:
@@ -465,7 +465,7 @@ binary_sensor:
- platform: nextion - platform: nextion
name: ${device_name} Restart name: ${device_name} Restart
page_id: 7 page_id: 7
component_id: 15 component_id: 13
internal: true internal: true
on_click: on_click:
- button.press: restart_nspanel - button.press: restart_nspanel
@@ -474,7 +474,7 @@ binary_sensor:
- platform: nextion - platform: nextion
name: ${device_name} Restart name: ${device_name} Restart
page_id: 8 page_id: 8
component_id: 5 component_id: 4
internal: true internal: true
on_click: on_click:
- button.press: restart_nspanel - button.press: restart_nspanel
@@ -483,7 +483,7 @@ binary_sensor:
- platform: nextion - platform: nextion
name: ${device_name} Sleep Modus name: ${device_name} Sleep Modus
page_id: 7 page_id: 7
component_id: 16 component_id: 14
internal: true internal: true
on_click: on_click:
- switch.toggle: sleep_modus - switch.toggle: sleep_modus