sbryfcz / harmony-card

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

can't see custom card after HACS install #66

Closed Windyo closed 2 years ago

Windyo commented 2 years ago

Seems to be related to #56

techguydave commented 2 years ago

Have you tried making sure it's not indented from the top level?

type: custom:harmony-card
entity: [...]

instead of

- type: custom:harmony-card
  entity: [...]
evenflow73 commented 2 years ago

In the end, anyone who had this issue found a solution? Feedback would be highly appreciated!

espeir commented 2 years ago

In the end, anyone who had this issue found a solution? Feedback would be highly appreciated!

Below is the config I used for my card. I haven't actually tested it yet, but the card showed up. :)

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
evenflow73 commented 2 years ago

@espeir thanks. Something's happening when "duplicating" your code. I'll get there!

github-actions[bot] commented 2 years ago

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

mclever commented 2 years ago

I experienced this without having any activities listed.

It would be nice if it just queried the device to pull the activities by default.

Also would be nice if the card type showed up in the card type search list in HA.

github-actions[bot] commented 2 years ago

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