diff --git a/nspanel_esphome.yaml b/nspanel_esphome.yaml index 3b314e8..e98bf22 100644 --- a/nspanel_esphome.yaml +++ b/nspanel_esphome.yaml @@ -242,7 +242,6 @@ api: ESP_LOGV("service.notification_show", "Starting"); id(disp1).send_command_printf("is_notification=1"); - if (id(current_page).state.c_str() == "home") id(disp1).show_component("bt_notific"); id(disp1).goto_page("notification"); id(disp1).set_component_text_printf("notification.notifi_label", "%s", label.c_str());