Replies: 4 comments
-
inheritance (subclasses) work just fine, however, super() appears to not work. |
Beta Was this translation helpful? Give feedback.
-
Is there an alternative syntax? I've tried many but they all fail with different error messages:
|
Beta Was this translation helpful? Give feedback.
-
my workaround on this is here: https://github.com/ALERTua/ha_pyscript_modules
|
Beta Was this translation helpful? Give feedback.
-
Thanks for posting a workaround. Since |
Beta Was this translation helpful? Give feedback.
-
I've been banging my head on this one - are there limits around subclass/superclass support?
I was expecting something like
...to work, but it doesn't. Likely something obvious, but....
Beta Was this translation helpful? Give feedback.
All reactions