I'm in need of modifying an integration to find out if that modification helps/adds anything to make a PR on the exsisting integration (LG Webos integration). But i dont know where that library is stored to modify it.
I need to add this:
@cmd
async def async_input_command(self, command: str) -> None:
"""Send an input command."""
await self._client.input_command(command)
To the webos_client.py. Doing this would allow for the mouse/pointer to be used by home assistant on the TV, but to test and check that it works i would need to modify it.
Are there anyone that know of how i would be able to do this?