Andrew’s Blog

Welcome to my blog. This site contains tutorials and writeups of things I’ve done related to my hobbies, a link to my resume, and ways to contact me.

From Vinyl to Chromecast with Home Assistant And ESPHome

I used ESPHome and Home Assistant and an open-source Python API to build a way to scan my vinyl albums’ barcodes and have them play using spotify over my home’s Chromecasts. ...

2024-11-02 · 7 min · Andrew

Packaging Errbot Plugins with Poetry

Errbot’s documentation has information on packaging for plugins and backends using setup.py. I’m a fan of using Poetry for my python projects, so I wanted to figure out how to make that work for my Errbot plugins and backends. ...

2024-04-28 · 1 min · Andrew