Fix missing ;
This commit is contained in:
@@ -431,7 +431,7 @@ api:
|
|||||||
then:
|
then:
|
||||||
- lambda: |-
|
- lambda: |-
|
||||||
detailed_entity->publish_state(entity);
|
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();
|
std::string cmd_page = std::string("page ") + page.c_str();
|
||||||
disp1->send_command_printf(cmd_page.c_str());
|
disp1->send_command_printf(cmd_page.c_str());
|
||||||
if (page_label.find("\\r") != std::string::npos) {
|
if (page_label.find("\\r") != std::string::npos) {
|
||||||
|
|||||||
Reference in New Issue
Block a user