Skip to content

rayzr522/homebridge-hermes-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebridge Hermes Player

This is a Homebridge plugin to control the Hermes client for Pandora. It allows you to play/pause and control the volume of Hermes.

Installation

Obviously you need to install Hermes first. This is a macOS-only Pandora client, and this node module is macOS-only as well since it uses node-osascript to control Hermes.

  1. yarn global add homebridge-hermes-player

  2. Add the following to ~/.homebridge/config.json:

{
    // ...
    "accessories": [
        // ...
        {
            "accessory": "HermesPlayer",
            "name": "Hermes"
        }
    ]
}

The name can be whatever you want, but the accessory must be "HermesPlayer".

About

Using Homebridge to control the Hermes client for Pandora

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published