Hello all,
I am looking for your help to replace name field with regex expression
All my field names looks like and i want to use override option to show only K1, E2, etc.
zigbee2mqtt.state{Device: K1}
zigbee2mqtt.state{Device :E2}
etc…
I am using following regex ^.Device: ([A-Za-z][0-9])} however it doesn’t replace the fields.
Any suggestion and help will be really appreciated as this regex is working when tested in regex101 site.
Obviously the regex is capturing the value but replacing it with $1