mattsaxon / HASS-SpeakercraftMediaPlayer

Speakercraft Platform for Home Assistant
4 stars 1 forks source link

Consider splitting based functionality out into PyPi library #6

Open mattsaxon opened 2 years ago

mattsaxon commented 2 years ago

Needed to comply with Home Assistant dev guidlines if we were to get this accepted to main code base

More pressingly would be very useful for an ESP32 implementation using micropython (i.e. to have a shared code base)

mattsaxon commented 2 years ago

Started with the creation of the speakercraft_media.py file which now abstract of HA.

Next step is to split this into a package/library file, perhaps in a sub-directory to start with at this stage