I introduced plugin_defaults as an internal function for setting default values for fusuma plugins, but the search logic contained a bug.
fusuma-plugin-sendkey uses plugin_defaults to set the default value of device_names. ref: https://github.com/iberianpig/fusuma-plugin-sendkey/issues/33
I introduced plugin_defaults as an internal function for setting default values for fusuma plugins, but the search logic contained a bug. fusuma-plugin-sendkey uses plugin_defaults to set the default value of device_names. ref: https://github.com/iberianpig/fusuma-plugin-sendkey/issues/33
Before the fix, the block was not evaluated when the context was a complete match, so the plugin could not get the default value.