{"id":23416855,"url":"https://github.com/ljmerza/harmony-remote-card","last_synced_at":"2025-09-13T01:32:58.940Z","repository":{"id":64385208,"uuid":"364769821","full_name":"ljmerza/harmony-remote-card","owner":"ljmerza","description":"Harmony Hub Remote Control Card for Home Assistant","archived":false,"fork":false,"pushed_at":"2024-07-24T19:15:07.000Z","size":1911,"stargazers_count":16,"open_issues_count":7,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T08:52:48.573Z","etag":null,"topics":["hacs","harmony","home-assistant","home-automation","homeassistant","remote"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ljmerza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-06T03:09:56.000Z","updated_at":"2025-04-09T10:18:28.000Z","dependencies_parsed_at":"2024-07-24T22:10:43.694Z","dependency_job_id":null,"html_url":"https://github.com/ljmerza/harmony-remote-card","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmerza%2Fharmony-remote-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmerza%2Fharmony-remote-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmerza%2Fharmony-remote-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ljmerza%2Fharmony-remote-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ljmerza","download_url":"https://codeload.github.com/ljmerza/harmony-remote-card/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543882,"owners_count":21121838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacs","harmony","home-assistant","home-automation","homeassistant","remote"],"created_at":"2024-12-22T22:16:58.606Z","updated_at":"2025-04-12T08:52:54.837Z","avatar_url":"https://github.com/ljmerza.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/JMISm06AD"],"categories":[],"sub_categories":[],"readme":"# Harmony Remote Card for Home Assistant\r\nControl your media device through Harmony Hub with this card.\r\n\r\n\u003cimg src='https://raw.githubusercontent.com/ljmerza/harmony-remote-card/master/card.png' /\u003e\r\n\r\n[![GitHub Release][releases-shield]][releases]\r\n[![License][license-shield]](LICENSE.md)\r\n![Project Maintenance][maintenance-shield]\r\n[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration)\r\n\r\n## Support\r\n\r\nFor help, visit the Harmony Remote Card support thread [here](https://community.home-assistant.io/t/harmony-remote-card/474142)\r\n## Installation through [HACS](https://github.com/hacs/integration)\r\n\r\n## Configurations:\r\n\r\n---\r\n\r\n```yaml\r\ntype: custom:harmony-remote-card\r\nentity: remote.harmony_hub\r\n```\r\n\r\n## Options:\r\n\r\n---\r\n\r\n| Name | Type | Requirement | Description\r\n| ---- | ---- | ------- | -----------\r\n| type | string | **Required** | `custom:harmony-remote-card`\r\n| entity | string | **Required** | `remote.harmony_hub` the name of the harmony hub entity\r\n| activityEntity | string | **Optional** | `select.harmony_hub_activities` the name of the harmony hub activities select entity. Required to set activities.\r\n| devices  | Array | **Optional** | a list of devices to add custom commands to. See below for more info.\r\n| activities  | Array | **Optional** | a list of activities. Note this will override the default activities shown\r\n| vibrate  | Boolean | **Optional** | `true` vibrate on button push\r\n| showPad  | Boolean | **Optional** | `true` show D-Pad\r\n| leftPad  | String | **Optional** | `DirectionLeft` command sent for the left pad\r\n| rightPad  | String | **Optional** | `DirectionRight` command sent for the right pad\r\n| upPad  | String | **Optional** | `DirectionUp` command sent for the up pad\r\n| downPad  | String | **Optional** | `DirectionDown` command sent for the down pad\r\n| centerPad  | String | **Optional** | `OK` command sent for the center pad\r\n\r\n### devices Options:\r\n\r\n| Name | Type | Requirement | Description\r\n| ---- | ---- | ------- | -----------\r\n| name | string | **Required** | the name of the device you want custom commands on (must match the harmony integration device name)\r\n| friendly_name | string | **Required** | the display name of the device\r\n| 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. Can also be a service call with `service`, `domain`, `data` options\r\n| icon | string | **Optional** | show an icon for the device\r\n| hide_name | boolean | **Optional** | hide the name of the device\r\n\r\n### activites Options:\r\n\r\n| Name | Type | Requirement | Description\r\n| ---- | ---- | ------- | -----------\r\n| activity | string | **Required** | the name of the activity. Must match the exact name in the harmony.conf file\r\n| name | string | **Optional** | custom name of the activity\r\n| icon | string | **Optional** | show an icon for the activity\r\n| hide_name | boolean | **Optional** | hide the name of the activity\r\n| entity | string | **Optional** | set the entity name for the activity\r\n\r\n### commands Options:\r\n\r\n| Name | Type | Requirement | Description\r\n| ---- | ---- | ------- | -----------\r\n| name | string | **Required** | the custom name of the command\r\n| icon | string | **Optional** | show an icon for the command\r\n| hide_name | boolean | **Optional** | hide the name of the command\r\n| command | string | **Optional** | the name of the command in your harmony.conf file.\r\n| service | string | **Optional** | the name of the service call\r\n| domain | string | **Optional** | the domain of the service call\r\n| data | object | **Optional** | the data for the service call\r\n\r\n---\r\n\r\nExample config:\r\n\r\n```yaml\r\ntype: custom:harmony-remote-card\r\nentity: remote.harmony_hub\r\nactivities:\r\n  - activity: PC\r\n    icon: mdi:laptop\r\n    hide_icon: true\r\n  - activity: XBox\r\n    name: Xbox One\r\n  - activity: PS5\r\n  - activity: Shield\r\ndevices:\r\n  - name: Media Room Shield\r\n    commands:\r\n      - Mute\r\n      - Home\r\n      - name: Power Off\r\n        command: PowerOff\r\n  - name: LG TV\r\n    icon: mdi:television\r\n    hide_icon: true\r\n    commands:\r\n      - Mute\r\n      - Info\r\n      - name: InputHdmi1\r\n        command: InputHdmi1\r\n    show_pad: false\r\n  - name: Denon AV Receiver\r\n    commands:\r\n      - Mute\r\n      - Info\r\n      - InputTVAudio\r\n      - InputGame\r\n      - name: Volume Down\r\n        command: VolumeDown\r\n      - name: Volume Up\r\n        command: VolumeUp\r\n      - name: Lights\r\n        service: toggle\r\n        domain: lights\r\n        data:\r\n          - entity_id: light.main_lights\r\n        \r\n\r\n```\r\n\r\nEnjoy my card? Help me out for a couple of :beers: or a :coffee:!\r\n\r\n[![coffee](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://www.buymeacoffee.com/JMISm06AD)\r\n\r\n\r\n[commits-shield]: https://img.shields.io/github/commit-activity/y/ljmerza/harmony-remote-card.svg?style=for-the-badge\r\n[commits]: https://github.com/ljmerza/harmony-remote-card/commits/master\r\n[license-shield]: https://img.shields.io/github/license/ljmerza/harmony-remote-card.svg?style=for-the-badge\r\n[maintenance-shield]: https://img.shields.io/badge/maintainer-Leonardo%20Merza%20%40ljmerza-blue.svg?style=for-the-badge\r\n[releases-shield]: https://img.shields.io/github/release/ljmerza/harmony-remote-card.svg?style=for-the-badge\r\n[releases]: https://github.com/ljmerza/harmony-remote-card/releases\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljmerza%2Fharmony-remote-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fljmerza%2Fharmony-remote-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fljmerza%2Fharmony-remote-card/lists"}