Releases: marrobHD/tv-card
Releases · marrobHD/tv-card
Breaking Change: Applications in card are now dynamic!
⚠️ 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
- Update HACS URL by @wrt54g in #29
- Make the list of applications a configurable list by @rogelio-o in #30
New Contributors
- @wrt54g made their first contribution in #29
- @rogelio-o made their first contribution in #30
Full Changelog: v0.2.0...v0.2.1
Fix for HA 2021.11
What's Changed
- Fix for 2021.11 by @ZephireNZ in #22
- Fix browser_mod example by @ManuelLR in #21
New Contributors
- @ZephireNZ made their first contribution in #22
- @ManuelLR made their first contribution in #21
Full Changelog: v0.1.3...v0.2.0
🎉 Only one power button support, added Netflix, Prime Video and Youtube buttons
🎉tv-card is now working at HA v0.110
- Fix missing icons for HA v0.110 (@mozan, @wojtek14a - #10)
0.1.2: Merge pull request #6 from andersteern/apple-tv
- Make all buttons optional (@andersteern - #6)
🎉Bug fixes
Changes
- Fixed the bug with the volume buttons
- Some other small changes
🎉Bug fixes
Fixed some bugs
🎉New buttons
HACS
🎉TV Card v0.0.9
Changes
- removed spotify parts
🎉TV Card v0.0.8
Changes
- New remote buttons
- For every button is now a service available