diff --git a/nspanel_esphome.yaml b/nspanel_esphome.yaml index f5ac39c..8e1b4be 100644 --- a/nspanel_esphome.yaml +++ b/nspanel_esphome.yaml @@ -545,17 +545,6 @@ binary_sensor: - lambda: id(disp1).send_command_printf("home.right_bt_pic.pic=77"); - lambda: id(disp1).send_command_printf("home.icon_top_02","\U0000FFFF"); - ##### JUMP PAGE TO SETTING PAGE ##### - - name: $device_name setting page - platform: nextion - page_id: 0 - component_id: 52 - internal: true - on_multi_click: - - timing: - - ON for at least 1s #LONG Press - then: - - lambda: 'id(disp1).send_command_printf("page settings");' ##### Restart NSPanel Button - Setting Page ##### - name: ${device_name} Restart @@ -988,4 +977,4 @@ script: } else { ESP_LOGD("nspanel", "timer->home"); id(disp1).send_command_printf("page 0"); - } + } \ No newline at end of file diff --git a/nspanel_eu.HMI b/nspanel_eu.HMI index cea775c..a8aeee1 100644 Binary files a/nspanel_eu.HMI and b/nspanel_eu.HMI differ diff --git a/nspanel_eu.tft b/nspanel_eu.tft index c3dfcd6..7b20565 100644 Binary files a/nspanel_eu.tft and b/nspanel_eu.tft differ diff --git a/nspanel_us.HMI b/nspanel_us.HMI index c09d0c8..2b186f1 100644 Binary files a/nspanel_us.HMI and b/nspanel_us.HMI differ diff --git a/nspanel_us.tft b/nspanel_us.tft index 9f510dd..c8dc913 100644 Binary files a/nspanel_us.tft and b/nspanel_us.tft differ