Skip to content

Harmony Hub Remote Control Card for Home Assistant

License

Notifications You must be signed in to change notification settings

esackbauer/harmony-remote-card

 
 

Repository files navigation

Harmony Remote Card for Home Assistant

Control your media device through Harmony Hub with this card.

GitHub Release License Project Maintenance hacs_badge

Support

For help, visit the Harmony Remote Card support thread here

Installation through HACS

Configurations:


type: custom:harmony-remote-card
entity: remote.harmony_hub

Options:


Name Type Requirement Description
type string Required custom:harmony-remote-card
entity string Required remote.harmony_hub the name of the harmony hub entity
devices Array Optional a list of devices to add custom commands to. See below for more info.

devices Options:

Name Type Requirement Description
name string Required the name of the device you want custom commands on
commands string Required the name of the command in your harmony.conf file for this device. Can be a simple list or a list of objects with name and command properties.

commands Options:

Name Type Requirement Description
name string Required the custom name of the command
command string Required the name of the command in your harmony.conf file.

Example config:

type: custom:harmony-hub-card
entity: remote.harmony_hub
devices:
  - name: Media Room Shield
    commands:
      - Mute
      - Home
      - name: Power Off
        command: PowerOff
  - name: LG TV
    commands:
      - Mute
      - Info
      - name: InputHdmi1
        command: InputHdmi1
  - name: Denon AV Receiver
    commands:
      - Mute
      - Info
      - InputTVAudio
      - InputGame
      - name: Volume Down
        command: VolumeDown
      - name: Volume Up
        command: VolumeUp

Enjoy my card? Help me out for a couple of 🍻 or a ☕!

coffee

About

Harmony Hub Remote Control Card for Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%