upd: change qr-code-call

This commit is contained in:
deejaybeam
2023-01-24 00:21:12 +01:00
parent 7fb8480138
commit 9a1b447087
2 changed files with 17 additions and 16 deletions

View File

@@ -246,6 +246,7 @@ api:
- wait_until:
switch.is_on: nextion_init
- lambda: |-
id(disp1).send_command_printf("page qrcode");
id(disp1).set_component_text_printf("qrcode.qrcode_value", "%s", qrdata.c_str());
#### Service to send thermostat cycle state ####