Is there a way to extract part of a device name from a context variable?
Here’s the use case … I created a rule that triggers on the push of any one of 13 momentary buttons. These button devices all have names “Outdoor Scene - ‘scene name’”. I want to be able to code the Flow part of my rule with a single set variable instruction with the ‘scene name’ (so the text after the '- ') rather than 13 statements in the flow.
I could remove the 'Outdoor Scene - ’ from the device names off course but would rather not.