When contributing to this repository, please first discuss the change you wish to make via issue, or any other method with the owners of this repository before making a change.
This simple app was built to simply synchronize the color of RGB lights with the thumbnail of a media player linked to Home Assistant, without needing much configuration.
The app shall remain simple with that focused task in mind.
- Clone this repository.
- Run
pip3 install -r requirements.txt
. - Edit code, add tests and run
pytest
.
- Copy the
media_lights_sync
folder intoappdaemon/apps/
on your Home Assistant instance. - Update
appdaemon/apps/apps.yaml
with the proper configuration for your setup (seeinfo.md
).
- Ensure that the proposed changes do not break the current functionalities ot the app.
- Update the
README.md
with details of changes to the configuration or setup. - If breaking changes are needed, make sure to specify exactly what needs to change.
For new version, the versioning scheme we use is SemVer.