Manually trigger custom component update

I’ve seen/used at least three different approaches. Unclear which is “best”. None were quite how you approached the .h linked so you might need to experiment.

Two examples;

lambda: |-
      hilink(id(uart_bus)).getmmwConf("get_all");
      return {};

or

- lambda: 'static_cast<LD2410 *>(ld2410)->queryParameters();'
1 Like