Fix missing ;

This commit is contained in:
Edward Firmo
2023-12-17 23:01:25 +01:00
parent b5c8069e21
commit 5f1c289f5b

View File

@@ -431,7 +431,7 @@ api:
then:
- lambda: |-
detailed_entity->publish_state(entity);
if (page == "alarm_control_panel") page = "alarm"
if (page == "alarm_control_panel") page = "alarm";
std::string cmd_page = std::string("page ") + page.c_str();
disp1->send_command_printf(cmd_page.c_str());
if (page_label.find("\\r") != std::string::npos) {