faint-television-78785
07/13/2022, 3:59 PMThe easiest way to do this is to just place it in the same directory as your configuration file, in which case the module name is the same as the file name - in this case it will bern my file is.custom_action
my_action.py
, in the same dir as my my_action.yaml
config file. however, having type: my_action:ActionClassInside
doesn’t work. what should the correct format be?careful-pilot-86309
07/14/2022, 8:01 AMcustom_action:CustomAction
faint-television-78785
07/15/2022, 2:32 AMtype: package.file:Class
. in this case at least, they didnt need to be the same