Skip to content
cdevries.dev

Home Assistant and IoT

Stremio integration

Stremio as a media player in Home Assistant, the first integration I published.

What I built

stremio-py, a Python client for Stremio, and an integration that exposes it to Home Assistant so playback can take part in automations.

This was the first of the client plus integration pairs, and it set the pattern everything since has followed: solve the protocol in a standalone library, keep the integration thin.