Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new media_player platform: Volumio Media Player #6556

Merged
merged 6 commits into from Mar 17, 2017

Commits on Mar 12, 2017

  1. Add new media_player platform: Volumio Media Player

    Volumio media player is a rpi music player, this platfor adds http based control of the player.
    jslove committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    bd67a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f188ca8 View commit details
    Browse the repository at this point in the history
  3. Adjust mute call to reset volume after unmute

    Remove references to volimi"a"
    jslove committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    719a91a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Use yield from calls in mute and volume calls

    Trying to speed up the indication of mute and volume level changes in UI, but doesn't seem to do much.
    jslove committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    661964a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072bad7 View commit details
    Browse the repository at this point in the history
  3. Adjust async_add_devices call

    jslove committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    78b03fb View commit details
    Browse the repository at this point in the history