sbryfcz / harmony-card

A Home Assistant Lovelace Care for Harmony Integration
MIT License
104 stars 12 forks source link

Hide/ Replace XBox buttons #4

Closed Kanishkaz closed 4 years ago

Kanishkaz commented 4 years ago

Hi, Just installed your card and it looks great. I don't have a Xbox. Is it possible to hide the Xbox related buttons or replace them? Thanks.

sbryfcz commented 4 years ago

Good suggestion, I'll try to add some more configuration about hiding/showing different aspects of the card.

sbryfcz commented 4 years ago

So I'm thinking configuration to perform this sort of configuration could look something like:

- type: 'custom:harmony-card'
  entity: remote.living_room_hub
  activities:
  - name: Watch TV
    device: Sony Bravia tv
hide:
    - xbox: true
    - a: true
    - b: true
    - x: true
    - y: true 

This sort of configurability is similar to the mini media player card....which I love!

Open to suggestions.

Thoughts?

joch commented 4 years ago

Thoughts?

It would be pretty great being able to customize the buttons (name, icon, action). I would for instance love an “EPG” button, which maps to a button in Harmony.

If that’s too much work, then being able to hide the xbox buttons would be great as well, since I’m not using those.

Krocko commented 4 years ago

Yes please make this buttons customizable.
I would also like to change the icon, action and number of this buttons.

sbryfcz commented 4 years ago

I have exposed some new configuration in the latest release https://github.com/sbryfcz/harmony-card/releases/tag/0.9.0.

Would love if you could test and give feedback.