madmicio / channel-pad

channel pad for LG TV Remote control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Channel Pad for LG WebOs TV

hacs_badge buymeacoffee_badge

all

hacs Card install

  1. Find and install LG WebOS channel pad plugin

  2. Add a reference inside your resources config:

resources:
- type: module
  url: /hacsfiles/channel-pad/card-channel-pad.js

Manual install

  1. Download and copy lg-remote-control.js from (https://github.com/madmicio/channel-pad/) into your custom components directory.

  2. Add a reference lg-remote-control.js inside your resources config:

 resources:
   - url: /local/"your_directory"/card-channel-pad.js
     type: module

Use as standalone card:

lovelace config:

type: 'custom:card-channel-pad'
entity: media_player.tv_lg_55c8
channels:
 - image: "/local/lg_remote/tv_logos/Rai 1 HD.png"
   number: '501'
 - image: "/local/lg_remote/tv_logos/Rai 2 HD.png"
   number: '502'
 - image: "/local/lg_remote/tv_logos/Rai 3 HD.png"
   number: '503' 

Buy Me A Coffee

About

channel pad for LG TV Remote control


Languages

Language:JavaScript 100.0%