clydebarrow / esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
https://esphome.io/
Other
16 stars 11 forks source link

Page's `skip` option to be set at runtime #116

Open nagyrobi opened 3 weeks ago

nagyrobi commented 3 weeks ago

Ability to change skip value at runtime in:

lvgl:
  pages:
    - id: page_remote_stuff
      skip: false

Maybe with something like:

    - lvgl.page.update:
        id: page_remote_stuff
        skip: true

Use case: to allow or disallow access to certain pages depending on requirements, like