[Z2M] Inovelli Blue Series Switch LED Notification Script (VZM31-SN, VZM35-SN)

Getting this warning with 2024.8.0:

Deprecated payload_template option used in MQTT publish action call to topic zigbee2mqtt/Lights/set from payload template {"led_effect": {"color": 170, "duration": 60, "effect": "pulse", "level": 100}} . Use the payload option instead. In automations templates are supported natively. Update the automation or script to use the payload option instead and restart Home Assistant to fix this issue.

I believe this line just needs to be changed from
payload_template: '{{ payload }}'
to
payload: '{{ payload }}'