Skip to content

Releases: marrobHD/tv-card

Breaking Change: Applications in card are now dynamic!

15 Nov 14:04
d587fbf
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

Make sure to migrate your configs!
Old config:

[...]
power:
  service: androidtv.adb_command
  service_data:
    command: input keyevent 26
    entity_id: media_player.braviatv_wohnzimmer
netflix:
  icon: mdi:netflix
  service: androidtv.adb_command
  service_data:
    command: input keyevent 191
      entity_id: media_player.braviatv_wohnzimmer
[...]

New config:

[...]
power:
  service: androidtv.adb_command
  service_data:
    command: input keyevent 26
    entity_id: media_player.braviatv_wohnzimmer
applications:
  netflix:
    icon: mdi:netflix
    service: androidtv.adb_command
    service_data:
      command: input keyevent 191
      entity_id: media_player.braviatv_wohnzimmer
[...]

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

Fix for HA 2021.11

11 Dec 18:43
b0e0a61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

🎉 Only one power button support, added Netflix, Prime Video and Youtube buttons

07 Mar 20:14
c4db7b4
Compare
Choose a tag to compare
  • Only one power button support (@fstani - #16)
  • Added Netflix, Prime Video and Youtube buttons (@fstani - #16)

🎉tv-card is now working at HA v0.110

24 May 11:29
c4db7b4
Compare
Choose a tag to compare

0.1.2: Merge pull request #6 from andersteern/apple-tv

17 May 11:08
6ef3fbb
Compare
Choose a tag to compare

🎉Bug fixes

21 Mar 16:52
d0a13e4
Compare
Choose a tag to compare

Changes

  • Fixed the bug with the volume buttons
  • Some other small changes

🎉Bug fixes

12 Mar 13:04
9333894
Compare
Choose a tag to compare

Fixed some bugs

🎉New buttons

05 Jul 10:02
51a012a
Compare
Choose a tag to compare

🎉TV Card v0.0.9

16 Jun 10:26
29665a1
Compare
Choose a tag to compare

Changes

  • removed spotify parts

🎉TV Card v0.0.8

18 May 14:53
35a5786
Compare
Choose a tag to compare

Changes

  • New remote buttons
  • For every button is now a service available