Skip to content

Commit

Permalink
Add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Mar 30, 2020
1 parent 01d1bc3 commit e19e089
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

_AppDaemon App that synchronizes the color of RGB lights with the thumbnail of a media player in Home Assistant._

---

<img src="examples/example-1.jpg" alt="Example 1" width="400"> <img src="examples/example-2.jpg" alt="Example 1" width="400">

## Features

- Realtime RGB lights color synchronization with the thumbnail of a media player
- Extract most relevant colors from a picture and assign them to lights
- Always creates great matching moody ambiances
- Change all configured lights color at the same time (using multi-threading)

Based on `music_lights.py` from this project: https://github.com/astone123/appdaemon-apps

## Installation

Download the `media_lights_sync` directory from inside the `apps` directory here to your local `apps` directory, then add the configuration to enable the `media_lights_sync` module.
Expand Down Expand Up @@ -61,6 +63,6 @@ media_lights_sync:

## Notes

This code has only been tested using a ChromeCast and Phillips Hue lights.

If you find a bug with another type of media player or light, PRs and detailed issues are welcome.
- Based on `music_lights.py` from this project: https://github.com/astone123/appdaemon-apps.
- This code has only been tested using a ChromeCast and Phillips Hue lights.
- If you find a bug with another type of media player or light, PRs and detailed issues are welcome.
Binary file added examples/example-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/example-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e19e089

Please sign in to comment.