I seperated out the actual executing of the ActionConfig and the grabbing of the ActionConfig to allow for people to provide their own ActionConfig.
I needed to add my own press_action and release_action (https://github.com/custom-cards/button-card/pull/360), if this is merged this can easily be added by providing the actionconfig they want to run to handleActionConfig instead of the action that was performed to handleAction.
Sorry, this one got lost in the shuffle of life. I didn't want to deal with the conflicts so just pushed your change myself and is in release 1.6.8. Thanks.
I seperated out the actual executing of the ActionConfig and the grabbing of the ActionConfig to allow for people to provide their own ActionConfig. I needed to add my own press_action and release_action (https://github.com/custom-cards/button-card/pull/360), if this is merged this can easily be added by providing the actionconfig they want to run to handleActionConfig instead of the action that was performed to handleAction.