We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src
img
animimg
Perhaps as a LVGL sub-module.
Both ESPHome and LVGL use nayuki's library to generate QR codes, but ESPHome doesn't seem to be able to do it at runtime from a lambda:
qr_code: - id: homepage_qr value: !lambda 'return to_string("esphome.io");'
results in:
qr_code: [source config/test.yaml:112] - id: homepage_qr This option is not templatable!. value: !lambda |- return to_string("esphome.io");
The text was updated successfully, but these errors were encountered:
No branches or pull requests
src
inimg
andanimimg
widgets.Perhaps as a LVGL sub-module.
Both ESPHome and LVGL use nayuki's library to generate QR codes, but ESPHome doesn't seem to be able to do it at runtime from a lambda:
results in:
The text was updated successfully, but these errors were encountered: