Skip to content

Instantly share code, notes, and snippets.

@gavindsilver
Created June 5, 2019 16:59
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavindsilver/fedfba71d571dc05d14b80f0e52b4d10 to your computer and use it in GitHub Desktop.
Save gavindsilver/fedfba71d571dc05d14b80f0e52b4d10 to your computer and use it in GitHub Desktop.
samsung tv lovelace yaml
entities:
- entity: remote.harmony_hub
icon: 'mdi:power'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: PowerToggle
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:web'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: WebBrowser
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:netflix'
name: ' '
tap_action:
action: call-service
service: script.1557274579907
- entity: remote.harmony_hub
icon: 'mdi:television-box'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: InputTv
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:playstation'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: InputHdmi3
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:volume-off'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Mute
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:home'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Home
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:chevron-up-box-outline'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: DirectionUp
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:play-pause'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Pause
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:stop'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Stop
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:volume-plus'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: VolumeUp
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:chevron-left-box-outline'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: DirectionLeft
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:checkbox-blank-circle-outline'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Select
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:chevron-right-box-outline'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: DirectionRight
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:rewind'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Rewind
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:volume-minus'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: VolumeDown
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:undo'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: Return
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:chevron-down-box-outline'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: DirectionDown
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:closed-caption'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: AD/Subt
device: Samsung TV
entity_id: remote.harmony_hub
- entity: remote.harmony_hub
icon: 'mdi:fast-forward'
name: ' '
tap_action:
action: call-service
service: remote.send_command
service_data:
command: FastForward
device: Samsung TV
entity_id: remote.harmony_hub
show_state: false
title: Samsung TV
type: glance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment