python3-rokuecp

Library for communicating with Roku devices using the External Control Protocol

This library enables communication with Roku devices over Wi-Fi using the External Control Protocol (ECP). It allows users to monitor and control various functions of Roku devices, including launching channels, controlling playback, and retrieving information about installed applications. Users can initiate searches, manage media playback, and handle remote control operations. It offers asynchronous interaction, enabling real-time communication and control, aiding in the development of applications that require direct interaction with Roku devices.

python3-psutil-home-assistant

wrapper for psutil to allow it to be used several times in the same process

The psutil library relies on global variable to maintain state between calls. This wrapper allows making local copies of the psutil library, wrapped in an object to allow psutil to be used more than once in a process.