Wled preset in automation

After upgrading to newest beta there is no more service:wled.preset. I was using it in automation (from blueprint for opple zigbee switch):

service: wled.preset
target:
  device_id: 93e78ec1b0d31868ed049266ee8b5b11
data:
  preset: '{{ states(''input_select.schody_preset'') }}'

service: input_select.select_next
target:
  entity_id: input_select.schody_preset

where input_select.schody_preset was my list with favorite presets.
Now I have no idea how to modify this automation to work after pressing button.

Please discuss the beta in the Discord beta channel.