iantrich / roku-card

📺 Roku Remote Card
MIT License
118 stars 41 forks source link

dont work buttons #72

Open shurakenas opened 2 years ago

shurakenas commented 2 years ago

Не удалось вызвать службу remote/send_command. Service not found.

entity: media_player.lg_webos_smart_tv
tv: true
apps:
  - icon: mdi:youtube
    app: youtube
    hold_action:
      action: call-service
      service: media_player.select_source
      service_data:
        entity_id: media_player.lg_webos_smart_tv
        source: youtube
  - icon: mdi:monitor
    app: ottplayer
    hold_action:
      action: call-service
      service: media_player.select_source
      service_data:
        entity_id: media_player.lg_webos_smart_tv
        source: ottplayer
volume_up:
  tap_action:
    action: call-service
    service: remote.send_command
    service_data:
      entity_id: media_player.lg_webos_smart_tv
      command: volume_up
volume_mute:
  tap_action:
    action: call-service
    service: remote.send_command
    service_data:
      command: mute
      entity_id: media_player.lg_webos_smart_tv
volume_down:
  tap_action:
    action: call-service
    service: remote.send_command
    service_data:
      entity_id: media_player.lg_webos_smart_tv
      command: volume_down