LG-WebOS-Remote-Control icon indicating copy to clipboard operation
LG-WebOS-Remote-Control copied to clipboard

Having trouble installing / No longer works

Open AngloYorkshire opened this issue 3 years ago • 5 comments

Been trying to install this over the past hour or so and done both via HACS and manually on my Virtual Box version.

I add the resources to my main configuration.yaml file as no longer add resources the way it says in HA (I'm on July 2022 version)

But anyway I try it cannot see the cards

Many thanks

AngloYorkshire avatar Jul 10 '22 00:07 AngloYorkshire

Have you tried going through the manual card and inputting the following (or similar) configuration:

type: 'custom:lg-remote-control'
entity: media_player.<your_entity_name>

I had this same issue, I'm not sure if this is meant to have an editor yet.

randoguyname avatar Jul 11 '22 05:07 randoguyname

Yes I have tried it manually and it says the card is not avaialble. I think the problem is the Resources and the location as the latest versions of HA as removed their location since this was posted , so not 100% sure where to put the rsources. Many thanks for getting in touch so quickly

AngloYorkshire avatar Jul 11 '22 14:07 AngloYorkshire

A similar issue with my 2022.07.0 build.

I see the HACS installed resource in the GUI under Settings\Dashboard\Resources

/hacsfiles/LG-WebOS-Remote-Control/lg-remote-control.js?hacstag=......

When i try a custom card in Lovelace:

"No card type found"

- type: custom:lg-remote-control
  entity: media_player.lg......
  mac: xxxxxxxxxxxxxxxx
  sources:

** EDIT ** It was me! The following card worked fine;

type: custom:lg-remote-control
entity: media_player.lg......
mac: xxxxxxxxxxxxxxxx
sources:

Clueless2015 avatar Jul 28 '22 11:07 Clueless2015

If anyone runs into this later, removing the dash before type was the change

ntindle avatar Sep 10 '22 04:09 ntindle

@madmicio might be a good idea to remove the hyphen from this point in the readme :) https://github.com/madmicio/LG-WebOS-Remote-Control#lovelace-config-default-view

YanisKyr avatar Dec 10 '22 19:12 YanisKyr