Hi there!
I want to give a try to implement the reproduce_state.py
for the Logitech Harmony component to use it in scenes.
So I implemented a reproduce_state.py
in the harmony component according to the documentation.
The component itself is inherited from remote
which in the end leads to the issue that only the reproduce_state.py
of remote
is used but not the new implementation of the harmony component.
How should it be done to implement such a functionality for an inherited component? It this possible at all?
I appreciate any suggestions.
Thanks,
Bastian