Skip to content

Latest commit

History

History
39 lines (32 loc) 路 835 Bytes

info.md

File metadata and controls

39 lines (32 loc) 路 835 Bytes

TV Remote Card

Sample overview:

screenshot

Add this to your lovelace configuration if your tv is a Samsung Smart TV:

type: custom:tv-card
entity: media_player.tv
title: Example 2
power_row:
  - power
channel_row:
  - channel_up
  - info
  - channel_down
apps_row:
  - netflix
  - youtube
  - spotify
volume_row: slider
navigation_row: touchpad
source_row:
  - return
  - home
  - source
media_control_row:
  - rewind
  - play
  - pause
  - fast_forward

If you're not using Samsung, you may want to set custom buttons for your tv. Check it out.

Look at README for more information