Sholofly / lghorizon

Custom integration to control LG Horizon settop boxes for Ziggo(NL), Magenta(AT), UPC(CH), Virgin(GB, IE), Telenet(BE)
GNU General Public License v3.0
58 stars 13 forks source link

lghorizon.remote_key_press doesn't work anymore #74

Closed 1aranzant closed 9 months ago

1aranzant commented 9 months ago

Since a few weeks, sending commands through the LG Horizon: Send key doesn't do anything anymore.

The commands used to work, such as the following, but since then doesn't do anything... even though it returns ""Action run succesfully""

entity_id: media_player.telenet_tv_box remote_key: ChannelDown

What coud be the issue?

I am using Telenet in Belgium. (I can still change channels from the media player entity).

Sholofly commented 9 months ago

Sorry, the docs are a little off: Have you tried:

service: lghorizon.remote_key_press
data:
  entity_id: media_player.telenet_tv_box
  remote_key: ChannelDown
Sholofly commented 9 months ago

I've updated the docs.