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. ...
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. ...
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. ...