sbryfcz / harmony-card

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

XBox Button Always Visible #71

Closed espeir closed 2 years ago

espeir commented 2 years ago

When I add the card to the dashboard, the XBox buttons are always visible. Nothing in my config mentions XBox...

Card Configuration:

type: custom:harmony-card
entity: remote.harmony_hub_lr
volume_entity: media_player.yamaha_receiver_living_room
scale: 1.5
activities:
  - name: Watch Fire TV
    device: Yamaha AV Receiver
  - name: Listen to Music
    device: Yamaha AV Receiver

Screenshot 2022-02-14 163747

smenzer commented 2 years ago

I agree that this should not be a default button, but you can hide it easily with this at the room of your config:

buttons:
  xbox:
    hide: true

alternatively, it looks like you can just change the icon and behavior like you can with the other buttons if you want to

github-actions[bot] commented 2 years ago

This issue is being marked as stale due to lack of activity