how can I use the result of `my_resource.configure...
# ask-community
d
how can I use the result of
my_resource.configured(...)
in a sensor? I tried
with configured_my_resource() as f:
but I am getting an error saying that
Resource initialization function has context argument, but no context as provided
. I would have thought that the configured mechanism works to do that for me, but maybe it works differently?
🤖 1